Package: colormap Type: Package Title: Color Palettes using Colormaps Node Module Version: 0.1.9000 Authors@R: person("Bhaskar", "Karambelkar", email = "bhaskarvk@gmail.com", role = c("aut", "cre")) Description: Allows to generate colors from palettes defined in the colormap module of 'Node.js'. (see for more information). In total it provides 44 distinct palettes made from sequential and/or diverging colors. In addition to the pre defined palettes you can also specify your own set of colors. There are also scale functions that can be used with 'ggplot2'. License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 3.1.0) Imports: V8, stringr, ggplot2 RoxygenNote: 6.0.1 URL: https://github.com/bhaskarvk/colormap, https://bhaskarvk.github.io/colormap/ BugReports: https://github.com/bhaskarvk/colormap/issues Suggests: scales, testthat Config/pak/sysreqs: libicu-dev libssl-dev libnode-dev Repository: https://bhaskarvk.r-universe.dev Date/Publication: 2021-09-30 14:44:26 UTC RemoteUrl: https://github.com/bhaskarvk/colormap RemoteRef: HEAD RemoteSha: fb7a514fc65bbaa8dd24a38f38c4c028f713a581 NeedsCompilation: no Packaged: 2026-07-11 06:55:59 UTC; root Author: Bhaskar Karambelkar [aut, cre] Maintainer: Bhaskar Karambelkar