-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
53 lines (53 loc) · 1.66 KB
/
DESCRIPTION
File metadata and controls
53 lines (53 loc) · 1.66 KB
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
Package: abruptdata
Type: Package
Title: Abrupt Changes and Regime Shifts in Ecological Data
Version: 0.1.1
Authors@R:
c(person(given = "Jessica",
family = "Burnett",
role = c("cre", "aut"),
email = "jburnett@usgs.gov",
comment = c(ORCID = "0000-0002-0896-5099")),
person(given = "Kristin",
family = "Braziunas",
role = c("aut"),
email = "EMAILHERE",
comment = c(ORCID = "0000-0000-0000-0000")),
person(given = "Trisha",
family = "Spanbauer",
role = c("ctb"),
email = "EMAILHERE",
comment = c(ORCID = "0000-0000-0000-0000")),
person(given = "Xavier",
family = "Benito",
role = c("aut"),
email = "emailhere",
comment = c(ORCID = "0000-0000-0000-0000")))
Description: Data package containing ecological datasets to support application and evaluation of abrupt change and regime shift detection methods.
This package contains empirical and simulated data that can be used to apply various regime shift or abrupt change detection methods on ecological data.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
magrittr,
dplyr,
tibble,
tidyr,
timetk,
rlang (>= 0.1.2)
Suggests:
devtools,
roxygen2,
testthat,
usethis,
knitr,
rmarkdown,
spelling,
rdryad
RoxygenNote: 7.1.1
URL: https://regime-shifts.github.io/abruptdata, https://github.com/regime-shifts/abruptdata
BugReports: https://github.com/regime-shifts/abruptdata/issues
LazyData: true
VignetteBuilder: knitr
Depends:
R (>= 2.10)
Language: en-US