File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ RUN R -e "install.packages(c( \
30
30
'rlang', \
31
31
'Rfast', \
32
32
'SuperLearner', \
33
+ 'ranger', \
33
34
'wCorr'), repos='https://cloud.r-project.org')"
34
35
35
- ENV RENV_VERSION 0.15.1
36
36
RUN R -e "install.packages('remotes', repos = c(CRAN = 'https://cloud.r-project.org'))"
37
- RUN R -e "remotes::install_github('rstudio/renv@${RENV_VERSION}')"
37
+
38
38
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ Run the following code to download and spin up the image.
37
37
38
38
``` s
39
39
docker run -it --rm \
40
- -p 8230 :8787 \
40
+ -p 8231 :8787 \
41
41
-e USER=rstudio \
42
42
-e PASSWORD=pass \
43
- -v "/path/to/your/folder/on/host :/home/rstudio/Project" nsaphsoftware/gpcerf_dev
43
+ -v $PWD :/home/rstudio/Project nsaphsoftware/gpcerf_dev
44
44
45
45
```
You can’t perform that action at this time.
0 commit comments