-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
56 lines (56 loc) · 1.53 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
Package: lterpalettefinder
Type: Package
Title: Extract Color Palettes from Photos and Pick Official LTER Palettes
Version: 1.1.0.900
Authors@R: c(
person(given = "Nicholas J",
family = "Lyon",
role = c("aut", "cre"),
email = "njlyon@alumni.iastate.edu",
comment = c(ORCID = "0000-0003-3905-1078")),
person(given = "Gabe",
family = "De La Rosa",
role = "ctb",
email = "delarosa@nceas.ucsb.edu"),
person(given = "Julien",
family = "Brun",
role = c("ctb"),
email = "brun@nceas.ucsb.edu",
comment = c(ORCID = "0000-0002-7751-6238")),
person(family = "National Science Foundation",
role = "fnd",
comment = "NSF 1929393, 09/01/2019 - 08/31/2024"),
person(family = "University of California, Santa Barbara",
role = "cph")
)
Maintainer: Nicholas J Lyon <njlyon@alumni.iastate.edu>
Description: Allows identification of palettes derived from LTER (Long Term Ecological Research)
photographs based on user criteria.
Also facilitates extraction of palettes from users' photos directly.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: true
Language: en-US
BugReports: https://github.com/lter/lterpalettefinder/issues
RoxygenNote: 7.2.3
Depends:
R (>= 3.5)
Imports:
dplyr,
ggplot2,
graphics,
grDevices,
jpeg,
magick,
magrittr,
png,
stats,
tools,
tidyr,
tiff
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3