-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
71 lines (71 loc) · 2.01 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Package: pavo
Title: Perceptual Analysis, Visualization and Organization of
Spectral Colour Data
Version: 2.10.0
Authors@R:
c(person(given = "Thomas",
family = "White",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3976-1734")),
person(given = "Rafael",
family = "Maia",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7563-9795")),
person(given = "Hugo",
family = "Gruson",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-4094-1476")),
person(given = "John",
family = "Endler",
role = "aut",
email = "[email protected]"),
person(given = "Chad",
family = "Eliason",
role = "aut",
email = "[email protected]"),
person(given = "Pierre-Paul",
family = "Bitton",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5984-2331")))
Description: A cohesive framework for the spectral and spatial analysis of
colour described in Maia, Eliason, Bitton, Doucet & Shawkey (2013)
<doi:10.1111/2041-210X.12069> and Maia, Gruson, Endler & White (2019)
<doi:10.1111/2041-210X.13174>.
License: GPL (>= 2)
URL: http://pavo.colrverse.com, https://github.com/rmaia/pavo/
BugReports: https://github.com/rmaia/pavo/issues
Depends:
R (>= 4.0.0)
Imports:
cluster,
future.apply,
geometry(>= 0.4.0),
lightr(>= 1.0),
magick,
farver,
plot3D,
progressr,
sf
Suggests:
alphashape3d,
imager,
knitr,
mapproj,
rgl,
rmarkdown,
testthat(>= 2.99.0),
vdiffr,
digest
VignetteBuilder:
knitr
Config/Needs/website:
pkgdown
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3