Skip to content

Commit

Permalink
Merge pull request #5 from kaybenleroll/create-docker
Browse files Browse the repository at this point in the history
Updating the docker build GitHub action
  • Loading branch information
kaybenleroll authored Oct 27, 2023
2 parents f1ad28d + 208e0dc commit cd3e6b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Renviron.site
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
R_LIBS=${R_LIBS-'/usr/local/lib/R/site-library:/usr/local/lib/R/library'}
CRAN=https://packagemanager.posit.co/cran/2023-10-06
CRAN=https://packagemanager.posit.co/cran/__linux__/jammy/2023-10-20
CWD=/home/rstudio
DEFAULT_USER=rstudio
GROUPID=1000
Expand Down
2 changes: 1 addition & 1 deletion build/Rprofile.site
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
options(repos = c(CRAN = 'https://packagemanager.posit.co/cran/2023-10-06'), download.file.method = 'libcurl')
options(repos = c(CRAN = 'https://packagemanager.posit.co/cran/__linux__/jammy/2023-10-20'), download.file.method = 'libcurl')
# https://docs.rstudio.com/rspm/admin/serving-binaries/#binaries-r-configuration-linux
options(HTTPUserAgent = sprintf("R/%s R (%s)", getRversion(), paste(getRversion(), R.version["platform"], R.version["arch"], R.version["os"])))

0 comments on commit cd3e6b3

Please sign in to comment.