-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
executable file
·39 lines (39 loc) · 1.03 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
Package: junglerhythms
Type: Package
Title: Process and screen raw Zooniverse's Jungle Rhythms data
Version: 1.1
Authors@R: c(person(
family = "Hufkens",
given = "Koen",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5070-8109")),
person(
family = "Kearsley",
given = "Elizabeth",
role = c("ctb"),
comment = c(ORCID = "0000-0003-0046-3606")),
person(given = "BlueGreen Labs",
role = c("cph", "fnd"))
)
Description:
This package gathers all the code necessary to process the classification results
as contributed by citizen scientists on the Zooniverse JungleRhythms project.
Depends:
R (>= 4.2)
Imports:
MODISTools,
jsonlite,
raster,
tidyverse,
gridExtra,
viridis,
ggnewscale,
ggthemes
Suggests:
here,
knitr
License: AGPLv3
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr