-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
Description
When I run the lines below all dependencies of the packages in the pkg_src
character vector are downloaded from CRAN, even the ones that are already up to date in the local miniCRAN directory. This can take a pretty long time if there are many deps. Is there already a function in the miniCRAN package to check this? I looked around but could not see one. Did I miss something?
pkgList <- pkgDep(pkgs_src, repos = "a-cran-repo", type = "source", suggests = FALSE)
dl <- makeRepo(pkgList, path = pth, type = "source")