Skip to content

Update 11 packages #481

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
74 changes: 19 additions & 55 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 @@ -635,7 +635,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 @@ -654,7 +654,8 @@
"lattice",
"methods",
"pkgload",
"rlang",
"ragg (>= 1.4.0)",
"rlang (>= 1.1.5)",
"knitr",
"testthat (>= 3.0.0)",
"withr"
Expand All @@ -664,41 +665,10 @@
"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": "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 <brodie.gaslam@yahoo.com>",
"Repository": "RSPM"
},
"farver": {
"Package": "farver",
"Version": "2.1.2",
Expand Down Expand Up @@ -1793,7 +1763,7 @@
},
"reshape": {
"Package": "reshape",
"Version": "0.8.9",
"Version": "0.8.10",
"Source": "Repository",
"Title": "Flexibly Reshape Data",
"Description": "Flexibly restructure and aggregate data using just two functions: melt and cast.",
Expand All @@ -1807,11 +1777,10 @@
],
"License": "MIT + file LICENSE",
"LazyData": "true",
"NeedsCompilation": "yes",
"NeedsCompilation": "no",
"Author": "Hadley Wickham [aut, cre]",
"Maintainer": "Hadley Wickham <hadley@rstudio.com>",
"Repository": "RSPM",
"Encoding": "UTF-8"
"Repository": "CRAN"
},
"rlang": {
"Package": "rlang",
Expand Down Expand Up @@ -2279,7 +2248,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 @@ -2291,25 +2260,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 @@ -2320,9 +2286,7 @@
"htmltools",
"knitr",
"lubridate",
"mockr",
"nycflights13",
"pkgbuild",
"pkgload",
"purrr",
"rmarkdown",
Expand All @@ -2333,7 +2297,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 @@ -2342,9 +2306,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 @@ -2510,14 +2474,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 @@ -2535,7 +2499,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