This commit is contained in:
Andreas Gammelgaard Damsbo 2025-04-29 12:11:38 +02:00
commit a6251191e5
No known key found for this signature in database
20 changed files with 103 additions and 131 deletions

View file

@ -5406,31 +5406,6 @@
"Author": "Dominique Makowski [aut, cre] (<https://orcid.org/0000-0001-5375-9967>), Daniel Lüdecke [aut] (<https://orcid.org/0000-0002-8895-3206>), Mattan S. Ben-Shachar [aut] (<https://orcid.org/0000-0002-4287-4801>), Indrajeet Patil [aut] (<https://orcid.org/0000-0003-1995-6531>), Rémi Thériault [aut] (<https://orcid.org/0000-0003-4315-6788>)",
"Repository": "CRAN"
},
"munsell": {
"Package": "munsell",
"Version": "0.5.1",
"Source": "Repository",
"Type": "Package",
"Title": "Utilities for Using Munsell Colours",
"Author": "Charlotte Wickham <cwickham@gmail.com>",
"Maintainer": "Charlotte Wickham <cwickham@gmail.com>",
"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.",
"Suggests": [
"ggplot2",
"testthat"
],
"Imports": [
"colorspace",
"methods"
],
"License": "MIT + file LICENSE",
"URL": "https://cran.r-project.org/package=munsell, https://github.com/cwickham/munsell/",
"RoxygenNote": "7.3.1",
"Encoding": "UTF-8",
"BugReports": "https://github.com/cwickham/munsell/issues",
"NeedsCompilation": "no",
"Repository": "CRAN"
},
"nlme": {
"Package": "nlme",
"Version": "3.1-168",
@ -7662,16 +7637,16 @@
},
"scales": {
"Package": "scales",
"Version": "1.3.0",
"Version": "1.4.0",
"Source": "Repository",
"Title": "Scale Functions for Visualization",
"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\")) )",
"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\")) )",
"Description": "Graphical scales map data to aesthetics, and provide methods for automatically determining breaks and labels for axes and legends.",
"License": "MIT + file LICENSE",
"URL": "https://scales.r-lib.org, https://github.com/r-lib/scales",
"BugReports": "https://github.com/r-lib/scales/issues",
"Depends": [
"R (>= 3.6)"
"R (>= 4.1)"
],
"Imports": [
"cli",
@ -7679,10 +7654,9 @@
"glue",
"labeling",
"lifecycle",
"munsell (>= 0.5)",
"R6",
"RColorBrewer",
"rlang (>= 1.0.0)",
"rlang (>= 1.1.0)",
"viridisLite"
],
"Suggests": [
@ -7696,11 +7670,12 @@
],
"Config/Needs/website": "tidyverse/tidytemplate",
"Config/testthat/edition": "3",
"Config/usethis/last-upkeep": "2025-04-23",
"Encoding": "UTF-8",
"LazyLoad": "yes",
"RoxygenNote": "7.2.3",
"NeedsCompilation": "yes",
"Author": "Hadley Wickham [aut], Thomas Lin Pedersen [cre, aut] (<https://orcid.org/0000-0002-5147-4711>), Dana Seidel [aut], Posit, PBC [cph, fnd]",
"RoxygenNote": "7.3.2",
"NeedsCompilation": "no",
"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)",
"Maintainer": "Thomas Lin Pedersen <thomas.pedersen@posit.co>",
"Repository": "CRAN"
},