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 20c2236 commit d2a1418Copy full SHA for d2a1418
R/buildtools.R
@@ -306,6 +306,9 @@ install_sysdeps <- function(path = '.'){
306
system("apt-get install -y default-jdk")
307
}
308
309
+ # Temp workaround for pak hanging in resolver
310
+ options(repos = c(universe = Sys.getenv("MY_UNIVERSE"), CRAN = 'https://cloud.r-project.org'))
311
+
312
# Try to install missing sysdeps.
313
tryCatch({
314
skiplist <- '(libcurl|pandoc|cargo|rustc)'
0 commit comments