Package: visdat
Title: Preliminary Visualisation of Data
Version: 0.5.0
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"))
      )
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: 6.0.1
Imports:
    ggplot2,
    tidyr,
    dplyr,
    purrr,
    readr,
    plotly (>= 4.5.6),
    magrittr,
    stats,
    tibble,
    rlang (>= 0.2.0)
URL: http://visdat.njtierney.com/, https://github.com/ropensci/visdat
BugReports: https://github.com/ropensci/visdat/issues
Suggests:
    testthat,
    knitr,
    rmarkdown,
    vdiffr,
    gdtools
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
