Skip to content

Commit ddebb80

Browse files
authored
[actions] update 6 packages
1 parent 266be47 commit ddebb80

File tree

2 files changed

+32
-31
lines changed

2 files changed

+32
-31
lines changed

renv/activate.R

Lines changed: 3 additions & 3 deletions
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.0"
5+
version <- "1.1.2"
66
attr(version, "sha") <- NULL
77

88
# the project directory
@@ -135,12 +135,12 @@ local({
135135

136136
# R help links
137137
pattern <- "`\\?(renv::(?:[^`])+)`"
138-
replacement <- "`\033]8;;ide:help:\\1\a?\\1\033]8;;\a`"
138+
replacement <- "`\033]8;;x-r-help:\\1\a?\\1\033]8;;\a`"
139139
text <- gsub(pattern, replacement, text, perl = TRUE)
140140

141141
# runnable code
142142
pattern <- "`(renv::(?:[^`])+)`"
143-
replacement <- "`\033]8;;ide:run:\\1\a\\1\033]8;;\a`"
143+
replacement <- "`\033]8;;x-r-run:\\1\a\\1\033]8;;\a`"
144144
text <- gsub(pattern, replacement, text, perl = TRUE)
145145

146146
# return ansified text

renv/profiles/lesson-requirements/renv.lock

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,29 @@
1919
"Packages": {
2020
"R6": {
2121
"Package": "R6",
22-
"Version": "2.5.1",
22+
"Version": "2.6.1",
2323
"Source": "Repository",
2424
"Title": "Encapsulated Classes with Reference Semantics",
25-
"Authors@R": "person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@stdout.org\")",
25+
"Authors@R": "c( person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
2626
"Description": "Creates classes with reference semantics, similar to R's built-in reference classes. Compared to reference classes, R6 classes are simpler and lighter-weight, and they are not built on S4 classes so they do not require the methods package. These classes allow public and private members, and they support inheritance, even when the classes are defined in different packages.",
27+
"License": "MIT + file LICENSE",
28+
"URL": "https://r6.r-lib.org, https://github.com/r-lib/R6",
29+
"BugReports": "https://github.com/r-lib/R6/issues",
2730
"Depends": [
28-
"R (>= 3.0)"
31+
"R (>= 3.6)"
2932
],
3033
"Suggests": [
31-
"testthat",
32-
"pryr"
34+
"lobstr",
35+
"testthat (>= 3.0.0)"
3336
],
34-
"License": "MIT + file LICENSE",
35-
"URL": "https://r6.r-lib.org, https://github.com/r-lib/R6/",
36-
"BugReports": "https://github.com/r-lib/R6/issues",
37-
"RoxygenNote": "7.1.1",
37+
"Config/Needs/website": "tidyverse/tidytemplate, ggplot2, microbenchmark, scales",
38+
"Config/testthat/edition": "3",
39+
"Encoding": "UTF-8",
40+
"RoxygenNote": "7.3.2",
3841
"NeedsCompilation": "no",
39-
"Author": "Winston Chang [aut, cre]",
40-
"Maintainer": "Winston Chang <winston@stdout.org>",
41-
"Repository": "RSPM",
42-
"Encoding": "UTF-8"
42+
"Author": "Winston Chang [aut, cre], Posit Software, PBC [cph, fnd]",
43+
"Maintainer": "Winston Chang <winston@posit.co>",
44+
"Repository": "CRAN"
4345
},
4446
"base64enc": {
4547
"Package": "base64enc",
@@ -148,10 +150,10 @@
148150
},
149151
"cli": {
150152
"Package": "cli",
151-
"Version": "3.6.3",
153+
"Version": "3.6.4",
152154
"Source": "Repository",
153155
"Title": "Helpers for Developing Command Line Interfaces",
154-
"Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Kirill\", \"Müller\", role = \"ctb\"), person(\"Salim\", \"Brüggemann\", , \"salim-b@pm.me\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
156+
"Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"gabor@posit.co\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Kirill\", \"Müller\", role = \"ctb\"), person(\"Salim\", \"Brüggemann\", , \"salim-b@pm.me\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
155157
"Description": "A suite of tools to build attractive command line interfaces ('CLIs'), from semantic elements: headings, lists, alerts, paragraphs, etc. Supports custom themes via a 'CSS'-like language. It also contains a number of lower level 'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with 'ASCII' alternatives. It support ANSI colors and text styles as well.",
156158
"License": "MIT + file LICENSE",
157159
"URL": "https://cli.r-lib.org, https://github.com/r-lib/cli",
@@ -173,26 +175,25 @@
173175
"htmlwidgets",
174176
"knitr",
175177
"methods",
176-
"mockery",
177178
"processx",
178179
"ps (>= 1.3.4.9000)",
179180
"rlang (>= 1.0.2.9003)",
180181
"rmarkdown",
181182
"rprojroot",
182183
"rstudioapi",
183-
"testthat",
184+
"testthat (>= 3.2.0)",
184185
"tibble",
185186
"whoami",
186187
"withr"
187188
],
188189
"Config/Needs/website": "r-lib/asciicast, bench, brio, cpp11, decor, desc, fansi, prettyunits, sessioninfo, tidyverse/tidytemplate, usethis, vctrs",
189190
"Config/testthat/edition": "3",
190191
"Encoding": "UTF-8",
191-
"RoxygenNote": "7.2.3",
192+
"RoxygenNote": "7.3.2",
192193
"NeedsCompilation": "yes",
193194
"Author": "Gábor Csárdi [aut, cre], Hadley Wickham [ctb], Kirill Müller [ctb], Salim Brüggemann [ctb] (<https://orcid.org/0000-0002-5329-5987>), Posit Software, PBC [cph, fnd]",
194-
"Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>",
195-
"Repository": "RSPM"
195+
"Maintainer": "Gábor Csárdi <gabor@posit.co>",
196+
"Repository": "CRAN"
196197
},
197198
"digest": {
198199
"Package": "digest",
@@ -492,7 +493,7 @@
492493
},
493494
"jsonlite": {
494495
"Package": "jsonlite",
495-
"Version": "1.8.9",
496+
"Version": "1.9.1",
496497
"Source": "Repository",
497498
"Title": "A Simple and Robust JSON Parser and Generator for R",
498499
"License": "MIT + file LICENSE",
@@ -518,7 +519,7 @@
518519
"Encoding": "UTF-8",
519520
"NeedsCompilation": "yes",
520521
"Author": "Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>), Duncan Temple Lang [ctb], Lloyd Hilaiel [cph] (author of bundled libyajl)",
521-
"Repository": "RSPM"
522+
"Repository": "CRAN"
522523
},
523524
"knitr": {
524525
"Package": "knitr",
@@ -707,7 +708,7 @@
707708
},
708709
"renv": {
709710
"Package": "renv",
710-
"Version": "1.1.0",
711+
"Version": "1.1.2",
711712
"Source": "Repository",
712713
"Type": "Package",
713714
"Title": "Project Environments",
@@ -900,7 +901,7 @@
900901
},
901902
"tinytex": {
902903
"Package": "tinytex",
903-
"Version": "0.54",
904+
"Version": "0.56",
904905
"Source": "Repository",
905906
"Type": "Package",
906907
"Title": "Helper Functions to Install and Maintain TeX Live, and Compile LaTeX Documents",
@@ -921,15 +922,15 @@
921922
"NeedsCompilation": "no",
922923
"Author": "Yihui Xie [aut, cre, cph] (<https://orcid.org/0000-0003-0645-5666>), Posit Software, PBC [cph, fnd], Christophe Dervieux [ctb] (<https://orcid.org/0000-0003-4474-2498>), Devon Ryan [ctb] (<https://orcid.org/0000-0002-8549-0971>), Ethan Heinzen [ctb], Fernando Cagua [ctb]",
923924
"Maintainer": "Yihui Xie <xie@yihui.name>",
924-
"Repository": "RSPM"
925+
"Repository": "CRAN"
925926
},
926927
"xfun": {
927928
"Package": "xfun",
928-
"Version": "0.50",
929+
"Version": "0.51",
929930
"Source": "Repository",
930931
"Type": "Package",
931932
"Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'",
932-
"Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")), person(\"Wush\", \"Wu\", role = \"ctb\"), person(\"Daijiang\", \"Li\", role = \"ctb\"), person(\"Xianying\", \"Tan\", role = \"ctb\"), person(\"Salim\", \"Brüggemann\", role = \"ctb\", email = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Christophe\", \"Dervieux\", role = \"ctb\"), person() )",
933+
"Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\", URL = \"https://yihui.org\")), person(\"Wush\", \"Wu\", role = \"ctb\"), person(\"Daijiang\", \"Li\", role = \"ctb\"), person(\"Xianying\", \"Tan\", role = \"ctb\"), person(\"Salim\", \"Brüggemann\", role = \"ctb\", email = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Christophe\", \"Dervieux\", role = \"ctb\"), person() )",
933934
"Description": "Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'.",
934935
"Depends": [
935936
"R (>= 3.2.0)"
@@ -969,7 +970,7 @@
969970
"RoxygenNote": "7.3.2",
970971
"VignetteBuilder": "litedown",
971972
"NeedsCompilation": "yes",
972-
"Author": "Yihui Xie [aut, cre, cph] (<https://orcid.org/0000-0003-0645-5666>), Wush Wu [ctb], Daijiang Li [ctb], Xianying Tan [ctb], Salim Brüggemann [ctb] (<https://orcid.org/0000-0002-5329-5987>), Christophe Dervieux [ctb]",
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]",
973974
"Maintainer": "Yihui Xie <xie@yihui.name>",
974975
"Repository": "CRAN"
975976
},

0 commit comments

Comments
 (0)