Browse Source

CRAN!

master
boB Rudis 6 years ago
parent
commit
a6cfde012e
No known key found for this signature in database GPG Key ID: 2A514A4997464560
  1. 3
      .Rbuildignore
  2. 1
      DESCRIPTION
  3. 2
      README.Rmd
  4. 16
      README.md
  5. BIN
      README_files/figure-gfm/unnamed-chunk-4-1.png
  6. BIN
      README_files/figure-gfm/unnamed-chunk-5-1.png
  7. BIN
      README_files/figure-gfm/unnamed-chunk-6-1.png
  8. BIN
      README_files/figure-gfm/unnamed-chunk-7-1.png
  9. BIN
      README_files/figure-gfm/unnamed-chunk-8-1.png
  10. 24
      cran-comments.md

3
.Rbuildignore

@ -7,4 +7,5 @@
^appveyor\.yml$
^codecov\.yml$
^CONDUCT\.md$
^img$
^img$
^cran-comments\.md$

1
DESCRIPTION

@ -7,7 +7,6 @@ Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Author: Bob Rudis (bob@rud.is)
Maintainer: Bob Rudis <bob@rud.is>
Description: There are numerous places to create and download color
palettes. These are usually shared in 'Adobe' swatch file formats of

2
README.Rmd

@ -4,9 +4,11 @@ editor_options:
chunk_output_type: console
---
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/swatches)](https://cran.r-project.org/package=swatches)
[![Build Status](https://travis-ci.org/hrbrmstr/swatches.svg)](https://travis-ci.org/hrbrmstr/swatches)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/hrbrmstr/swatches?branch=master&svg=true)](https://ci.appveyor.com/project/hrbrmstr/swatches)
[![Coverage Status](https://img.shields.io/codecov/c/github/hrbrmstr/swatches/master.svg)](https://codecov.io/github/hrbrmstr/swatches?branch=master)
[![](http://cranlogs.r-pkg.org/badges/swatches)](http://cran.rstudio.com/web/packages/swatches/index.html)
# swatches

16
README.md

@ -1,10 +1,12 @@
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/swatches)](https://cran.r-project.org/package=swatches)
[![Build
Status](https://travis-ci.org/hrbrmstr/swatches.svg)](https://travis-ci.org/hrbrmstr/swatches)
[![AppVeyor Build
Status](https://ci.appveyor.com/api/projects/status/github/hrbrmstr/swatches?branch=master&svg=true)](https://ci.appveyor.com/project/hrbrmstr/swatches)
[![Coverage
Status](https://img.shields.io/codecov/c/github/hrbrmstr/swatches/master.svg)](https://codecov.io/github/hrbrmstr/swatches?branch=master)
[![](http://cranlogs.r-pkg.org/badges/swatches)](http://cran.rstudio.com/web/packages/swatches/index.html)
# swatches
@ -16,20 +18,18 @@ Read, Inspect, and Manipulate Color Swatch Files
In *Envisioning Information*, Edward Tufte says *“…avoiding catastrophe
becomes the first principle in bringing color to information: Above all,
do no harm.”* R users gain a quick upper hand in adhering to this “do no
harm” thanks to sane defaults in `ggplot2` and packages like
[ggthemes](http://cran.r-project.org/web/packages/ggthemes/index.html)
and
[RColorBrewer](http://cran.r-project.org/web/packages/RColorBrewer/index.html)
that enable use of established, good color palettes.
harm” thanks to sane defaults in `ggplot2` and packages like `viridis`,
`ggthemes` or `RColorBrewer` that enable use of established and good
color palettes.
If you do visualization work in conjunction with a design shop or
organization that establishes their own palettes and themes there will
often be standard palettes that must be adhered to. These are usually
stored and shared in some type of Adobe swatch file format. There are
also many sites like [Adobe Color CC](https://color.adobe.com/) and
[COLOUR Lovers](http://www.colourlovers.com/) where folks can create and
share color palettes. Plus, there are thousands of other palette files
in dozens of palette formates.
[COLOUR Lovers](https://www.colourlovers.com/) where folks can create
and share color palettes. Plus, there are thousands of other palette
files in dozens of palette formates.
This package enables you to use the colors straight from `.ase`, `.aso`,
`.gpl`, `.soc` or `.color` files and avoid the cutting/pasting of hex

BIN
README_files/figure-gfm/unnamed-chunk-4-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
README_files/figure-gfm/unnamed-chunk-5-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
README_files/figure-gfm/unnamed-chunk-6-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
README_files/figure-gfm/unnamed-chunk-7-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
README_files/figure-gfm/unnamed-chunk-8-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

24
cran-comments.md

@ -0,0 +1,24 @@
## Test environments
* local macOS install, R 3.4.3
* ubuntu 14.04 (on travis-ci), R 3.4.3
* ubuntu 16.04 (local) R 3.4.2
* win-builder (devel and release)
* appveyor (Windows)
* r-hub (windows)
## R CMD check results
0 errors | 0 warnings | 1 note
* This is a new release.
## Reverse dependencies
This is a new release, so there are no reverse dependencies.
---
* There are 'dontrun' sections for network-connection-dependent operations only.
* Travs page <https://travis-ci.org/hrbrmstr/swatches> (auto-tests weekly)
* AppVeyor page: <https://ci.appveyor.com/project/hrbrmstr/swatches>
* Tests code coverage 60% <https://codecov.io/github/hrbrmstr/swatches?branch=master>
Loading…
Cancel
Save