CRAN

munsell 0.5.0

Utilities for Using Munsell Colours

Released Jun 12, 2018 by Charlotte Wickham

This package can be loaded by Renjin but 18 out 24 tests failed.

Dependencies

colorspace 1.4-1

Provides easy access to, and manipulation of, the Munsell colours. 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 colour tree, to transform Munsell colours and display colour palettes.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>munsell</artifactId>
    <version>0.5.0-b21</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:munsell')

Test Results

This package was last tested against Renjin 3.5-beta42 on Jul 11, 2019.

Source

R

View GitHub Mirror

Release History