From 0c9c598d76326f5572192f1cc2858bbb16f717c7 Mon Sep 17 00:00:00 2001 From: Stuart Lynn Date: Wed, 25 Oct 2023 13:35:13 +0100 Subject: [PATCH] testing `use-public-rspm` flag --- R/install_deps.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/install_deps.R b/R/install_deps.R index 8024ac650..8a473eb7c 100644 --- a/R/install_deps.R +++ b/R/install_deps.R @@ -30,7 +30,7 @@ options(repos = c(CRAN = "https://packagemanager.posit.co/cran/__linux__/focal/l # } # } -.libPaths(c("/usr/lib/R/site-library", .libPaths())) +# .libPaths(c("/usr/lib/R/site-library", .libPaths())) # install.packages("pkgbuild", repos="https://packagemanager.posit.co/cran/__linux__/bullseye/latest") # install.packages("roxygen2", repos="https://packagemanager.posit.co/cran/__linux__/bullseye/latest")