Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 25 additions & 60 deletions renv/profiles/lesson-requirements/renv.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"R": {
"Version": "4.5.0",
"Version": "4.5.1",
"Repositories": [
{
"Name": "carpentries",
Expand Down Expand Up @@ -826,14 +826,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' <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.",
"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": [
Expand All @@ -853,19 +853,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: <https://orcid.org/0000-0002-4035-0289>), Hadley Wickham [ctb], Posit Software, PBC [cph]",
"Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>"
},
"data.table": {
"Package": "data.table",
"Version": "1.17.4",
"Version": "1.17.6",
"Source": "Repository",
"Title": "Extension of `data.frame`",
"Depends": [
Expand Down Expand Up @@ -1094,7 +1094,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",
Expand All @@ -1113,7 +1113,8 @@
"lattice",
"methods",
"pkgload",
"rlang",
"ragg (>= 1.4.0)",
"rlang (>= 1.1.5)",
"knitr",
"testthat (>= 3.0.0)",
"withr"
Expand All @@ -1123,40 +1124,9 @@
"Encoding": "UTF-8",
"RoxygenNote": "7.3.2",
"NeedsCompilation": "no",
"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]",
"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]",
"Maintainer": "Hadley Wickham <hadley@posit.co>",
"Repository": "RSPM"
},
"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 <brodie.gaslam@yahoo.com>",
"Repository": "RSPM"
"Repository": "CRAN"
},
"farver": {
"Package": "farver",
Expand Down Expand Up @@ -2693,7 +2663,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: <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]",
Expand Down Expand Up @@ -3409,7 +3379,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: <https://orcid.org/0000-0002-5147-4711>), Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
Expand All @@ -3421,7 +3391,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\")))",
Expand All @@ -3433,25 +3403,22 @@
"R (>= 3.4.0)"
],
"Imports": [
"fansi (>= 0.4.0)",
"cli",
"lifecycle (>= 1.0.0)",
"magrittr",
"methods",
"pillar (>= 1.8.1)",
"pkgconfig",
"rlang (>= 1.0.2)",
"utils",
"vctrs (>= 0.4.2)"
"vctrs (>= 0.5.0)"
],
"Suggests": [
"bench",
"bit64",
"blob",
"brio",
"callr",
"cli",
"covr",
"crayon (>= 1.3.4)",
"DiagrammeR",
"dplyr",
"evaluate",
Expand All @@ -3462,9 +3429,7 @@
"htmltools",
"knitr",
"lubridate",
"mockr",
"nycflights13",
"pkgbuild",
"pkgload",
"purrr",
"rmarkdown",
Expand All @@ -3475,7 +3440,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",
Expand All @@ -3484,9 +3449,9 @@
"Config/autostyle/rmd": "false",
"Config/Needs/website": "tidyverse/tidytemplate",
"NeedsCompilation": "yes",
"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]",
"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]",
"Maintainer": "Kirill Müller <kirill@cynkra.com>",
"Repository": "RSPM"
"Repository": "CRAN"
},
"tidyr": {
"Package": "tidyr",
Expand Down Expand Up @@ -3730,14 +3695,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)"
],
Expand All @@ -3755,7 +3720,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: <https://orcid.org/0000-0002-1416-3412>), Unicode, Inc. [cph, dtc] (Unicode Character Database)",
"Maintainer": "Kirill Müller <kirill@cynkra.com>",
"Repository": "CRAN"
},
Expand Down
Loading