-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
47 lines (47 loc) · 1.36 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
Package: phenocamr
Title: Facilitates 'PhenoCam' Data Access and Time Series Post-Processing
Version: 1.1.5
Authors@R: c(person(
family = "Hufkens",
given = "Koen",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5070-8109")),
person(given = "BlueGreen Labs",
role = c("cph", "fnd")))
Description:
Programmatic interface to the 'PhenoCam' web services (<https://phenocam.nau.edu/webcam>).
Allows for easy downloading of 'PhenoCam' data directly to your R workspace
or your computer and provides post-processing routines for consistent and easy
timeseries outlier detection, smoothing and estimation of phenological transition dates.
Methods for this package are described in detail in Hufkens et. al (2018) <doi:10.1111/2041-210X.12970>.
Depends:
R (>= 3.6)
Imports:
jsonlite,
changepoint,
httr,
zoo,
utils,
graphics,
stats,
memoise,
daymetr,
MODISTools
Suggests:
shiny,
covr,
testthat,
knitr,
rmarkdown,
shinydashboard,
leaflet,
plotly,
DT
License: AGPL-3
ByteCompile: true
RoxygenNote: 7.2.0
VignetteBuilder: knitr
Encoding: UTF-8
URL: https://github.com/bluegreen-labs/phenocamr
BugReports: https://github.com/bluegreen-labs/phenocamr/issues