Skip to content

Commit 8414e4f

Browse files
authored
[actions] update 2 packages
1 parent 0afec9b commit 8414e4f

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

renv/activate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
local({
33

44
# the requested version of renv
5-
version <- "1.1.4"
5+
version <- "1.1.5"
66
attr(version, "sha") <- NULL
77

88
# the project directory

renv/profiles/lesson-requirements/renv.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"R": {
3-
"Version": "4.5.0",
3+
"Version": "4.5.1",
44
"Repositories": [
55
{
66
"Name": "carpentries",
@@ -225,7 +225,7 @@
225225
},
226226
"evaluate": {
227227
"Package": "evaluate",
228-
"Version": "1.0.3",
228+
"Version": "1.0.4",
229229
"Source": "Repository",
230230
"Type": "Package",
231231
"Title": "Parsing and Evaluation Tools that Provide More Details than the Default",
@@ -244,7 +244,8 @@
244244
"lattice",
245245
"methods",
246246
"pkgload",
247-
"rlang",
247+
"ragg (>= 1.4.0)",
248+
"rlang (>= 1.1.5)",
248249
"knitr",
249250
"testthat (>= 3.0.0)",
250251
"withr"
@@ -254,7 +255,7 @@
254255
"Encoding": "UTF-8",
255256
"RoxygenNote": "7.3.2",
256257
"NeedsCompilation": "no",
257-
"Author": "Hadley Wickham [aut, cre], Yihui Xie [aut] (<https://orcid.org/0000-0003-0645-5666>), Michael Lawrence [ctb], Thomas Kluyver [ctb], Jeroen Ooms [ctb], Barret Schloerke [ctb], Adam Ryczkowski [ctb], Hiroaki Yutani [ctb], Michel Lang [ctb], Karolis Koncevičius [ctb], Posit Software, PBC [cph, fnd]",
258+
"Author": "Hadley Wickham [aut, cre], Yihui Xie [aut] (ORCID: <https://orcid.org/0000-0003-0645-5666>), Michael Lawrence [ctb], Thomas Kluyver [ctb], Jeroen Ooms [ctb], Barret Schloerke [ctb], Adam Ryczkowski [ctb], Hiroaki Yutani [ctb], Michel Lang [ctb], Karolis Koncevičius [ctb], Posit Software, PBC [cph, fnd]",
258259
"Maintainer": "Hadley Wickham <hadley@posit.co>",
259260
"Repository": "CRAN"
260261
},
@@ -708,7 +709,7 @@
708709
},
709710
"renv": {
710711
"Package": "renv",
711-
"Version": "1.1.4",
712+
"Version": "1.1.5",
712713
"Source": "Repository",
713714
"Type": "Package",
714715
"Title": "Project Environments",
@@ -727,6 +728,7 @@
727728
"covr",
728729
"cpp11",
729730
"devtools",
731+
"generics",
730732
"gitcreds",
731733
"jsonlite",
732734
"jsonvalidate",
@@ -755,7 +757,7 @@
755757
"Config/testthat/parallel": "true",
756758
"Config/testthat/start-first": "bioconductor,python,install,restore,snapshot,retrieve,remotes",
757759
"NeedsCompilation": "no",
758-
"Author": "Kevin Ushey [aut, cre] (<https://orcid.org/0000-0003-2880-7407>), Hadley Wickham [aut] (<https://orcid.org/0000-0003-4757-117X>), Posit Software, PBC [cph, fnd]",
760+
"Author": "Kevin Ushey [aut, cre] (ORCID: <https://orcid.org/0000-0003-2880-7407>), Hadley Wickham [aut] (ORCID: <https://orcid.org/0000-0003-4757-117X>), Posit Software, PBC [cph, fnd]",
759761
"Maintainer": "Kevin Ushey <kevin@rstudio.com>",
760762
"Repository": "CRAN"
761763
},

0 commit comments

Comments
 (0)