-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.83 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
Package: rshift
Type: Package
Title: Paleoecology Functions for Regime Shift Analysis
Version: 3.1.1
Authors@R: c(person("Alex H.", "Room",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5314-2331")),
person("Felipe", "Franco-Gaviria",
role = c("ctb", "fnd"),
comment = c(ORCID = "0000-0003-4799-1457")),
person("Dunia H.", "Urrego",
role = c("ctb", "fnd"),
comment = c(ORCID = "0000-0001-7938-5529")),
person(given = "The authors of the dependency Rust crates",
role = c("ctb"),
comment = "see inst/AUTHORS file for details"))
Description: Contains a variety of functions, based around
regime shift analysis of paleoecological data.
Citations:
Rodionov() from Rodionov (2004) <doi:10.1029/2004GL019448>
Lanzante() from Lanzante (1996) <doi:10.1002/(SICI)1097-0088(199611)16:11%3C1197::AID-JOC89%3E3.0.CO;2-L>
Hellinger_trans from Numerical Ecology, Legendre & Legendre (ISBN 9780444538680)
rolling_autoc from Liu, Gao & Wang (2018) <doi:10.1016/j.scitotenv.2018.06.276>
Sample data sets lake_data & lake_RSI processed from Bush, Silman & Urrego (2004) <doi:10.1126/science.1090795>
Sample data set January_PDO from NOAA: <https://www.ncei.noaa.gov/access/monitoring/pdo/>.
Suggests: R.rsp
VignetteBuilder: R.rsp
Depends: R (>= 3.5.0)
Imports:
grid, tibble, dplyr, ggplot2
License: MIT + file LICENSE
NeedsCompilation: yes
SystemRequirements: rustc & cargo if building from source
URL: https://github.com/alexhroom/rshift
BugReports: https://github.com/alexhroom/rshift/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Config/rextendr/version: 0.3.1