Skip to content

Commit

Permalink
Update base R version
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro committed Nov 22, 2023
1 parent dd252a2 commit 6fa4024
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-renv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up R
uses: r-lib/actions/setup-r@v2
with:
r-version: "4.3.1"
r-version: "4.3.2"
use-public-rspm: true

- name: Set up Pandoc
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ repos:
(.*/|)renv/settings\.dcf|
(.*/|)renv\.lock|
(.*/|)requirements\.txt|
(.*/|)Dockerfile|
(.*/|)WORDLIST|
\.github/workflows/.*|
data/.*|
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/r-ver:4.3.1
FROM rocker/r-ver:4.3.2
LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.source https://github.com/AlexsLemonade/scpcaTools

Expand Down

0 comments on commit 6fa4024

Please sign in to comment.