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 29
|
Source: r-cran-munsell
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Benjamin Eikel <debian@eikel.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-munsell
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-munsell.git
Homepage: https://cran.r-project.org/package=munsell
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev,
r-cran-colorspace
Package: r-cran-munsell
Architecture: all
Depends: ${R:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
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.
|