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
- Host: GitHub
- URL: https://github.com/gvelasq/palettizer
- Owner: gvelasq
- License: other
- Created: 2022-02-28T04:45:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T00:25:05.000Z (about 3 years ago)
- Last Synced: 2025-04-16T03:53:42.906Z (about 1 year ago)
- Topics: cpp, palette-generation, r
- Language: C
- Homepage: https://gvelasq.github.io/palettizer/
- Size: 431 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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
[](https://github.com/gvelasq/palettizer/actions)
[](https://app.codecov.io/gh/gvelasq/palettizer?branch=main)
[](https://CRAN.R-project.org/package=palettizer)
[](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.