-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
64 lines (64 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: portalDS
Title: Compute Dynamic Stability for Rodents at Portal
Version: 0.2.1
Authors@R:
person(given = "Hao",
family = "Ye",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8630-1458"))
Description: R Package Compendium for Dynamic Stability
Analysis. Functions for computing dynamic stability for arbitrary
community time series data (bundled into an R package), and analysis
scripts applying the method to the Portal rodent community.
License: MIT + file LICENSE
URL: https://ha0ye.github.io/portalDS,
https://github.com/ha0ye/portalDS
BugReports: https://github.com/ha0ye/portalDS/issues
Depends:
R (>= 3.4.0)
Imports:
cowplot,
deSolve,
dplyr,
drake,
forcats,
forecast,
furrr,
ggplot2,
ggraph,
igraph,
lubridate,
magrittr,
portalr (>= 0.2.4),
purrr,
rEDM (>= 0.7.4),
reshape2,
rlang,
scales,
stringr,
tibble,
tidyr (>= 1.0),
viridis
Suggests:
covr,
future,
future.callr,
here,
knitr,
LDATS (>= 0.0.5),
pkgdown,
rmarkdown,
testthat (>= 2.2.1),
tictoc,
vdiffr
VignetteBuilder:
knitr
Remotes:
ha0ye/rEDM,
weecology/LDATS,
weecology/portalr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1