Skip to content

Commit 7b07a0e

Browse files
authored
Merge pull request #334 from datacarpentry/update/packages
Update 4 packages
2 parents 8880b5e + 9a5e3a7 commit 7b07a0e

1 file changed

Lines changed: 26 additions & 28 deletions

File tree

renv/profiles/lesson-requirements/renv.lock

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@
491491
},
492492
"dplyr": {
493493
"Package": "dplyr",
494-
"Version": "1.1.4",
494+
"Version": "1.2.0",
495495
"Source": "Repository",
496496
"Type": "Package",
497497
"Title": "A Grammar of Data Manipulation",
@@ -501,56 +501,52 @@
501501
"URL": "https://dplyr.tidyverse.org, https://github.com/tidyverse/dplyr",
502502
"BugReports": "https://github.com/tidyverse/dplyr/issues",
503503
"Depends": [
504-
"R (>= 3.5.0)"
504+
"R (>= 4.1.0)"
505505
],
506506
"Imports": [
507-
"cli (>= 3.4.0)",
507+
"cli (>= 3.6.2)",
508508
"generics",
509509
"glue (>= 1.3.2)",
510-
"lifecycle (>= 1.0.3)",
510+
"lifecycle (>= 1.0.5)",
511511
"magrittr (>= 1.5)",
512512
"methods",
513513
"pillar (>= 1.9.0)",
514514
"R6",
515-
"rlang (>= 1.1.0)",
515+
"rlang (>= 1.1.7)",
516516
"tibble (>= 3.2.0)",
517517
"tidyselect (>= 1.2.0)",
518518
"utils",
519-
"vctrs (>= 0.6.4)"
519+
"vctrs (>= 0.7.1)"
520520
],
521521
"Suggests": [
522-
"bench",
523522
"broom",
524-
"callr",
525523
"covr",
526524
"DBI",
527525
"dbplyr (>= 2.2.1)",
528526
"ggplot2",
529527
"knitr",
530528
"Lahman",
531529
"lobstr",
532-
"microbenchmark",
533530
"nycflights13",
534531
"purrr",
535532
"rmarkdown",
536-
"RMySQL",
537-
"RPostgreSQL",
538533
"RSQLite",
539534
"stringi (>= 1.7.6)",
540535
"testthat (>= 3.1.5)",
541536
"tidyr (>= 1.3.0)",
542537
"withr"
543538
],
544539
"VignetteBuilder": "knitr",
545-
"Config/Needs/website": "tidyverse, shiny, pkgdown, tidyverse/tidytemplate",
540+
"Config/build/compilation-database": "true",
541+
"Config/Needs/website": "tidyverse/tidytemplate",
546542
"Config/testthat/edition": "3",
547543
"Encoding": "UTF-8",
548544
"LazyData": "true",
549-
"RoxygenNote": "7.2.3",
545+
"RoxygenNote": "7.3.3",
550546
"NeedsCompilation": "yes",
551-
"Author": "Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>), Romain François [aut] (<https://orcid.org/0000-0002-2444-4226>), Lionel Henry [aut], Kirill Müller [aut] (<https://orcid.org/0000-0002-1416-3412>), Davis Vaughan [aut] (<https://orcid.org/0000-0003-4777-038X>), Posit Software, PBC [cph, fnd]",
547+
"Author": "Hadley Wickham [aut, cre] (ORCID: <https://orcid.org/0000-0003-4757-117X>), Romain François [aut] (ORCID: <https://orcid.org/0000-0002-2444-4226>), Lionel Henry [aut], Kirill Müller [aut] (ORCID: <https://orcid.org/0000-0002-1416-3412>), Davis Vaughan [aut] (ORCID: <https://orcid.org/0000-0003-4777-038X>), Posit Software, PBC [cph, fnd]",
552548
"Maintainer": "Hadley Wickham <hadley@posit.co>",
553-
"Repository": "RSPM"
549+
"Repository": "CRAN"
554550
},
555551
"evaluate": {
556552
"Package": "evaluate",
@@ -742,7 +738,7 @@
742738
},
743739
"ggplot2": {
744740
"Package": "ggplot2",
745-
"Version": "4.0.1",
741+
"Version": "4.0.2",
746742
"Source": "Repository",
747743
"Title": "Create Elegant Data Visualisations Using the Grammar of Graphics",
748744
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Winston\", \"Chang\", role = \"aut\", comment = c(ORCID = \"0000-0002-1576-2126\")), person(\"Lionel\", \"Henry\", role = \"aut\"), person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Kohske\", \"Takahashi\", role = \"aut\"), person(\"Claus\", \"Wilke\", role = \"aut\", comment = c(ORCID = \"0000-0002-7470-9261\")), person(\"Kara\", \"Woo\", role = \"aut\", comment = c(ORCID = \"0000-0002-5125-4188\")), person(\"Hiroaki\", \"Yutani\", role = \"aut\", comment = c(ORCID = \"0000-0002-3385-7233\")), person(\"Dewey\", \"Dunnington\", role = \"aut\", comment = c(ORCID = \"0000-0002-9415-4582\")), person(\"Teun\", \"van den Brand\", role = \"aut\", comment = c(ORCID = \"0000-0002-9335-7468\")), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )",
@@ -1548,29 +1544,31 @@
15481544
},
15491545
"readr": {
15501546
"Package": "readr",
1551-
"Version": "2.1.6",
1547+
"Version": "2.2.0",
15521548
"Source": "Repository",
15531549
"Title": "Read Rectangular Text Data",
1554-
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Romain\", \"Francois\", role = \"ctb\"), person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Shelby\", \"Bearrows\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"https://github.com/mandreyel/\", role = \"cph\", comment = \"mio library\"), person(\"Jukka\", \"Jylänki\", role = c(\"ctb\", \"cph\"), comment = \"grisu3 implementation\"), person(\"Mikkel\", \"Jørgensen\", role = c(\"ctb\", \"cph\"), comment = \"grisu3 implementation\") )",
1550+
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Romain\", \"Francois\", role = \"ctb\"), person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Shelby\", \"Bearrows\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")), person(\"https://github.com/mandreyel/\", role = \"cph\", comment = \"mio library\"), person(\"Jukka\", \"Jylänki\", role = c(\"ctb\", \"cph\"), comment = \"grisu3 implementation\"), person(\"Mikkel\", \"Jørgensen\", role = c(\"ctb\", \"cph\"), comment = \"grisu3 implementation\") )",
15551551
"Description": "The goal of 'readr' is to provide a fast and friendly way to read rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed to flexibly parse many types of data found in the wild, while still cleanly failing when data unexpectedly changes.",
15561552
"License": "MIT + file LICENSE",
15571553
"URL": "https://readr.tidyverse.org, https://github.com/tidyverse/readr",
15581554
"BugReports": "https://github.com/tidyverse/readr/issues",
15591555
"Depends": [
1560-
"R (>= 3.6)"
1556+
"R (>= 4.1)"
15611557
],
15621558
"Imports": [
1563-
"cli (>= 3.2.0)",
1559+
"cli",
15641560
"clipr",
15651561
"crayon",
1562+
"glue",
15661563
"hms (>= 0.4.1)",
1567-
"lifecycle (>= 0.2.0)",
1564+
"lifecycle",
15681565
"methods",
15691566
"R6",
15701567
"rlang",
15711568
"tibble",
15721569
"utils",
1573-
"vroom (>= 1.6.0)"
1570+
"vroom (>= 1.7.0)",
1571+
"withr"
15741572
],
15751573
"Suggests": [
15761574
"covr",
@@ -1583,7 +1581,6 @@
15831581
"testthat (>= 3.2.0)",
15841582
"tzdb (>= 0.1.1)",
15851583
"waldo",
1586-
"withr",
15871584
"xml2"
15881585
],
15891586
"LinkingTo": [
@@ -1594,11 +1591,12 @@
15941591
"Config/Needs/website": "tidyverse, tidyverse/tidytemplate",
15951592
"Config/testthat/edition": "3",
15961593
"Config/testthat/parallel": "false",
1594+
"Config/usethis/last-upkeep": "2025-11-14",
15971595
"Encoding": "UTF-8",
15981596
"Language": "en-US",
15991597
"RoxygenNote": "7.3.3",
16001598
"NeedsCompilation": "yes",
1601-
"Author": "Hadley Wickham [aut], Jim Hester [aut], Romain Francois [ctb], Jennifer Bryan [aut, cre] (ORCID: <https://orcid.org/0000-0002-6983-2759>), Shelby Bearrows [ctb], Posit Software, PBC [cph, fnd], https://github.com/mandreyel/ [cph] (mio library), Jukka Jylänki [ctb, cph] (grisu3 implementation), Mikkel Jørgensen [ctb, cph] (grisu3 implementation)",
1599+
"Author": "Hadley Wickham [aut], Jim Hester [aut], Romain Francois [ctb], Jennifer Bryan [aut, cre] (ORCID: <https://orcid.org/0000-0002-6983-2759>), Shelby Bearrows [ctb], Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>), https://github.com/mandreyel/ [cph] (mio library), Jukka Jylänki [ctb, cph] (grisu3 implementation), Mikkel Jørgensen [ctb, cph] (grisu3 implementation)",
16021600
"Maintainer": "Jennifer Bryan <jenny@posit.co>",
16031601
"Repository": "CRAN"
16041602
},
@@ -2278,11 +2276,11 @@
22782276
},
22792277
"viridisLite": {
22802278
"Package": "viridisLite",
2281-
"Version": "0.4.2",
2279+
"Version": "0.4.3",
22822280
"Source": "Repository",
22832281
"Type": "Package",
22842282
"Title": "Colorblind-Friendly Color Maps (Lite Version)",
2285-
"Date": "2023-05-02",
2283+
"Date": "2026-02-03",
22862284
"Authors@R": "c( person(\"Simon\", \"Garnier\", email = \"garnier@njit.edu\", role = c(\"aut\", \"cre\")), person(\"Noam\", \"Ross\", email = \"noam.ross@gmail.com\", role = c(\"ctb\", \"cph\")), person(\"Bob\", \"Rudis\", email = \"bob@rud.is\", role = c(\"ctb\", \"cph\")), person(\"Marco\", \"Sciaini\", email = \"sciaini.marco@gmail.com\", role = c(\"ctb\", \"cph\")), person(\"Antônio Pedro\", \"Camargo\", role = c(\"ctb\", \"cph\")), person(\"Cédric\", \"Scherer\", email = \"scherer@izw-berlin.de\", role = c(\"ctb\", \"cph\")) )",
22872285
"Maintainer": "Simon Garnier <garnier@njit.edu>",
22882286
"Description": "Color maps designed to improve graph readability for readers with common forms of color blindness and/or color vision deficiency. The color maps are also perceptually-uniform, both in regular form and also when converted to black-and-white for printing. This is the 'lite' version of the 'viridis' package that also contains 'ggplot2' bindings for discrete and continuous color and fill scales and can be found at <https://cran.r-project.org/package=viridis>.",
@@ -2299,10 +2297,10 @@
22992297
],
23002298
"URL": "https://sjmgarnier.github.io/viridisLite/, https://github.com/sjmgarnier/viridisLite/",
23012299
"BugReports": "https://github.com/sjmgarnier/viridisLite/issues/",
2302-
"RoxygenNote": "7.2.3",
2300+
"RoxygenNote": "7.3.3",
23032301
"NeedsCompilation": "no",
23042302
"Author": "Simon Garnier [aut, cre], Noam Ross [ctb, cph], Bob Rudis [ctb, cph], Marco Sciaini [ctb, cph], Antônio Pedro Camargo [ctb, cph], Cédric Scherer [ctb, cph]",
2305-
"Repository": "RSPM"
2303+
"Repository": "CRAN"
23062304
},
23072305
"vroom": {
23082306
"Package": "vroom",

0 commit comments

Comments
 (0)