Skip to content

Commit bbcf4ce

Browse files
authored
[actions] update 4 packages
1 parent 527f822 commit bbcf4ce

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
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: 15 additions & 12 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
},
@@ -812,7 +814,7 @@
812814
},
813815
"rmarkdown": {
814816
"Package": "rmarkdown",
815-
"Version": "2.29",
817+
"Version": "2.30",
816818
"Source": "Repository",
817819
"Type": "Package",
818820
"Title": "Dynamic Documents for R",
@@ -862,9 +864,9 @@
862864
"RoxygenNote": "7.3.2",
863865
"SystemRequirements": "pandoc (>= 1.14) - http://pandoc.org",
864866
"NeedsCompilation": "no",
865-
"Author": "JJ Allaire [aut], Yihui Xie [aut, cre] (<https://orcid.org/0000-0003-0645-5666>), Christophe Dervieux [aut] (<https://orcid.org/0000-0003-4474-2498>), Jonathan McPherson [aut], Javier Luraschi [aut], Kevin Ushey [aut], Aron Atkins [aut], Hadley Wickham [aut], Joe Cheng [aut], Winston Chang [aut], Richard Iannone [aut] (<https://orcid.org/0000-0003-3925-190X>), Andrew Dunning [ctb] (<https://orcid.org/0000-0003-0464-5036>), Atsushi Yasumoto [ctb, cph] (<https://orcid.org/0000-0002-8335-495X>, Number sections Lua filter), Barret Schloerke [ctb], Carson Sievert [ctb] (<https://orcid.org/0000-0002-4958-2844>), Devon Ryan [ctb] (<https://orcid.org/0000-0002-8549-0971>), Frederik Aust [ctb] (<https://orcid.org/0000-0003-4900-788X>), Jeff Allen [ctb], JooYoung Seo [ctb] (<https://orcid.org/0000-0002-4064-6012>), Malcolm Barrett [ctb], Rob Hyndman [ctb], Romain Lesur [ctb], Roy Storey [ctb], Ruben Arslan [ctb], Sergio Oller [ctb], Posit Software, PBC [cph, fnd], jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in inst/rmd/h/jqueryui/AUTHORS.txt), Mark Otto [ctb] (Bootstrap library), Jacob Thornton [ctb] (Bootstrap library), Bootstrap contributors [ctb] (Bootstrap library), Twitter, Inc [cph] (Bootstrap library), Alexander Farkas [ctb, cph] (html5shiv library), Scott Jehl [ctb, cph] (Respond.js library), Ivan Sagalaev [ctb, cph] (highlight.js library), Greg Franko [ctb, cph] (tocify library), John MacFarlane [ctb, cph] (Pandoc templates), Google, Inc. [ctb, cph] (ioslides library), Dave Raggett [ctb] (slidy library), W3C [cph] (slidy library), Dave Gandy [ctb, cph] (Font-Awesome), Ben Sperry [ctb] (Ionicons), Drifty [cph] (Ionicons), Aidan Lister [ctb, cph] (jQuery StickyTabs), Benct Philip Jonsson [ctb, cph] (pagebreak Lua filter), Albert Krewinkel [ctb, cph] (pagebreak Lua filter)",
867+
"Author": "JJ Allaire [aut], Yihui Xie [aut, cre] (ORCID: <https://orcid.org/0000-0003-0645-5666>), Christophe Dervieux [aut] (ORCID: <https://orcid.org/0000-0003-4474-2498>), Jonathan McPherson [aut], Javier Luraschi [aut], Kevin Ushey [aut], Aron Atkins [aut], Hadley Wickham [aut], Joe Cheng [aut], Winston Chang [aut], Richard Iannone [aut] (ORCID: <https://orcid.org/0000-0003-3925-190X>), Andrew Dunning [ctb] (ORCID: <https://orcid.org/0000-0003-0464-5036>), Atsushi Yasumoto [ctb, cph] (ORCID: <https://orcid.org/0000-0002-8335-495X>, cph: Number sections Lua filter), Barret Schloerke [ctb], Carson Sievert [ctb] (ORCID: <https://orcid.org/0000-0002-4958-2844>), Devon Ryan [ctb] (ORCID: <https://orcid.org/0000-0002-8549-0971>), Frederik Aust [ctb] (ORCID: <https://orcid.org/0000-0003-4900-788X>), Jeff Allen [ctb], JooYoung Seo [ctb] (ORCID: <https://orcid.org/0000-0002-4064-6012>), Malcolm Barrett [ctb], Rob Hyndman [ctb], Romain Lesur [ctb], Roy Storey [ctb], Ruben Arslan [ctb], Sergio Oller [ctb], Posit Software, PBC [cph, fnd], jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in inst/rmd/h/jqueryui/AUTHORS.txt), Mark Otto [ctb] (Bootstrap library), Jacob Thornton [ctb] (Bootstrap library), Bootstrap contributors [ctb] (Bootstrap library), Twitter, Inc [cph] (Bootstrap library), Alexander Farkas [ctb, cph] (html5shiv library), Scott Jehl [ctb, cph] (Respond.js library), Ivan Sagalaev [ctb, cph] (highlight.js library), Greg Franko [ctb, cph] (tocify library), John MacFarlane [ctb, cph] (Pandoc templates), Google, Inc. [ctb, cph] (ioslides library), Dave Raggett [ctb] (slidy library), W3C [cph] (slidy library), Dave Gandy [ctb, cph] (Font-Awesome), Ben Sperry [ctb] (Ionicons), Drifty [cph] (Ionicons), Aidan Lister [ctb, cph] (jQuery StickyTabs), Benct Philip Jonsson [ctb, cph] (pagebreak Lua filter), Albert Krewinkel [ctb, cph] (pagebreak Lua filter)",
866868
"Maintainer": "Yihui Xie <[email protected]>",
867-
"Repository": "RSPM"
869+
"Repository": "CRAN"
868870
},
869871
"sass": {
870872
"Package": "sass",
@@ -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)