Skip to content

Commit

Permalink
use R-4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spfeiffe committed May 20, 2024
1 parent 799f45e commit 9ec0704
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The image is based off of the rocker base image, which you can learn about here:
# https://rocker-project.org/
# The image is based off of ubuntu, but then runs a few scripts to install R and R shiny
FROM rocker/shiny:4.3.0
FROM rocker/shiny:4.4.0

# I added this label, though it doesn't do anything
LABEL name=CBCS
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.bak
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
FROM rocker/shiny:4.3.0

# I added this label, though it doesn't do anything
LABEL name=CBCS
LABEL name=CBCS

# This part is the part that installs the system packages, usually needed for use in compiling some R package.
# I just added packages to this list as I got errors
Expand Down
2 changes: 1 addition & 1 deletion renv.lock

Large diffs are not rendered by default.

29 changes: 1 addition & 28 deletions renv.lock.bak

Large diffs are not rendered by default.

0 comments on commit 9ec0704

Please sign in to comment.