Skip to content

Commit 0707e19

Browse files
authored
Merge pull request #481 from datacarpentry/update/packages
Update 11 packages
2 parents 9d795d6 + a9236f9 commit 0707e19

File tree

1 file changed

+19
-55
lines changed

1 file changed

+19
-55
lines changed

renv/profiles/lesson-requirements/renv.lock

Lines changed: 19 additions & 55 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",
@@ -635,7 +635,7 @@
635635
},
636636
"evaluate": {
637637
"Package": "evaluate",
638-
"Version": "1.0.3",
638+
"Version": "1.0.4",
639639
"Source": "Repository",
640640
"Type": "Package",
641641
"Title": "Parsing and Evaluation Tools that Provide More Details than the Default",
@@ -654,7 +654,8 @@
654654
"lattice",
655655
"methods",
656656
"pkgload",
657-
"rlang",
657+
"ragg (>= 1.4.0)",
658+
"rlang (>= 1.1.5)",
658659
"knitr",
659660
"testthat (>= 3.0.0)",
660661
"withr"
@@ -664,41 +665,10 @@
664665
"Encoding": "UTF-8",
665666
"RoxygenNote": "7.3.2",
666667
"NeedsCompilation": "no",
667-
"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]",
668+
"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]",
668669
"Maintainer": "Hadley Wickham <[email protected]>",
669670
"Repository": "CRAN"
670671
},
671-
"fansi": {
672-
"Package": "fansi",
673-
"Version": "1.0.6",
674-
"Source": "Repository",
675-
"Title": "ANSI Control Sequence Aware String Functions",
676-
"Description": "Counterparts to R string manipulation functions that account for the effects of ANSI text formatting control sequences.",
677-
"Authors@R": "c( person(\"Brodie\", \"Gaslam\", email=\"[email protected]\", role=c(\"aut\", \"cre\")), person(\"Elliott\", \"Sales De Andrade\", role=\"ctb\"), person(family=\"R Core Team\", email=\"[email protected]\", role=\"cph\", comment=\"UTF8 byte length calcs from src/util.c\" ))",
678-
"Depends": [
679-
"R (>= 3.1.0)"
680-
],
681-
"License": "GPL-2 | GPL-3",
682-
"URL": "https://github.com/brodieG/fansi",
683-
"BugReports": "https://github.com/brodieG/fansi/issues",
684-
"VignetteBuilder": "knitr",
685-
"Suggests": [
686-
"unitizer",
687-
"knitr",
688-
"rmarkdown"
689-
],
690-
"Imports": [
691-
"grDevices",
692-
"utils"
693-
],
694-
"RoxygenNote": "7.2.3",
695-
"Encoding": "UTF-8",
696-
"Collate": "'constants.R' 'fansi-package.R' 'internal.R' 'load.R' 'misc.R' 'nchar.R' 'strwrap.R' 'strtrim.R' 'strsplit.R' 'substr2.R' 'trimws.R' 'tohtml.R' 'unhandled.R' 'normalize.R' 'sgr.R'",
697-
"NeedsCompilation": "yes",
698-
"Author": "Brodie Gaslam [aut, cre], Elliott Sales De Andrade [ctb], R Core Team [cph] (UTF8 byte length calcs from src/util.c)",
699-
"Maintainer": "Brodie Gaslam <[email protected]>",
700-
"Repository": "RSPM"
701-
},
702672
"farver": {
703673
"Package": "farver",
704674
"Version": "2.1.2",
@@ -1793,7 +1763,7 @@
17931763
},
17941764
"reshape": {
17951765
"Package": "reshape",
1796-
"Version": "0.8.9",
1766+
"Version": "0.8.10",
17971767
"Source": "Repository",
17981768
"Title": "Flexibly Reshape Data",
17991769
"Description": "Flexibly restructure and aggregate data using just two functions: melt and cast.",
@@ -1807,11 +1777,10 @@
18071777
],
18081778
"License": "MIT + file LICENSE",
18091779
"LazyData": "true",
1810-
"NeedsCompilation": "yes",
1780+
"NeedsCompilation": "no",
18111781
"Author": "Hadley Wickham [aut, cre]",
18121782
"Maintainer": "Hadley Wickham <[email protected]>",
1813-
"Repository": "RSPM",
1814-
"Encoding": "UTF-8"
1783+
"Repository": "CRAN"
18151784
},
18161785
"rlang": {
18171786
"Package": "rlang",
@@ -2279,7 +2248,7 @@
22792248
},
22802249
"tibble": {
22812250
"Package": "tibble",
2282-
"Version": "3.2.1",
2251+
"Version": "3.3.0",
22832252
"Source": "Repository",
22842253
"Title": "Simple Data Frames",
22852254
"Authors@R": "c(person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Hadley\", family = \"Wickham\", role = \"aut\", email = \"[email protected]\"), person(given = \"Romain\", family = \"Francois\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Jennifer\", family = \"Bryan\", role = \"ctb\", email = \"[email protected]\"), person(given = \"RStudio\", role = c(\"cph\", \"fnd\")))",
@@ -2291,25 +2260,22 @@
22912260
"R (>= 3.4.0)"
22922261
],
22932262
"Imports": [
2294-
"fansi (>= 0.4.0)",
2263+
"cli",
22952264
"lifecycle (>= 1.0.0)",
22962265
"magrittr",
22972266
"methods",
22982267
"pillar (>= 1.8.1)",
22992268
"pkgconfig",
23002269
"rlang (>= 1.0.2)",
23012270
"utils",
2302-
"vctrs (>= 0.4.2)"
2271+
"vctrs (>= 0.5.0)"
23032272
],
23042273
"Suggests": [
23052274
"bench",
23062275
"bit64",
23072276
"blob",
23082277
"brio",
23092278
"callr",
2310-
"cli",
2311-
"covr",
2312-
"crayon (>= 1.3.4)",
23132279
"DiagrammeR",
23142280
"dplyr",
23152281
"evaluate",
@@ -2320,9 +2286,7 @@
23202286
"htmltools",
23212287
"knitr",
23222288
"lubridate",
2323-
"mockr",
23242289
"nycflights13",
2325-
"pkgbuild",
23262290
"pkgload",
23272291
"purrr",
23282292
"rmarkdown",
@@ -2333,7 +2297,7 @@
23332297
],
23342298
"VignetteBuilder": "knitr",
23352299
"Encoding": "UTF-8",
2336-
"RoxygenNote": "7.2.3",
2300+
"RoxygenNote": "7.3.2.9000",
23372301
"Config/testthat/edition": "3",
23382302
"Config/testthat/parallel": "true",
23392303
"Config/testthat/start-first": "vignette-formats, as_tibble, add, invariants",
@@ -2342,9 +2306,9 @@
23422306
"Config/autostyle/rmd": "false",
23432307
"Config/Needs/website": "tidyverse/tidytemplate",
23442308
"NeedsCompilation": "yes",
2345-
"Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), Hadley Wickham [aut], Romain Francois [ctb], Jennifer Bryan [ctb], RStudio [cph, fnd]",
2309+
"Author": "Kirill Müller [aut, cre] (ORCID: <https://orcid.org/0000-0002-1416-3412>), Hadley Wickham [aut], Romain Francois [ctb], Jennifer Bryan [ctb], RStudio [cph, fnd]",
23462310
"Maintainer": "Kirill Müller <[email protected]>",
2347-
"Repository": "RSPM"
2311+
"Repository": "CRAN"
23482312
},
23492313
"tidyr": {
23502314
"Package": "tidyr",
@@ -2510,14 +2474,14 @@
25102474
},
25112475
"utf8": {
25122476
"Package": "utf8",
2513-
"Version": "1.2.5",
2477+
"Version": "1.2.6",
25142478
"Source": "Repository",
25152479
"Title": "Unicode Text Processing",
2516-
"Authors@R": "c(person(given = c(\"Patrick\", \"O.\"), family = \"Perry\", role = c(\"aut\", \"cph\")), person(given = \"Kirill\", family = \"M\\u00fcller\", role = \"cre\", email = \"[email protected]\"), person(given = \"Unicode, Inc.\", role = c(\"cph\", \"dtc\"), comment = \"Unicode Character Database\"))",
2480+
"Authors@R": "c(person(given = c(\"Patrick\", \"O.\"), family = \"Perry\", role = c(\"aut\", \"cph\")), person(given = \"Kirill\", family = \"M\\u00fcller\", role = \"cre\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Unicode, Inc.\", role = c(\"cph\", \"dtc\"), comment = \"Unicode Character Database\"))",
25172481
"Description": "Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display.",
25182482
"License": "Apache License (== 2.0) | file LICENSE",
2519-
"URL": "https://ptrckprry.com/r-utf8/, https://github.com/patperry/r-utf8",
2520-
"BugReports": "https://github.com/patperry/r-utf8/issues",
2483+
"URL": "https://krlmlr.github.io/utf8/, https://github.com/krlmlr/utf8",
2484+
"BugReports": "https://github.com/krlmlr/utf8/issues",
25212485
"Depends": [
25222486
"R (>= 2.10)"
25232487
],
@@ -2535,7 +2499,7 @@
25352499
"Encoding": "UTF-8",
25362500
"RoxygenNote": "7.3.2.9000",
25372501
"NeedsCompilation": "yes",
2538-
"Author": "Patrick O. Perry [aut, cph], Kirill Müller [cre], Unicode, Inc. [cph, dtc] (Unicode Character Database)",
2502+
"Author": "Patrick O. Perry [aut, cph], Kirill Müller [cre] (ORCID: <https://orcid.org/0000-0002-1416-3412>), Unicode, Inc. [cph, dtc] (Unicode Character Database)",
25392503
"Maintainer": "Kirill Müller <[email protected]>",
25402504
"Repository": "CRAN"
25412505
},

0 commit comments

Comments
 (0)