Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed Oct 23, 2024
1 parent e3481df commit 9dcb371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Development/Create_the_MarkdownReports_Package.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ PackageTools::extract_package_dependencies(repository.dir)
devtools::load_all("~/GitHub/Packages/PackageTools/")
if (F) {
(excluded.packages <- unlist(strsplit(DESCRIPTION$'depends', split = ", ")))
(ls.scripts.full.path <- list.files(file.path(repository.dir, "R"), full.names = T))
(ls.scripts.full.path <- list.files(file.path(repository.dir, "R"), full.names = T, pattern = .R$, pattern = .R$))
for (scriptX in ls.scripts.full.path) {
PackageTools::add_importFrom_statements(scriptX, exclude_packages = excluded.packages)
}
Expand Down

0 comments on commit 9dcb371

Please sign in to comment.