Skip to content

Commit 48ecdda

Browse files
update R 4.4.3; fix #6
1 parent 7da3e33 commit 48ecdda

File tree

5 files changed

+2687
-564
lines changed

5 files changed

+2687
-564
lines changed

.github/workflows/test-targets-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
test-targets-workflow:
1414
runs-on: ubuntu-latest
15-
container: rocker/tidyverse:4.4.2
15+
container: rocker/tidyverse:4.4.3
1616
env:
1717
GIT_CRYPT_KEY64: ${{ secrets.GIT_CRYPT_KEY64 }}
1818
steps:

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ sc-policy-review
6767

6868
### R package dependencies
6969

70-
This project was built using `R 4.4.2`. This project uses the `renv` framework to record R package dependencies and versions. Packages and versions used are recorded in `renv.lock` and code used to manage dependencies is in `renv/` and other files in the root project directory. On starting an R session in the working directory, run `renv::restore()` to install R package dependencies.
70+
This project was built using `R 4.4.3`. This project uses the `renv` framework to record R package dependencies and versions. Packages and versions used are recorded in `renv.lock` and code used to manage dependencies is in `renv/` and other files in the root project directory. On starting an R session in the working directory, run `renv::restore()` to install R package dependencies.
7171

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The project repository is structured as follows:
7878

7979
### R package dependencies
8080

81-
This project was built using `R 4.4.2`. This project uses the `renv`
81+
This project was built using `R 4.4.3`. This project uses the `renv`
8282
framework to record R package dependencies and versions. Packages and
8383
versions used are recorded in `renv.lock` and code used to manage
8484
dependencies is in `renv/` and other files in the root project

0 commit comments

Comments
 (0)