Skip to content

Commit 98821f5

Browse files
authored
Merge pull request #916 from datacarpentry/update/packages
Update 14 packages
2 parents e377691 + 4520f55 commit 98821f5

File tree

2 files changed

+44
-41
lines changed

2 files changed

+44
-41
lines changed

renv/activate.R

+3-3
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.1"
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

+41-38
Original file line numberDiff line numberDiff line change
@@ -141,27 +141,29 @@
141141
},
142142
"R6": {
143143
"Package": "R6",
144-
"Version": "2.5.1",
144+
"Version": "2.6.1",
145145
"Source": "Repository",
146146
"Title": "Encapsulated Classes with Reference Semantics",
147-
"Authors@R": "person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"[email protected]\")",
147+
"Authors@R": "c( person(\"Winston\", \"Chang\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
148148
"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.",
149+
"License": "MIT + file LICENSE",
150+
"URL": "https://r6.r-lib.org, https://github.com/r-lib/R6",
151+
"BugReports": "https://github.com/r-lib/R6/issues",
149152
"Depends": [
150-
"R (>= 3.0)"
153+
"R (>= 3.6)"
151154
],
152155
"Suggests": [
153-
"testthat",
154-
"pryr"
156+
"lobstr",
157+
"testthat (>= 3.0.0)"
155158
],
156-
"License": "MIT + file LICENSE",
157-
"URL": "https://r6.r-lib.org, https://github.com/r-lib/R6/",
158-
"BugReports": "https://github.com/r-lib/R6/issues",
159-
"RoxygenNote": "7.1.1",
159+
"Config/Needs/website": "tidyverse/tidytemplate, ggplot2, microbenchmark, scales",
160+
"Config/testthat/edition": "3",
161+
"Encoding": "UTF-8",
162+
"RoxygenNote": "7.3.2",
160163
"NeedsCompilation": "no",
161-
"Author": "Winston Chang [aut, cre]",
162-
"Maintainer": "Winston Chang <[email protected]>",
163-
"Repository": "RSPM",
164-
"Encoding": "UTF-8"
164+
"Author": "Winston Chang [aut, cre], Posit Software, PBC [cph, fnd]",
165+
"Maintainer": "Winston Chang <[email protected]>",
166+
"Repository": "CRAN"
165167
},
166168
"RColorBrewer": {
167169
"Package": "RColorBrewer",
@@ -653,10 +655,10 @@
653655
},
654656
"cli": {
655657
"Package": "cli",
656-
"Version": "3.6.3",
658+
"Version": "3.6.4",
657659
"Source": "Repository",
658660
"Title": "Helpers for Developing Command Line Interfaces",
659-
"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\", , \"[email protected]\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
661+
"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\", , \"[email protected]\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
660662
"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.",
661663
"License": "MIT + file LICENSE",
662664
"URL": "https://cli.r-lib.org, https://github.com/r-lib/cli",
@@ -678,26 +680,25 @@
678680
"htmlwidgets",
679681
"knitr",
680682
"methods",
681-
"mockery",
682683
"processx",
683684
"ps (>= 1.3.4.9000)",
684685
"rlang (>= 1.0.2.9003)",
685686
"rmarkdown",
686687
"rprojroot",
687688
"rstudioapi",
688-
"testthat",
689+
"testthat (>= 3.2.0)",
689690
"tibble",
690691
"whoami",
691692
"withr"
692693
],
693694
"Config/Needs/website": "r-lib/asciicast, bench, brio, cpp11, decor, desc, fansi, prettyunits, sessioninfo, tidyverse/tidytemplate, usethis, vctrs",
694695
"Config/testthat/edition": "3",
695696
"Encoding": "UTF-8",
696-
"RoxygenNote": "7.2.3",
697+
"RoxygenNote": "7.3.2",
697698
"NeedsCompilation": "yes",
698699
"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]",
699-
"Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>",
700-
"Repository": "RSPM"
700+
"Maintainer": "Gábor Csárdi <gabor@posit.co>",
701+
"Repository": "CRAN"
701702
},
702703
"clipr": {
703704
"Package": "clipr",
@@ -900,7 +901,7 @@
900901
},
901902
"curl": {
902903
"Package": "curl",
903-
"Version": "6.2.0",
904+
"Version": "6.2.1",
904905
"Source": "Repository",
905906
"Type": "Package",
906907
"Title": "A Modern and Flexible Web Client for R",
@@ -2041,7 +2042,7 @@
20412042
},
20422043
"jsonlite": {
20432044
"Package": "jsonlite",
2044-
"Version": "1.8.9",
2045+
"Version": "1.9.0",
20452046
"Source": "Repository",
20462047
"Title": "A Simple and Robust JSON Parser and Generator for R",
20472048
"License": "MIT + file LICENSE",
@@ -2067,7 +2068,7 @@
20672068
"Encoding": "UTF-8",
20682069
"NeedsCompilation": "yes",
20692070
"Author": "Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>), Duncan Temple Lang [ctb], Lloyd Hilaiel [cph] (author of bundled libyajl)",
2070-
"Repository": "RSPM"
2071+
"Repository": "CRAN"
20712072
},
20722073
"knitr": {
20732074
"Package": "knitr",
@@ -2706,7 +2707,7 @@
27062707
},
27072708
"ps": {
27082709
"Package": "ps",
2709-
"Version": "1.8.1",
2710+
"Version": "1.9.0",
27102711
"Source": "Repository",
27112712
"Title": "List, Query, Manipulate System Processes",
27122713
"Authors@R": "c( person(\"Jay\", \"Loden\", role = \"aut\"), person(\"Dave\", \"Daeschler\", role = \"aut\"), person(\"Giampaolo\", \"Rodola'\", role = \"aut\"), person(\"Gábor\", \"Csárdi\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
@@ -2741,20 +2742,20 @@
27412742
"NeedsCompilation": "yes",
27422743
"Author": "Jay Loden [aut], Dave Daeschler [aut], Giampaolo Rodola' [aut], Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd]",
27432744
"Maintainer": "Gábor Csárdi <[email protected]>",
2744-
"Repository": "RSPM"
2745+
"Repository": "CRAN"
27452746
},
27462747
"purrr": {
27472748
"Package": "purrr",
2748-
"Version": "1.0.2",
2749+
"Version": "1.0.4",
27492750
"Source": "Repository",
27502751
"Title": "Functional Programming Tools",
2751-
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = \"aut\"), person(\"RStudio\", role = c(\"cph\", \"fnd\")) )",
2752+
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )",
27522753
"Description": "A complete and consistent functional programming toolkit for R.",
27532754
"License": "MIT + file LICENSE",
27542755
"URL": "https://purrr.tidyverse.org/, https://github.com/tidyverse/purrr",
27552756
"BugReports": "https://github.com/tidyverse/purrr/issues",
27562757
"Depends": [
2757-
"R (>= 3.5.0)"
2758+
"R (>= 4.0)"
27582759
],
27592760
"Imports": [
27602761
"cli (>= 3.6.1)",
@@ -2779,14 +2780,16 @@
27792780
],
27802781
"VignetteBuilder": "knitr",
27812782
"Biarch": "true",
2783+
"Config/build/compilation-database": "true",
27822784
"Config/Needs/website": "tidyverse/tidytemplate, tidyr",
27832785
"Config/testthat/edition": "3",
2786+
"Config/testthat/parallel": "TRUE",
27842787
"Encoding": "UTF-8",
2785-
"RoxygenNote": "7.2.3",
2788+
"RoxygenNote": "7.3.2",
27862789
"NeedsCompilation": "yes",
2787-
"Author": "Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>), Lionel Henry [aut], RStudio [cph, fnd]",
2788-
"Maintainer": "Hadley Wickham <hadley@rstudio.com>",
2789-
"Repository": "RSPM"
2790+
"Author": "Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>), Lionel Henry [aut], Posit Software, PBC [cph, fnd] (03wc8by49)",
2791+
"Maintainer": "Hadley Wickham <hadley@posit.co>",
2792+
"Repository": "CRAN"
27902793
},
27912794
"ragg": {
27922795
"Package": "ragg",
@@ -3019,7 +3022,7 @@
30193022
},
30203023
"renv": {
30213024
"Package": "renv",
3022-
"Version": "1.1.0",
3025+
"Version": "1.1.1",
30233026
"Source": "Repository",
30243027
"Type": "Package",
30253028
"Title": "Project Environments",
@@ -3854,7 +3857,7 @@
38543857
},
38553858
"tinytex": {
38563859
"Package": "tinytex",
3857-
"Version": "0.54",
3860+
"Version": "0.55",
38583861
"Source": "Repository",
38593862
"Type": "Package",
38603863
"Title": "Helper Functions to Install and Maintain TeX Live, and Compile LaTeX Documents",
@@ -3875,7 +3878,7 @@
38753878
"NeedsCompilation": "no",
38763879
"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]",
38773880
"Maintainer": "Yihui Xie <[email protected]>",
3878-
"Repository": "RSPM"
3881+
"Repository": "CRAN"
38793882
},
38803883
"tzdb": {
38813884
"Package": "tzdb",
@@ -4142,11 +4145,11 @@
41424145
},
41434146
"xfun": {
41444147
"Package": "xfun",
4145-
"Version": "0.50",
4148+
"Version": "0.51",
41464149
"Source": "Repository",
41474150
"Type": "Package",
41484151
"Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'",
4149-
"Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"[email protected]\", 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 = \"[email protected]\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Christophe\", \"Dervieux\", role = \"ctb\"), person() )",
4152+
"Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"[email protected]\", 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 = \"[email protected]\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Christophe\", \"Dervieux\", role = \"ctb\"), person() )",
41504153
"Description": "Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'.",
41514154
"Depends": [
41524155
"R (>= 3.2.0)"
@@ -4186,7 +4189,7 @@
41864189
"RoxygenNote": "7.3.2",
41874190
"VignetteBuilder": "litedown",
41884191
"NeedsCompilation": "yes",
4189-
"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]",
4192+
"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]",
41904193
"Maintainer": "Yihui Xie <[email protected]>",
41914194
"Repository": "CRAN"
41924195
},

0 commit comments

Comments
 (0)