Skip to content

Commit

Permalink
feat(r4-base): change CRAN mirror and increase download timeouts (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Schmidl authored Dec 5, 2023
1 parent fc258c3 commit cee495f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 0-base-images/r4-base/Rprofile.site
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
local({
r <- getOption("repos")
r["CRAN"] <- "http://cran.r-project.org"
r["CRAN"] <- "https://cloud.r-project.org"
options(repos=r)
options(timeout=600)
})
if(length(find.package("remotes", quiet=TRUE)) != 0) {
library("remotes")
Expand Down
2 changes: 1 addition & 1 deletion 0-base-images/r4-base/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.3.2

0 comments on commit cee495f

Please sign in to comment.