Package: khroma
Title: Colour Schemes for Scientific Data Visualization
Version: 1.2.0
Authors@R: 
    c(person(given = "Nicolas",
             family = "Frerebeau",
             role = c("aut", "cre"),
             email = "nicolas.frerebeau@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "https://orcid.org/0000-0001-5759-4944")),
      person(given = "Brice",
             family = "Lebrun",
             role = "ctb",
             email = "brice.lebrun@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "https://orcid.org/0000-0001-7503-8685")))
Maintainer: Nicolas Frerebeau
 <nicolas.frerebeau@u-bordeaux-montaigne.fr>
Description: An implementation of Paul Tol's colour schemes for
    use with 'graphics' or 'ggplot2'. These schemes are ready for each
    type of data (qualitative, diverging or sequential), with colours that
    are distinct for all people, including colour-blind readers. This
    package provides tools to simulate colour-blindness and to test how
    well the colours of any palette are identifiable. Several scientific
    thematic schemes (geologic timescale, land cover, FAO soils, etc.) are
    also implemented.
License: GPL-3
URL: http://khroma.archaeo.science,
        http://github.com/nfrerebeau/khroma,
        https://cran.r-project.org/package=khroma
BugReports: http://github.com/nfrerebeau/khroma/issues
Depends: R (>= 3.2)
Imports: ggplot2 (>= 3.1.0), grDevices, scales (>= 1.0.0)
Suggests: covr (>= 3.2.1), testthat (>= 2.1.1), vdiffr (>= 0.3.0),
        knitr, rmarkdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Collate: 'anomalize.R' 'colour.R' 'ggplot2-science.R' 'ggplot2-tol.R'
        'ggplot2.R' 'khroma-package.R' 'plot.R'
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-08-19 15:07:24 UTC; nicolas
Author: Nicolas Frerebeau [aut, cre] (<https://orcid.org/0000-0001-5759-4944>),
  Brice Lebrun [ctb] (<https://orcid.org/0000-0001-7503-8685>)
Repository: CRAN
Date/Publication: 2019-08-19 16:30:02 UTC
