1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: r-cran-munsell
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Benjamin Eikel <debian@eikel.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
cdbs,
r-base-dev,
r-cran-colorspace
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=debian-med/r-cran-munsell.git
Vcs-Git: https://anonscm.debian.org/debian-med/r-cran-munsell.git
Homepage: https://cran.r-project.org/package=munsell
Package: r-cran-munsell
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${R:Depends},
r-cran-colorspace
Suggests: r-cran-ggplot2 (>= 0.9.2)
Description: Utilities for using Munsell colors
Provides easy access to, and manipulation of, the Munsell colors.
Provides a mapping between Munsell's original notation
(e.g., "5R 5/10") and hexadecimal strings suitable for use
directly in R graphics. Also provides utilities to explore slices
through the Munsell color tree, to transform Munsell colors and
display color palettes.
|