-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
70 lines (70 loc) · 1.85 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
Package: actR
Title: Abrupt Change Toolkit in R (actR) - Detect, Quantify and Visualize Abrupt Changes
Version: 0.2.0
Authors@R: c(
person(given = "Nicholas",
family = "McKay",
role = c("aut", "cre"),
email = "nick@nau.edu",
comment = c(ORCID = "0000-0003-3598-5113")),
person(given = "David",
family = "Edge",
role = c("aut"),
email = "david.edge@nau.edu",
comment = c(ORCID = "0000-0001-6938-2850")),
person(given = "Chris",
family = "Hancock",
role = c("aut"),
email = "clh624@nau.edu",
comment = c(ORCID = "0000-0002-7273-202X")),
person("Julien", "Emile-Geay", role = c("aut"),
comment = c(ORCID = "0000-0001-5920-4751")),
person(given = "Michael",
family = "Erb",
role = c("aut"),
email = "Michael.Erb@nau.edu",
comment = c(ORCID = "0000-0002-1187-952X")))
Description: actR simplifies the process of objectively detecting abrupt changes in paleogeoscientific timeseries. In addition to detection, actR provides tools to estimate significance, and visualize the results. This package is in active development.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
ggplot2,
stats,
dplyr,
tibble,
magrittr,
geoChronR (>= 1.0.6),
purrr (>= 1.0.0),
glue,
tidyr,
rEDM (>= 1.15),
RColorBrewer,
changepoint,
egg,
digest,
crayon,
fBasics,
furrr,
ks,
tidyselect,
geosphere,
aggregation,
sf
Suggests:
testthat,
lipdR (>= 0.5.0),
cowplot,
devtools,
knitr,
rmarkdown,
googlesheets4,
future
Remotes:
github::nickmckay/geoChronR,
github::nickmckay/lipdR
Depends:
R (>= 3.60)
VignetteBuilder: knitr