refined missingness evaluation

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-12-11 17:22:47 +01:00
commit 35afbc1dc9
No known key found for this signature in database
21 changed files with 1358 additions and 760 deletions

View file

@ -9154,6 +9154,52 @@
"Maintainer": "Davis Vaughan <davis@posit.co>",
"Repository": "CRAN"
},
"viridis": {
"Package": "viridis",
"Version": "0.6.5",
"Source": "Repository",
"Type": "Package",
"Title": "Colorblind-Friendly Color Maps for R",
"Date": "2024-01-28",
"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\")) )",
"Maintainer": "Simon Garnier <garnier@njit.edu>",
"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 package also contains 'ggplot2' bindings for discrete and continuous color and fill scales. A lean version of the package called 'viridisLite' that does not include the 'ggplot2' bindings can be found at <https://cran.r-project.org/package=viridisLite>.",
"License": "MIT + file LICENSE",
"Encoding": "UTF-8",
"Depends": [
"R (>= 2.10)",
"viridisLite (>= 0.4.0)"
],
"Imports": [
"ggplot2 (>= 1.0.1)",
"gridExtra"
],
"Suggests": [
"hexbin (>= 1.27.0)",
"scales",
"MASS",
"knitr",
"dichromat",
"colorspace",
"httr",
"mapproj",
"vdiffr",
"svglite (>= 1.2.0)",
"testthat",
"covr",
"rmarkdown",
"maps",
"terra"
],
"LazyData": "true",
"VignetteBuilder": "knitr",
"URL": "https://sjmgarnier.github.io/viridis/, https://github.com/sjmgarnier/viridis/",
"BugReports": "https://github.com/sjmgarnier/viridis/issues",
"RoxygenNote": "7.3.1",
"NeedsCompilation": "no",
"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]",
"Repository": "CRAN"
},
"viridisLite": {
"Package": "viridisLite",
"Version": "0.4.2",