Skip to content

Commit 701debd

Browse files
authored
Merge pull request #927 from swcarpentry/update/packages
Update 9 packages
2 parents e577fb6 + 9dc51e1 commit 701debd

File tree

1 file changed

+16
-51
lines changed

1 file changed

+16
-51
lines changed

renv/profiles/lesson-requirements/renv.lock

Lines changed: 16 additions & 51 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",
@@ -614,7 +614,7 @@
614614
},
615615
"evaluate": {
616616
"Package": "evaluate",
617-
"Version": "1.0.3",
617+
"Version": "1.0.4",
618618
"Source": "Repository",
619619
"Type": "Package",
620620
"Title": "Parsing and Evaluation Tools that Provide More Details than the Default",
@@ -633,7 +633,8 @@
633633
"lattice",
634634
"methods",
635635
"pkgload",
636-
"rlang",
636+
"ragg (>= 1.4.0)",
637+
"rlang (>= 1.1.5)",
637638
"knitr",
638639
"testthat (>= 3.0.0)",
639640
"withr"
@@ -643,41 +644,10 @@
643644
"Encoding": "UTF-8",
644645
"RoxygenNote": "7.3.2",
645646
"NeedsCompilation": "no",
646-
"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]",
647+
"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]",
647648
"Maintainer": "Hadley Wickham <[email protected]>",
648649
"Repository": "CRAN"
649650
},
650-
"fansi": {
651-
"Package": "fansi",
652-
"Version": "1.0.6",
653-
"Source": "Repository",
654-
"Title": "ANSI Control Sequence Aware String Functions",
655-
"Description": "Counterparts to R string manipulation functions that account for the effects of ANSI text formatting control sequences.",
656-
"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\" ))",
657-
"Depends": [
658-
"R (>= 3.1.0)"
659-
],
660-
"License": "GPL-2 | GPL-3",
661-
"URL": "https://github.com/brodieG/fansi",
662-
"BugReports": "https://github.com/brodieG/fansi/issues",
663-
"VignetteBuilder": "knitr",
664-
"Suggests": [
665-
"unitizer",
666-
"knitr",
667-
"rmarkdown"
668-
],
669-
"Imports": [
670-
"grDevices",
671-
"utils"
672-
],
673-
"RoxygenNote": "7.2.3",
674-
"Encoding": "UTF-8",
675-
"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'",
676-
"NeedsCompilation": "yes",
677-
"Author": "Brodie Gaslam [aut, cre], Elliott Sales De Andrade [ctb], R Core Team [cph] (UTF8 byte length calcs from src/util.c)",
678-
"Maintainer": "Brodie Gaslam <[email protected]>",
679-
"Repository": "RSPM"
680-
},
681651
"farver": {
682652
"Package": "farver",
683653
"Version": "2.1.2",
@@ -2202,7 +2172,7 @@
22022172
},
22032173
"tibble": {
22042174
"Package": "tibble",
2205-
"Version": "3.2.1",
2175+
"Version": "3.3.0",
22062176
"Source": "Repository",
22072177
"Title": "Simple Data Frames",
22082178
"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\")))",
@@ -2214,25 +2184,22 @@
22142184
"R (>= 3.4.0)"
22152185
],
22162186
"Imports": [
2217-
"fansi (>= 0.4.0)",
2187+
"cli",
22182188
"lifecycle (>= 1.0.0)",
22192189
"magrittr",
22202190
"methods",
22212191
"pillar (>= 1.8.1)",
22222192
"pkgconfig",
22232193
"rlang (>= 1.0.2)",
22242194
"utils",
2225-
"vctrs (>= 0.4.2)"
2195+
"vctrs (>= 0.5.0)"
22262196
],
22272197
"Suggests": [
22282198
"bench",
22292199
"bit64",
22302200
"blob",
22312201
"brio",
22322202
"callr",
2233-
"cli",
2234-
"covr",
2235-
"crayon (>= 1.3.4)",
22362203
"DiagrammeR",
22372204
"dplyr",
22382205
"evaluate",
@@ -2243,9 +2210,7 @@
22432210
"htmltools",
22442211
"knitr",
22452212
"lubridate",
2246-
"mockr",
22472213
"nycflights13",
2248-
"pkgbuild",
22492214
"pkgload",
22502215
"purrr",
22512216
"rmarkdown",
@@ -2256,7 +2221,7 @@
22562221
],
22572222
"VignetteBuilder": "knitr",
22582223
"Encoding": "UTF-8",
2259-
"RoxygenNote": "7.2.3",
2224+
"RoxygenNote": "7.3.2.9000",
22602225
"Config/testthat/edition": "3",
22612226
"Config/testthat/parallel": "true",
22622227
"Config/testthat/start-first": "vignette-formats, as_tibble, add, invariants",
@@ -2265,9 +2230,9 @@
22652230
"Config/autostyle/rmd": "false",
22662231
"Config/Needs/website": "tidyverse/tidytemplate",
22672232
"NeedsCompilation": "yes",
2268-
"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]",
2233+
"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]",
22692234
"Maintainer": "Kirill Müller <[email protected]>",
2270-
"Repository": "RSPM"
2235+
"Repository": "CRAN"
22712236
},
22722237
"tidyr": {
22732238
"Package": "tidyr",
@@ -2419,14 +2384,14 @@
24192384
},
24202385
"utf8": {
24212386
"Package": "utf8",
2422-
"Version": "1.2.5",
2387+
"Version": "1.2.6",
24232388
"Source": "Repository",
24242389
"Title": "Unicode Text Processing",
2425-
"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\"))",
2390+
"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\"))",
24262391
"Description": "Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display.",
24272392
"License": "Apache License (== 2.0) | file LICENSE",
2428-
"URL": "https://ptrckprry.com/r-utf8/, https://github.com/patperry/r-utf8",
2429-
"BugReports": "https://github.com/patperry/r-utf8/issues",
2393+
"URL": "https://krlmlr.github.io/utf8/, https://github.com/krlmlr/utf8",
2394+
"BugReports": "https://github.com/krlmlr/utf8/issues",
24302395
"Depends": [
24312396
"R (>= 2.10)"
24322397
],
@@ -2444,7 +2409,7 @@
24442409
"Encoding": "UTF-8",
24452410
"RoxygenNote": "7.3.2.9000",
24462411
"NeedsCompilation": "yes",
2447-
"Author": "Patrick O. Perry [aut, cph], Kirill Müller [cre], Unicode, Inc. [cph, dtc] (Unicode Character Database)",
2412+
"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)",
24482413
"Maintainer": "Kirill Müller <[email protected]>",
24492414
"Repository": "CRAN"
24502415
},

0 commit comments

Comments
 (0)