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 fba84ee commit 7f59ed4Copy full SHA for 7f59ed4
.Rprofile
@@ -21,7 +21,7 @@ linux_binary_repo <- function(universe){
21
sprintf('https://%s.%s', universe, runiverse)
22
}
23
24
-# Set repos for CRAN and nx10 (httpgd) to use r-universe linux binaries
+# Set repos for CRAN to use r-universe linux binaries
25
options(repos = c(
26
cran = linux_binary_repo("cran")
27
))
0 commit comments