diff --git a/Earthfile b/Earthfile index 9573a8a5..9163aded 100644 --- a/Earthfile +++ b/Earthfile @@ -70,7 +70,7 @@ python-api-client: pypi-clean.sh r-api-client: - FROM r-base:4.5.3 + FROM rocker/r-ver:4.5.3 WORKDIR /app CACHE /root/.cache diff --git a/requirements.R b/requirements.R index dce1d7df..7eec336e 100644 --- a/requirements.R +++ b/requirements.R @@ -1,7 +1,7 @@ library(parallel) Ncpus <- detectCores() -publicRepo <- "https://packagemanager.rstudio.com/all/__linux__/jammy/latest" +publicRepo <- "https://packagemanager.rstudio.com/all/__linux__/noble/latest" options("repos" = c(PUBLIC = publicRepo)) install.packages("remotes", Ncpus = Ncpus)