Skip to content

Commit 4ef9aef

Browse files
authored
Merge pull request #122 from LibraryCarpentry/update/packages
Update 11 packages
2 parents 048a7a2 + a6ba00f commit 4ef9aef

File tree

1 file changed

+25
-60
lines changed

1 file changed

+25
-60
lines changed

renv/profiles/lesson-requirements/renv.lock

Lines changed: 25 additions & 60 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",
@@ -826,14 +826,14 @@
826826
},
827827
"curl": {
828828
"Package": "curl",
829-
"Version": "6.2.3",
829+
"Version": "6.4.0",
830830
"Source": "Repository",
831831
"Type": "Package",
832832
"Title": "A Modern and Flexible Web Client for R",
833833
"Authors@R": "c( person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Posit Software, PBC\", role = \"cph\"))",
834834
"Description": "Bindings to 'libcurl' <https://curl.se/libcurl/> for performing fully configurable HTTP/FTP requests where responses can be processed in memory, on disk, or streaming via the callback or connection interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly web client see the 'httr2' package which builds on this package with http specific tools and logic.",
835835
"License": "MIT + file LICENSE",
836-
"SystemRequirements": "libcurl (>= 7.62): libcurl-devel (rpm) or libcurl4-openssl-dev (deb)",
836+
"SystemRequirements": "libcurl (>= 7.73): libcurl-devel (rpm) or libcurl4-openssl-dev (deb)",
837837
"URL": "https://jeroen.r-universe.dev/curl",
838838
"BugReports": "https://github.com/jeroen/curl/issues",
839839
"Suggests": [
@@ -853,19 +853,19 @@
853853
"RoxygenNote": "7.3.2.9000",
854854
"Encoding": "UTF-8",
855855
"Language": "en-US",
856-
"Roxygen": "list(markdown = TRUE)",
856+
"Roxygen": "list(load = \"installed\", markdown = TRUE)",
857857
"Config/pak/sysreqs": "libssl-dev",
858858
"Repository": "https://carpentries.r-universe.dev",
859859
"RemoteUrl": "https://github.com/jeroen/curl",
860-
"RemoteRef": "v6.2.3",
861-
"RemoteSha": "c23c0fba61c8ee50ff21e5a5ff175e310713801f",
860+
"RemoteRef": "v8.4.0",
861+
"RemoteSha": "fa17cc6d238fbb331a5648b15a8018c4dc2e8f76",
862862
"NeedsCompilation": "yes",
863863
"Author": "Jeroen Ooms [aut, cre] (ORCID: <https://orcid.org/0000-0002-4035-0289>), Hadley Wickham [ctb], Posit Software, PBC [cph]",
864864
"Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>"
865865
},
866866
"data.table": {
867867
"Package": "data.table",
868-
"Version": "1.17.4",
868+
"Version": "1.17.6",
869869
"Source": "Repository",
870870
"Title": "Extension of `data.frame`",
871871
"Depends": [
@@ -1094,7 +1094,7 @@
10941094
},
10951095
"evaluate": {
10961096
"Package": "evaluate",
1097-
"Version": "1.0.3",
1097+
"Version": "1.0.4",
10981098
"Source": "Repository",
10991099
"Type": "Package",
11001100
"Title": "Parsing and Evaluation Tools that Provide More Details than the Default",
@@ -1113,7 +1113,8 @@
11131113
"lattice",
11141114
"methods",
11151115
"pkgload",
1116-
"rlang",
1116+
"ragg (>= 1.4.0)",
1117+
"rlang (>= 1.1.5)",
11171118
"knitr",
11181119
"testthat (>= 3.0.0)",
11191120
"withr"
@@ -1123,40 +1124,9 @@
11231124
"Encoding": "UTF-8",
11241125
"RoxygenNote": "7.3.2",
11251126
"NeedsCompilation": "no",
1126-
"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]",
1127+
"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]",
11271128
"Maintainer": "Hadley Wickham <hadley@posit.co>",
1128-
"Repository": "RSPM"
1129-
},
1130-
"fansi": {
1131-
"Package": "fansi",
1132-
"Version": "1.0.6",
1133-
"Source": "Repository",
1134-
"Title": "ANSI Control Sequence Aware String Functions",
1135-
"Description": "Counterparts to R string manipulation functions that account for the effects of ANSI text formatting control sequences.",
1136-
"Authors@R": "c( person(\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\", role=c(\"aut\", \"cre\")), person(\"Elliott\", \"Sales De Andrade\", role=\"ctb\"), person(family=\"R Core Team\", email=\"R-core@r-project.org\", role=\"cph\", comment=\"UTF8 byte length calcs from src/util.c\" ))",
1137-
"Depends": [
1138-
"R (>= 3.1.0)"
1139-
],
1140-
"License": "GPL-2 | GPL-3",
1141-
"URL": "https://github.com/brodieG/fansi",
1142-
"BugReports": "https://github.com/brodieG/fansi/issues",
1143-
"VignetteBuilder": "knitr",
1144-
"Suggests": [
1145-
"unitizer",
1146-
"knitr",
1147-
"rmarkdown"
1148-
],
1149-
"Imports": [
1150-
"grDevices",
1151-
"utils"
1152-
],
1153-
"RoxygenNote": "7.2.3",
1154-
"Encoding": "UTF-8",
1155-
"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'",
1156-
"NeedsCompilation": "yes",
1157-
"Author": "Brodie Gaslam [aut, cre], Elliott Sales De Andrade [ctb], R Core Team [cph] (UTF8 byte length calcs from src/util.c)",
1158-
"Maintainer": "Brodie Gaslam <brodie.gaslam@yahoo.com>",
1159-
"Repository": "RSPM"
1129+
"Repository": "CRAN"
11601130
},
11611131
"farver": {
11621132
"Package": "farver",
@@ -2693,7 +2663,7 @@
26932663
"Config/testthat/edition": "3",
26942664
"Roxygen": "list(markdown = TRUE)",
26952665
"Config/build/compilation-database": "true",
2696-
"Config/pak/sysreqs": "libfreetype6-dev libjpeg-dev libpng-dev libtiff-dev",
2666+
"Config/pak/sysreqs": "libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libjpeg-dev libpng-dev libtiff-dev",
26972667
"Repository": "https://carpentries.r-universe.dev",
26982668
"NeedsCompilation": "yes",
26992669
"Author": "Thomas Lin Pedersen [cre, aut] (ORCID: <https://orcid.org/0000-0002-5147-4711>), Maxim Shemanarev [aut, cph] (Author of AGG), Tony Juricic [ctb, cph] (Contributor to AGG), Milan Marusinec [ctb, cph] (Contributor to AGG), Spencer Garrett [ctb] (Contributor to AGG), Posit, PBC [cph, fnd]",
@@ -3409,7 +3379,7 @@
34093379
"Roxygen": "list(markdown = TRUE)",
34103380
"RoxygenNote": "7.3.2",
34113381
"SystemRequirements": "freetype2, harfbuzz, fribidi",
3412-
"Config/pak/sysreqs": "libfreetype6-dev libfribidi-dev libharfbuzz-dev",
3382+
"Config/pak/sysreqs": "libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev",
34133383
"Repository": "https://carpentries.r-universe.dev",
34143384
"NeedsCompilation": "yes",
34153385
"Author": "Thomas Lin Pedersen [cre, aut] (ORCID: <https://orcid.org/0000-0002-5147-4711>), Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
@@ -3421,7 +3391,7 @@
34213391
},
34223392
"tibble": {
34233393
"Package": "tibble",
3424-
"Version": "3.2.1",
3394+
"Version": "3.3.0",
34253395
"Source": "Repository",
34263396
"Title": "Simple Data Frames",
34273397
"Authors@R": "c(person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Hadley\", family = \"Wickham\", role = \"aut\", email = \"hadley@rstudio.com\"), person(given = \"Romain\", family = \"Francois\", role = \"ctb\", email = \"romain@r-enthusiasts.com\"), person(given = \"Jennifer\", family = \"Bryan\", role = \"ctb\", email = \"jenny@rstudio.com\"), person(given = \"RStudio\", role = c(\"cph\", \"fnd\")))",
@@ -3433,25 +3403,22 @@
34333403
"R (>= 3.4.0)"
34343404
],
34353405
"Imports": [
3436-
"fansi (>= 0.4.0)",
3406+
"cli",
34373407
"lifecycle (>= 1.0.0)",
34383408
"magrittr",
34393409
"methods",
34403410
"pillar (>= 1.8.1)",
34413411
"pkgconfig",
34423412
"rlang (>= 1.0.2)",
34433413
"utils",
3444-
"vctrs (>= 0.4.2)"
3414+
"vctrs (>= 0.5.0)"
34453415
],
34463416
"Suggests": [
34473417
"bench",
34483418
"bit64",
34493419
"blob",
34503420
"brio",
34513421
"callr",
3452-
"cli",
3453-
"covr",
3454-
"crayon (>= 1.3.4)",
34553422
"DiagrammeR",
34563423
"dplyr",
34573424
"evaluate",
@@ -3462,9 +3429,7 @@
34623429
"htmltools",
34633430
"knitr",
34643431
"lubridate",
3465-
"mockr",
34663432
"nycflights13",
3467-
"pkgbuild",
34683433
"pkgload",
34693434
"purrr",
34703435
"rmarkdown",
@@ -3475,7 +3440,7 @@
34753440
],
34763441
"VignetteBuilder": "knitr",
34773442
"Encoding": "UTF-8",
3478-
"RoxygenNote": "7.2.3",
3443+
"RoxygenNote": "7.3.2.9000",
34793444
"Config/testthat/edition": "3",
34803445
"Config/testthat/parallel": "true",
34813446
"Config/testthat/start-first": "vignette-formats, as_tibble, add, invariants",
@@ -3484,9 +3449,9 @@
34843449
"Config/autostyle/rmd": "false",
34853450
"Config/Needs/website": "tidyverse/tidytemplate",
34863451
"NeedsCompilation": "yes",
3487-
"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]",
3452+
"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]",
34883453
"Maintainer": "Kirill Müller <kirill@cynkra.com>",
3489-
"Repository": "RSPM"
3454+
"Repository": "CRAN"
34903455
},
34913456
"tidyr": {
34923457
"Package": "tidyr",
@@ -3730,14 +3695,14 @@
37303695
},
37313696
"utf8": {
37323697
"Package": "utf8",
3733-
"Version": "1.2.5",
3698+
"Version": "1.2.6",
37343699
"Source": "Repository",
37353700
"Title": "Unicode Text Processing",
3736-
"Authors@R": "c(person(given = c(\"Patrick\", \"O.\"), family = \"Perry\", role = c(\"aut\", \"cph\")), person(given = \"Kirill\", family = \"M\\u00fcller\", role = \"cre\", email = \"kirill@cynkra.com\"), person(given = \"Unicode, Inc.\", role = c(\"cph\", \"dtc\"), comment = \"Unicode Character Database\"))",
3701+
"Authors@R": "c(person(given = c(\"Patrick\", \"O.\"), family = \"Perry\", role = c(\"aut\", \"cph\")), person(given = \"Kirill\", family = \"M\\u00fcller\", role = \"cre\", email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Unicode, Inc.\", role = c(\"cph\", \"dtc\"), comment = \"Unicode Character Database\"))",
37373702
"Description": "Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display.",
37383703
"License": "Apache License (== 2.0) | file LICENSE",
3739-
"URL": "https://ptrckprry.com/r-utf8/, https://github.com/patperry/r-utf8",
3740-
"BugReports": "https://github.com/patperry/r-utf8/issues",
3704+
"URL": "https://krlmlr.github.io/utf8/, https://github.com/krlmlr/utf8",
3705+
"BugReports": "https://github.com/krlmlr/utf8/issues",
37413706
"Depends": [
37423707
"R (>= 2.10)"
37433708
],
@@ -3755,7 +3720,7 @@
37553720
"Encoding": "UTF-8",
37563721
"RoxygenNote": "7.3.2.9000",
37573722
"NeedsCompilation": "yes",
3758-
"Author": "Patrick O. Perry [aut, cph], Kirill Müller [cre], Unicode, Inc. [cph, dtc] (Unicode Character Database)",
3723+
"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)",
37593724
"Maintainer": "Kirill Müller <kirill@cynkra.com>",
37603725
"Repository": "CRAN"
37613726
},

0 commit comments

Comments
 (0)