Skip to content

Commit

Permalink
Updated deps to avoid reference to local directory
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewherren committed Jun 5, 2024
1 parent 66b3bcc commit 5afa2ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/setup/setup_r_dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ r_version <-
}
cat("r-version=", r_version, "\n", sep = "", append = TRUE)
needs <- sprintf("Config/Needs/%s", strsplit("", "[[:space:],]+")[[1]])
deps <- strsplit("deps::., any::sessioninfo", "[[:space:],]+")[[1]]
# extra_deps <- strsplit("any::testthat, any::decor, local::.", "[[:space:],]+")[[1]]
deps <- strsplit("any::cpp11, any::R6, any::knitr, any::rmarkdown, any::Matrix, any::tgp, any::MASS, any::mvtnorm, any::ggplot2, any::latex2exp, any::testthat, any::sessioninfo", "[[:space:],]+")[[1]]
extra_deps <- strsplit("any::testthat, any::decor, github::StochasticTree/stochtree-r", "[[:space:],]+")[[1]]
dir.create("install_temp", showWarnings=FALSE)
Sys.setenv("PKGCACHE_HTTP_VERSION" = "2")
Expand Down

0 comments on commit 5afa2ea

Please sign in to comment.