You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.5 KiB

9 years ago
Package: swatches
Type: Package
6 years ago
Title: Read, Inspect, and Manipulate Color Swatch Files
Version: 0.5.0
Date: 2017-12-20
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
9 years ago
Description: There are numerous places to create and download color
6 years ago
palettes. These are usually shared in 'Adobe' swatch file formats of
9 years ago
some kind. There is also often the need to use standard palettes
developed within an organization to ensure that aesthetics are carried over
9 years ago
into all projects and output. Now there is a way to read these swatch
files in R and avoid transcribing or converting color values by hand or
9 years ago
or with other programs. This package provides functions to read and
6 years ago
inspect 'Adobe Color' ('ACO'), 'Adobe Swatch Exchange' ('ASE'), 'GIMP Palette' ('GPL'),
'OpenOffice' palette ('SOC') files and 'KDE Palette' ('colors') files. Detailed
descriptions of 'Adobe Color' and 'Swatch Exchange' file formats as well as other
9 years ago
swatch file formats can be found at
<http://www.selapa.net/swatches/colors/fileformats.php>.
6 years ago
URL: https://github.com/hrbrmstr/swatches
9 years ago
BugReports: https://github.com/hrbrmstr/swatches/issues
License: MIT + file LICENSE
6 years ago
Encoding: UTF-8
9 years ago
NeedsCompilation: yes
9 years ago
Imports:
6 years ago
httr,
9 years ago
pack,
stringr,
6 years ago
xml2,
tools,
6 years ago
colorspace,
grDevices,
graphics,
methods,
stats
9 years ago
Suggests:
6 years ago
testthat,
covr
9 years ago
Depends:
6 years ago
R (>= 3.2.0)
RoxygenNote: 6.0.1.9000