Package: visdat
Title: Preliminary Visualisation of Data
Version: 0.6.1
Authors@R: c(
  person(
    given = "Nicholas", 
    family = "Tierney", 
    role = c("aut", "cre"),
    email = "nicholas.tierney@gmail.com", 
    comment = c(ORCID = "0000-0003-1460-8722")
    ),
  person(
    given = "Sean", 
    family = "Hughes", 
    role = "rev", 
    comment = c(
      ORCID = "0000-0002-9409-9405",
      "Sean Hughes reviewed the package for rOpenSci, see 
      https://github.com/ropensci/onboarding/issues/87"
        )
      ),
  person(
    given = "Mara", 
    family = "Averick", 
    role = "rev", 
    comment = "Mara Averick reviewed the package for rOpenSci, see 
      https://github.com/ropensci/onboarding/issues/87"
      ),
  person(
    given = "Stuart", 
    family = "Lee", 
    role = c("ctb")
    ),
  person(
    given = "Earo", 
    family = "Wang", 
    role = c("ctb")
    ),
  person(
    given = "Nic", 
    family ="Crane", 
    role = c("ctb")
    ),
  person(
    given = "Christophe", 
    family = "Regouby", 
    role=c("ctb")
    ),
  person(
    given = "Jordi", 
    family ="Rosell", 
    role=c("ctb")
    )
  )
Description: Create preliminary exploratory data visualisations of an entire 
    dataset to identify problems or unexpected features using 'ggplot2'.
Depends: R (>= 4.2.0)
License: MIT + file LICENSE
LazyData: true
Imports: ggplot2, tidyr, dplyr, purrr, readr, stats, tibble, glue,
        forcats, cli, scales, rlang
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-GB
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-09-25 05:20:02 UTC; nick
Author: Nicholas Tierney [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-1460-8722>),
  Sean Hughes [rev] (ORCID: <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],
  Jordi Rosell [ctb]
Maintainer: Nicholas Tierney <nicholas.tierney@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-25 08:20:02 UTC
Built: R 4.5.2; ; 2026-09-25 09:20:49 UTC; unix
