-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
31 lines (31 loc) · 1.29 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Type: Package
Package: farver
Title: High Performance Colour Space Manipulation
Version: 2.1.2.9000
Authors@R: c(
person("Thomas Lin", "Pedersen", , "thomas.pedersen@posit.co", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-5147-4711")),
person("Berendea", "Nicolae", role = "aut",
comment = "Author of the ColorSpace C++ library"),
person("Romain", "François", , "romain@purrple.cat", role = "aut",
comment = c(ORCID = "0000-0002-2444-4226")),
person("Posit, PBC", role = c("cph", "fnd"))
)
Description: The encoding of colour can be handled in many different ways,
using different colour spaces. As different colour spaces have
different uses, efficient conversion between these representations are
important. The 'farver' package provides a set of functions that gives
access to very fast colour space conversion and comparisons
implemented in C++, and offers speed improvements over the
'convertColor' function in the 'grDevices' package.
License: MIT + file LICENSE
URL: https://farver.data-imaginist.com,
https://github.com/thomasp85/farver
BugReports: https://github.com/thomasp85/farver/issues
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.3.1