Skip to content

Commit 2d727a6

Browse files
Merge pull request #12 from OxfordIHTM:dev
update packages
2 parents 89b06b2 + d80d383 commit 2d727a6

File tree

1 file changed

+26
-103
lines changed

1 file changed

+26
-103
lines changed

renv.lock

Lines changed: 26 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
},
361361
"cli": {
362362
"Package": "cli",
363-
"Version": "3.6.4",
363+
"Version": "3.6.5",
364364
"Source": "Repository",
365365
"Title": "Helpers for Developing Command Line Interfaces",
366366
"Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"gabor@posit.co\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Kirill\", \"Müller\", role = \"ctb\"), person(\"Salim\", \"Brüggemann\", , \"salim-b@pm.me\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
@@ -403,7 +403,7 @@
403403
"NeedsCompilation": "yes",
404404
"Author": "Gábor Csárdi [aut, cre], Hadley Wickham [ctb], Kirill Müller [ctb], Salim Brüggemann [ctb] (<https://orcid.org/0000-0002-5329-5987>), Posit Software, PBC [cph, fnd]",
405405
"Maintainer": "Gábor Csárdi <gabor@posit.co>",
406-
"Repository": "RSPM"
406+
"Repository": "CRAN"
407407
},
408408
"codetools": {
409409
"Package": "codetools",
@@ -422,60 +422,6 @@
422422
"NeedsCompilation": "no",
423423
"Repository": "CRAN"
424424
},
425-
"colorspace": {
426-
"Package": "colorspace",
427-
"Version": "2.1-1",
428-
"Source": "Repository",
429-
"Date": "2024-07-26",
430-
"Title": "A Toolbox for Manipulating and Assessing Colors and Palettes",
431-
"Authors@R": "c(person(given = \"Ross\", family = \"Ihaka\", role = \"aut\", email = \"ihaka@stat.auckland.ac.nz\"), person(given = \"Paul\", family = \"Murrell\", role = \"aut\", email = \"paul@stat.auckland.ac.nz\", comment = c(ORCID = \"0000-0002-3224-8858\")), person(given = \"Kurt\", family = \"Hornik\", role = \"aut\", email = \"Kurt.Hornik@R-project.org\", comment = c(ORCID = \"0000-0003-4198-9911\")), person(given = c(\"Jason\", \"C.\"), family = \"Fisher\", role = \"aut\", email = \"jfisher@usgs.gov\", comment = c(ORCID = \"0000-0001-9032-8912\")), person(given = \"Reto\", family = \"Stauffer\", role = \"aut\", email = \"Reto.Stauffer@uibk.ac.at\", comment = c(ORCID = \"0000-0002-3798-5507\")), person(given = c(\"Claus\", \"O.\"), family = \"Wilke\", role = \"aut\", email = \"wilke@austin.utexas.edu\", comment = c(ORCID = \"0000-0002-7470-9261\")), person(given = c(\"Claire\", \"D.\"), family = \"McWhite\", role = \"aut\", email = \"claire.mcwhite@utmail.utexas.edu\", comment = c(ORCID = \"0000-0001-7346-3047\")), person(given = \"Achim\", family = \"Zeileis\", role = c(\"aut\", \"cre\"), email = \"Achim.Zeileis@R-project.org\", comment = c(ORCID = \"0000-0003-0918-3766\")))",
432-
"Description": "Carries out mapping between assorted color spaces including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB, and polar CIELAB. Qualitative, sequential, and diverging color palettes based on HCL colors are provided along with corresponding ggplot2 color scales. Color palette choice is aided by an interactive app (with either a Tcl/Tk or a shiny graphical user interface) and shiny apps with an HCL color picker and a color vision deficiency emulator. Plotting functions for displaying and assessing palettes include color swatches, visualizations of the HCL space, and trajectories in HCL and/or RGB spectrum. Color manipulation functions include: desaturation, lightening/darkening, mixing, and simulation of color vision deficiencies (deutanomaly, protanomaly, tritanomaly). Details can be found on the project web page at <https://colorspace.R-Forge.R-project.org/> and in the accompanying scientific paper: Zeileis et al. (2020, Journal of Statistical Software, <doi:10.18637/jss.v096.i01>).",
433-
"Depends": [
434-
"R (>= 3.0.0)",
435-
"methods"
436-
],
437-
"Imports": [
438-
"graphics",
439-
"grDevices",
440-
"stats"
441-
],
442-
"Suggests": [
443-
"datasets",
444-
"utils",
445-
"KernSmooth",
446-
"MASS",
447-
"kernlab",
448-
"mvtnorm",
449-
"vcd",
450-
"tcltk",
451-
"shiny",
452-
"shinyjs",
453-
"ggplot2",
454-
"dplyr",
455-
"scales",
456-
"grid",
457-
"png",
458-
"jpeg",
459-
"knitr",
460-
"rmarkdown",
461-
"RColorBrewer",
462-
"rcartocolor",
463-
"scico",
464-
"viridis",
465-
"wesanderson"
466-
],
467-
"VignetteBuilder": "knitr",
468-
"License": "BSD_3_clause + file LICENSE",
469-
"URL": "https://colorspace.R-Forge.R-project.org/, https://hclwizard.org/",
470-
"BugReports": "https://colorspace.R-Forge.R-project.org/contact.html",
471-
"LazyData": "yes",
472-
"Encoding": "UTF-8",
473-
"RoxygenNote": "7.3.1",
474-
"NeedsCompilation": "yes",
475-
"Author": "Ross Ihaka [aut], Paul Murrell [aut] (<https://orcid.org/0000-0002-3224-8858>), Kurt Hornik [aut] (<https://orcid.org/0000-0003-4198-9911>), Jason C. Fisher [aut] (<https://orcid.org/0000-0001-9032-8912>), Reto Stauffer [aut] (<https://orcid.org/0000-0002-3798-5507>), Claus O. Wilke [aut] (<https://orcid.org/0000-0002-7470-9261>), Claire D. McWhite [aut] (<https://orcid.org/0000-0001-7346-3047>), Achim Zeileis [aut, cre] (<https://orcid.org/0000-0003-0918-3766>)",
476-
"Maintainer": "Achim Zeileis <Achim.Zeileis@R-project.org>",
477-
"Repository": "CRAN"
478-
},
479425
"cpp11": {
480426
"Package": "cpp11",
481427
"Version": "0.5.2",
@@ -1640,31 +1586,6 @@
16401586
"Maintainer": "Yihui Xie <xie@yihui.name>",
16411587
"Repository": "CRAN"
16421588
},
1643-
"munsell": {
1644-
"Package": "munsell",
1645-
"Version": "0.5.1",
1646-
"Source": "Repository",
1647-
"Type": "Package",
1648-
"Title": "Utilities for Using Munsell Colours",
1649-
"Author": "Charlotte Wickham <cwickham@gmail.com>",
1650-
"Maintainer": "Charlotte Wickham <cwickham@gmail.com>",
1651-
"Description": "Provides easy access to, and manipulation of, the Munsell colours. Provides a mapping between Munsell's original notation (e.g. \"5R 5/10\") and hexadecimal strings suitable for use directly in R graphics. Also provides utilities to explore slices through the Munsell colour tree, to transform Munsell colours and display colour palettes.",
1652-
"Suggests": [
1653-
"ggplot2",
1654-
"testthat"
1655-
],
1656-
"Imports": [
1657-
"colorspace",
1658-
"methods"
1659-
],
1660-
"License": "MIT + file LICENSE",
1661-
"URL": "https://cran.r-project.org/package=munsell, https://github.com/cwickham/munsell/",
1662-
"RoxygenNote": "7.3.1",
1663-
"Encoding": "UTF-8",
1664-
"BugReports": "https://github.com/cwickham/munsell/issues",
1665-
"NeedsCompilation": "no",
1666-
"Repository": "CRAN"
1667-
},
16681589
"nlme": {
16691590
"Package": "nlme",
16701591
"Version": "3.1-168",
@@ -2303,27 +2224,26 @@
23032224
},
23042225
"scales": {
23052226
"Package": "scales",
2306-
"Version": "1.3.0",
2227+
"Version": "1.4.0",
23072228
"Source": "Repository",
23082229
"Title": "Scale Functions for Visualization",
2309-
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\")), person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Dana\", \"Seidel\", role = \"aut\"), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\")) )",
2230+
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Dana\", \"Seidel\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )",
23102231
"Description": "Graphical scales map data to aesthetics, and provide methods for automatically determining breaks and labels for axes and legends.",
23112232
"License": "MIT + file LICENSE",
23122233
"URL": "https://scales.r-lib.org, https://github.com/r-lib/scales",
23132234
"BugReports": "https://github.com/r-lib/scales/issues",
23142235
"Depends": [
2315-
"R (>= 3.6)"
2236+
"R (>= 4.1)"
23162237
],
23172238
"Imports": [
23182239
"cli",
23192240
"farver (>= 2.0.3)",
23202241
"glue",
23212242
"labeling",
23222243
"lifecycle",
2323-
"munsell (>= 0.5)",
23242244
"R6",
23252245
"RColorBrewer",
2326-
"rlang (>= 1.0.0)",
2246+
"rlang (>= 1.1.0)",
23272247
"viridisLite"
23282248
],
23292249
"Suggests": [
@@ -2337,11 +2257,12 @@
23372257
],
23382258
"Config/Needs/website": "tidyverse/tidytemplate",
23392259
"Config/testthat/edition": "3",
2260+
"Config/usethis/last-upkeep": "2025-04-23",
23402261
"Encoding": "UTF-8",
23412262
"LazyLoad": "yes",
2342-
"RoxygenNote": "7.2.3",
2343-
"NeedsCompilation": "yes",
2344-
"Author": "Hadley Wickham [aut], Thomas Lin Pedersen [cre, aut] (<https://orcid.org/0000-0002-5147-4711>), Dana Seidel [aut], Posit, PBC [cph, fnd]",
2263+
"RoxygenNote": "7.3.2",
2264+
"NeedsCompilation": "no",
2265+
"Author": "Hadley Wickham [aut], Thomas Lin Pedersen [cre, aut] (<https://orcid.org/0000-0002-5147-4711>), Dana Seidel [aut], Posit Software, PBC [cph, fnd] (03wc8by49)",
23452266
"Maintainer": "Thomas Lin Pedersen <thomas.pedersen@posit.co>",
23462267
"Repository": "CRAN"
23472268
},
@@ -2483,18 +2404,26 @@
24832404
},
24842405
"systemfonts": {
24852406
"Package": "systemfonts",
2486-
"Version": "1.2.2",
2407+
"Version": "1.2.3",
24872408
"Source": "Repository",
24882409
"Type": "Package",
24892410
"Title": "System Native Font Finding",
2490-
"Authors@R": "c( person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Jeroen\", \"Ooms\", , \"jeroen@berkeley.edu\", role = \"aut\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Devon\", \"Govett\", role = \"aut\", comment = \"Author of font-manager\"), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\")) )",
2411+
"Authors@R": "c( person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Jeroen\", \"Ooms\", , \"jeroen@berkeley.edu\", role = \"aut\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Devon\", \"Govett\", role = \"aut\", comment = \"Author of font-manager\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )",
24912412
"Description": "Provides system native access to the font catalogue. As font handling varies between systems it is difficult to correctly locate installed fonts across different operating systems. The 'systemfonts' package provides bindings to the native libraries on Windows, macOS and Linux for finding font files that can then be used further by e.g. graphic devices. The main use is intended to be from compiled code but 'systemfonts' also provides access from R.",
24922413
"License": "MIT + file LICENSE",
24932414
"URL": "https://github.com/r-lib/systemfonts, https://systemfonts.r-lib.org",
24942415
"BugReports": "https://github.com/r-lib/systemfonts/issues",
24952416
"Depends": [
24962417
"R (>= 3.2.0)"
24972418
],
2419+
"Imports": [
2420+
"base64enc",
2421+
"grid",
2422+
"jsonlite",
2423+
"lifecycle",
2424+
"tools",
2425+
"utils"
2426+
],
24982427
"Suggests": [
24992428
"covr",
25002429
"farver",
@@ -2507,20 +2436,14 @@
25072436
"cpp11 (>= 0.2.1)"
25082437
],
25092438
"VignetteBuilder": "knitr",
2439+
"Config/build/compilation-database": "true",
2440+
"Config/Needs/website": "tidyverse/tidytemplate",
2441+
"Config/usethis/last-upkeep": "2025-04-23",
25102442
"Encoding": "UTF-8",
25112443
"RoxygenNote": "7.3.2",
25122444
"SystemRequirements": "fontconfig, freetype2",
2513-
"Config/Needs/website": "tidyverse/tidytemplate",
2514-
"Imports": [
2515-
"grid",
2516-
"jsonlite",
2517-
"lifecycle",
2518-
"tools",
2519-
"utils"
2520-
],
2521-
"Config/build/compilation-database": "true",
25222445
"NeedsCompilation": "yes",
2523-
"Author": "Thomas Lin Pedersen [aut, cre] (<https://orcid.org/0000-0002-5147-4711>), Jeroen Ooms [aut] (<https://orcid.org/0000-0002-4035-0289>), Devon Govett [aut] (Author of font-manager), Posit, PBC [cph, fnd]",
2446+
"Author": "Thomas Lin Pedersen [aut, cre] (ORCID: <https://orcid.org/0000-0002-5147-4711>), Jeroen Ooms [aut] (ORCID: <https://orcid.org/0000-0002-4035-0289>), Devon Govett [aut] (Author of font-manager), Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
25242447
"Maintainer": "Thomas Lin Pedersen <thomas.pedersen@posit.co>",
25252448
"Repository": "CRAN"
25262449
},
@@ -2838,7 +2761,7 @@
28382761
},
28392762
"utf8": {
28402763
"Package": "utf8",
2841-
"Version": "1.2.4",
2764+
"Version": "1.2.5",
28422765
"Source": "Repository",
28432766
"Title": "Unicode Text Processing",
28442767
"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\"))",
@@ -2861,7 +2784,7 @@
28612784
"VignetteBuilder": "knitr, rmarkdown",
28622785
"Config/testthat/edition": "3",
28632786
"Encoding": "UTF-8",
2864-
"RoxygenNote": "7.2.3",
2787+
"RoxygenNote": "7.3.2.9000",
28652788
"NeedsCompilation": "yes",
28662789
"Author": "Patrick O. Perry [aut, cph], Kirill Müller [cre], Unicode, Inc. [cph, dtc] (Unicode Character Database)",
28672790
"Maintainer": "Kirill Müller <kirill@cynkra.com>",

0 commit comments

Comments
 (0)