An open API service indexing awesome lists of open source software.

https://github.com/gvelasq/palettizer

R package for color palette generation using the 'palettize' C++ library
https://github.com/gvelasq/palettizer

cpp palette-generation r

Last synced: 8 months ago
JSON representation

R package for color palette generation using the 'palettize' C++ library

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# palettizer

[![R-CMD-check](https://github.com/gvelasq/palettizer/workflows/R-CMD-check/badge.svg)](https://github.com/gvelasq/palettizer/actions)
[![Codecov test coverage](https://codecov.io/gh/gvelasq/palettizer/branch/main/graph/badge.svg)](https://app.codecov.io/gh/gvelasq/palettizer?branch=main)
[![CRAN status](https://www.r-pkg.org/badges/version/palettizer)](https://CRAN.R-project.org/package=palettizer)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)

The goal of palettizer is to provide bindings to the [palettize](https://github.com/gvlsq/palettize) C++ library for color palette generation in R.

## Installation

You can install the development version of palettizer from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("gvelasq/palettizer")
```

## Code of Conduct

Please note that the palettizer project is released with a [Contributor Code of Conduct](https://gvelasq.github.io/palettizer/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.