Skip to content

Commit d104fb7

Browse files
authored
[actions] update 3 packages
1 parent 0afec9b commit d104fb7

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
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: 12 additions & 9 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.5",
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 <[email protected]>",
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 <[email protected]>",
760762
"Repository": "CRAN"
761763
},
@@ -929,7 +931,7 @@
929931
},
930932
"xfun": {
931933
"Package": "xfun",
932-
"Version": "0.52",
934+
"Version": "0.53",
933935
"Source": "Repository",
934936
"Type": "Package",
935937
"Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'",
@@ -951,7 +953,7 @@
951953
"rstudioapi",
952954
"tinytex (>= 0.30)",
953955
"mime",
954-
"litedown (>= 0.4)",
956+
"litedown (>= 0.6)",
955957
"commonmark",
956958
"knitr (>= 1.50)",
957959
"remotes",
@@ -961,6 +963,7 @@
961963
"jsonlite",
962964
"magick",
963965
"yaml",
966+
"data.table",
964967
"qs"
965968
],
966969
"License": "MIT + file LICENSE",
@@ -970,7 +973,7 @@
970973
"RoxygenNote": "7.3.2",
971974
"VignetteBuilder": "litedown",
972975
"NeedsCompilation": "yes",
973-
"Author": "Yihui Xie [aut, cre, cph] (<https://orcid.org/0000-0003-0645-5666>, https://yihui.org), Wush Wu [ctb], Daijiang Li [ctb], Xianying Tan [ctb], Salim Brüggemann [ctb] (<https://orcid.org/0000-0002-5329-5987>), Christophe Dervieux [ctb]",
976+
"Author": "Yihui Xie [aut, cre, cph] (ORCID: <https://orcid.org/0000-0003-0645-5666>, URL: https://yihui.org), Wush Wu [ctb], Daijiang Li [ctb], Xianying Tan [ctb], Salim Brüggemann [ctb] (ORCID: <https://orcid.org/0000-0002-5329-5987>), Christophe Dervieux [ctb]",
974977
"Maintainer": "Yihui Xie <[email protected]>",
975978
"Repository": "CRAN"
976979
},

0 commit comments

Comments
 (0)