Skip to content

Commit

Permalink
Merge pull request #43 from eyra/switch-r-to-r2u-to-fix-dependency-is…
Browse files Browse the repository at this point in the history
…sues

Switch the R Docker file to r2u
  • Loading branch information
vloothuis authored Apr 1, 2024
2 parents 95e7699 + 6e8dc3e commit c5e757d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env Rscript

install.packages(c("dplyr","data.table","tidyr"), repos="https://cran.r-project.org")
install.packages(c("dplyr","data.table","tidyr"), repos="https://cran.r-project.org", dependencies=TRUE)
3 changes: 2 additions & 1 deletion r.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM r-base:4.3.3
FROM rocker/r2u:22.04


RUN mkdir /app
WORKDIR /app
Expand Down

0 comments on commit c5e757d

Please sign in to comment.