We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c81018 commit 20a627eCopy full SHA for 20a627e
update-dependencies.R
@@ -11,7 +11,7 @@ scan_qmd_packages <- function(root = ".") {
11
patterns <- c(
12
"(?:install\\.packages|pkg_install|BiocManager::install|install_github|install_gitlab)\\((?:'|\")([a-zA-z].*)(?:'|\")\\)"
13
)
14
- paths <- list.files(".",
+ paths <- list.files(root,
15
pattern = "\\.qmd$", recursive = TRUE,
16
ignore.case = TRUE
17
0 commit comments