mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
This commit is contained in:
parent
ab99483772
commit
60ed75d53e
8 changed files with 412 additions and 122 deletions
48
renv.lock
48
renv.lock
|
|
@ -8917,6 +8917,54 @@
|
|||
"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"
|
||||
},
|
||||
"visdat": {
|
||||
"Package": "visdat",
|
||||
"Version": "0.6.0",
|
||||
"Source": "Repository",
|
||||
"Title": "Preliminary Visualisation of Data",
|
||||
"Authors@R": "c( person(\"Nicholas\", \"Tierney\", role = c(\"aut\", \"cre\"), email = \"nicholas.tierney@gmail.com\", comment = c(ORCID = \"https://orcid.org/0000-0003-1460-8722\")), person(\"Sean\", \"Hughes\", role = \"rev\", comment =c(ORCID = \"https://orcid.org/0000-0002-9409-9405\", \"Sean Hughes reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/87\")), person(\"Mara\", \"Averick\", role = \"rev\", comment = \"Mara Averick reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/87\"), person(\"Stuart\", \"Lee\", role = c(\"ctb\")), person(\"Earo\", \"Wang\", role = c(\"ctb\")), person(\"Nic\", \"Crane\", role = c(\"ctb\")), person(\"Christophe\", \"Regouby\", role=c(\"ctb\")) )",
|
||||
"Description": "Create preliminary exploratory data visualisations of an entire dataset to identify problems or unexpected features using 'ggplot2'.",
|
||||
"Depends": [
|
||||
"R (>= 3.2.2)"
|
||||
],
|
||||
"License": "MIT + file LICENSE",
|
||||
"LazyData": "true",
|
||||
"RoxygenNote": "7.2.3",
|
||||
"Imports": [
|
||||
"ggplot2",
|
||||
"tidyr",
|
||||
"dplyr",
|
||||
"purrr",
|
||||
"readr",
|
||||
"magrittr",
|
||||
"stats",
|
||||
"tibble",
|
||||
"glue",
|
||||
"forcats",
|
||||
"cli",
|
||||
"scales"
|
||||
],
|
||||
"URL": "https://docs.ropensci.org/visdat/, https://github.com/ropensci/visdat",
|
||||
"BugReports": "https://github.com/ropensci/visdat/issues",
|
||||
"Suggests": [
|
||||
"testthat (>= 3.0.0)",
|
||||
"plotly (>= 4.5.6)",
|
||||
"knitr",
|
||||
"rmarkdown",
|
||||
"vdiffr",
|
||||
"spelling",
|
||||
"covr",
|
||||
"stringr"
|
||||
],
|
||||
"VignetteBuilder": "knitr",
|
||||
"Encoding": "UTF-8",
|
||||
"Language": "en-US",
|
||||
"Config/testthat/edition": "3",
|
||||
"NeedsCompilation": "no",
|
||||
"Author": "Nicholas Tierney [aut, cre] (<https://orcid.org/0000-0003-1460-8722>), Sean Hughes [rev] (<https://orcid.org/0000-0002-9409-9405>, Sean Hughes reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/87), Mara Averick [rev] (Mara Averick reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/87), Stuart Lee [ctb], Earo Wang [ctb], Nic Crane [ctb], Christophe Regouby [ctb]",
|
||||
"Maintainer": "Nicholas Tierney <nicholas.tierney@gmail.com>",
|
||||
"Repository": "CRAN"
|
||||
},
|
||||
"vroom": {
|
||||
"Package": "vroom",
|
||||
"Version": "1.6.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue