diff --git a/renv/profiles/lesson-requirements/renv.lock b/renv/profiles/lesson-requirements/renv.lock index db47f909e..093c9a0c2 100644 --- a/renv/profiles/lesson-requirements/renv.lock +++ b/renv/profiles/lesson-requirements/renv.lock @@ -1,6 +1,6 @@ { "R": { - "Version": "4.5.0", + "Version": "4.5.1", "Repositories": [ { "Name": "carpentries", @@ -878,14 +878,14 @@ }, "curl": { "Package": "curl", - "Version": "6.2.3", + "Version": "6.4.0", "Source": "Repository", "Type": "Package", "Title": "A Modern and Flexible Web Client for R", "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\"))", "Description": "Bindings to '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.", "License": "MIT + file LICENSE", - "SystemRequirements": "libcurl (>= 7.62): libcurl-devel (rpm) or libcurl4-openssl-dev (deb)", + "SystemRequirements": "libcurl (>= 7.73): libcurl-devel (rpm) or libcurl4-openssl-dev (deb)", "URL": "https://jeroen.r-universe.dev/curl", "BugReports": "https://github.com/jeroen/curl/issues", "Suggests": [ @@ -905,19 +905,19 @@ "RoxygenNote": "7.3.2.9000", "Encoding": "UTF-8", "Language": "en-US", - "Roxygen": "list(markdown = TRUE)", + "Roxygen": "list(load = \"installed\", markdown = TRUE)", "Config/pak/sysreqs": "libssl-dev", "Repository": "https://carpentries.r-universe.dev", "RemoteUrl": "https://github.com/jeroen/curl", - "RemoteRef": "v6.2.3", - "RemoteSha": "c23c0fba61c8ee50ff21e5a5ff175e310713801f", + "RemoteRef": "v8.4.0", + "RemoteSha": "fa17cc6d238fbb331a5648b15a8018c4dc2e8f76", "NeedsCompilation": "yes", "Author": "Jeroen Ooms [aut, cre] (ORCID: ), Hadley Wickham [ctb], Posit Software, PBC [cph]", "Maintainer": "Jeroen Ooms " }, "data.table": { "Package": "data.table", - "Version": "1.17.4", + "Version": "1.17.6", "Source": "Repository", "Title": "Extension of `data.frame`", "Depends": [ @@ -1146,7 +1146,7 @@ }, "evaluate": { "Package": "evaluate", - "Version": "1.0.3", + "Version": "1.0.4", "Source": "Repository", "Type": "Package", "Title": "Parsing and Evaluation Tools that Provide More Details than the Default", @@ -1165,7 +1165,8 @@ "lattice", "methods", "pkgload", - "rlang", + "ragg (>= 1.4.0)", + "rlang (>= 1.1.5)", "knitr", "testthat (>= 3.0.0)", "withr" @@ -1175,41 +1176,10 @@ "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "NeedsCompilation": "no", - "Author": "Hadley Wickham [aut, cre], Yihui Xie [aut] (), 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]", + "Author": "Hadley Wickham [aut, cre], Yihui Xie [aut] (ORCID: ), 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]", "Maintainer": "Hadley Wickham ", "Repository": "CRAN" }, - "fansi": { - "Package": "fansi", - "Version": "1.0.6", - "Source": "Repository", - "Title": "ANSI Control Sequence Aware String Functions", - "Description": "Counterparts to R string manipulation functions that account for the effects of ANSI text formatting control sequences.", - "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\" ))", - "Depends": [ - "R (>= 3.1.0)" - ], - "License": "GPL-2 | GPL-3", - "URL": "https://github.com/brodieG/fansi", - "BugReports": "https://github.com/brodieG/fansi/issues", - "VignetteBuilder": "knitr", - "Suggests": [ - "unitizer", - "knitr", - "rmarkdown" - ], - "Imports": [ - "grDevices", - "utils" - ], - "RoxygenNote": "7.2.3", - "Encoding": "UTF-8", - "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'", - "NeedsCompilation": "yes", - "Author": "Brodie Gaslam [aut, cre], Elliott Sales De Andrade [ctb], R Core Team [cph] (UTF8 byte length calcs from src/util.c)", - "Maintainer": "Brodie Gaslam ", - "Repository": "RSPM" - }, "farver": { "Package": "farver", "Version": "2.1.2", @@ -1374,7 +1344,7 @@ }, "gapminder": { "Package": "gapminder", - "Version": "1.0.0", + "Version": "1.0.1", "Source": "Repository", "Title": "Data from Gapminder", "Authors@R": "person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\"))", @@ -1390,20 +1360,20 @@ ], "Suggests": [ "dplyr", - "ggplot2", + "ggplot2 (>= 3.0.0)", "knitr", "rmarkdown", "testthat (>= 3.0.0)" ], "Encoding": "UTF-8", "LazyData": "true", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.2", "Config/testthat/edition": "3", "VignetteBuilder": "knitr", "NeedsCompilation": "no", - "Author": "Jennifer Bryan [aut, cre] ()", + "Author": "Jennifer Bryan [aut, cre] (ORCID: )", "Maintainer": "Jennifer Bryan ", - "Repository": "RSPM" + "Repository": "CRAN" }, "gargle": { "Package": "gargle", @@ -2875,7 +2845,7 @@ "Config/testthat/edition": "3", "Roxygen": "list(markdown = TRUE)", "Config/build/compilation-database": "true", - "Config/pak/sysreqs": "libfreetype6-dev libjpeg-dev libpng-dev libtiff-dev", + "Config/pak/sysreqs": "libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libjpeg-dev libpng-dev libtiff-dev", "Repository": "https://carpentries.r-universe.dev", "NeedsCompilation": "yes", "Author": "Thomas Lin Pedersen [cre, aut] (ORCID: ), 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]", @@ -3644,7 +3614,7 @@ "Roxygen": "list(markdown = TRUE)", "RoxygenNote": "7.3.2", "SystemRequirements": "freetype2, harfbuzz, fribidi", - "Config/pak/sysreqs": "libfreetype6-dev libfribidi-dev libharfbuzz-dev", + "Config/pak/sysreqs": "libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev", "Repository": "https://carpentries.r-universe.dev", "NeedsCompilation": "yes", "Author": "Thomas Lin Pedersen [cre, aut] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: )", @@ -3656,7 +3626,7 @@ }, "tibble": { "Package": "tibble", - "Version": "3.2.1", + "Version": "3.3.0", "Source": "Repository", "Title": "Simple Data Frames", "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\")))", @@ -3668,7 +3638,7 @@ "R (>= 3.4.0)" ], "Imports": [ - "fansi (>= 0.4.0)", + "cli", "lifecycle (>= 1.0.0)", "magrittr", "methods", @@ -3676,7 +3646,7 @@ "pkgconfig", "rlang (>= 1.0.2)", "utils", - "vctrs (>= 0.4.2)" + "vctrs (>= 0.5.0)" ], "Suggests": [ "bench", @@ -3684,9 +3654,6 @@ "blob", "brio", "callr", - "cli", - "covr", - "crayon (>= 1.3.4)", "DiagrammeR", "dplyr", "evaluate", @@ -3697,9 +3664,7 @@ "htmltools", "knitr", "lubridate", - "mockr", "nycflights13", - "pkgbuild", "pkgload", "purrr", "rmarkdown", @@ -3710,7 +3675,7 @@ ], "VignetteBuilder": "knitr", "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.2.9000", "Config/testthat/edition": "3", "Config/testthat/parallel": "true", "Config/testthat/start-first": "vignette-formats, as_tibble, add, invariants", @@ -3719,9 +3684,9 @@ "Config/autostyle/rmd": "false", "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "yes", - "Author": "Kirill Müller [aut, cre] (), Hadley Wickham [aut], Romain Francois [ctb], Jennifer Bryan [ctb], RStudio [cph, fnd]", + "Author": "Kirill Müller [aut, cre] (ORCID: ), Hadley Wickham [aut], Romain Francois [ctb], Jennifer Bryan [ctb], RStudio [cph, fnd]", "Maintainer": "Kirill Müller ", - "Repository": "RSPM" + "Repository": "CRAN" }, "tidyr": { "Package": "tidyr", @@ -3965,14 +3930,14 @@ }, "utf8": { "Package": "utf8", - "Version": "1.2.5", + "Version": "1.2.6", "Source": "Repository", "Title": "Unicode Text Processing", - "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\"))", + "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\"))", "Description": "Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display.", "License": "Apache License (== 2.0) | file LICENSE", - "URL": "https://ptrckprry.com/r-utf8/, https://github.com/patperry/r-utf8", - "BugReports": "https://github.com/patperry/r-utf8/issues", + "URL": "https://krlmlr.github.io/utf8/, https://github.com/krlmlr/utf8", + "BugReports": "https://github.com/krlmlr/utf8/issues", "Depends": [ "R (>= 2.10)" ], @@ -3990,7 +3955,7 @@ "Encoding": "UTF-8", "RoxygenNote": "7.3.2.9000", "NeedsCompilation": "yes", - "Author": "Patrick O. Perry [aut, cph], Kirill Müller [cre], Unicode, Inc. [cph, dtc] (Unicode Character Database)", + "Author": "Patrick O. Perry [aut, cph], Kirill Müller [cre] (ORCID: ), Unicode, Inc. [cph, dtc] (Unicode Character Database)", "Maintainer": "Kirill Müller ", "Repository": "CRAN" },