-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
84 lines (84 loc) · 2.28 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Type: Package
Package: MATSS
Title: Macroecological Analyses of Time Series Structure
Version: 0.3.2
Authors@R:
c(person(given = "Hao",
family = "Ye",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8630-1458")),
person(given = "Ellen",
family = "Bledsoe",
role = "aut",
comment = c(ORCID = "0000-0002-3629-7235")),
person(given = "Renata",
family = "Diaz",
role = "aut",
comment = c(ORCID = "0000-0003-0803-4734")),
person(given = "S. K. Morgan",
family = "Ernest",
role = "aut",
comment = c(ORCID = "0000-0002-6026-8530")),
person(given = "Juniper",
family = "Simonis",
role = "aut",
comment = c(ORCID = "0000-0001-9798-0460")),
person(given = "Ethan",
family = "White",
role = "aut",
comment = c(ORCID = "0000-0001-6728-7745")),
person(given = "Glenda",
family = "Yenni",
role = "aut",
comment = c(ORCID = "0000-0001-6969-1848")))
Description: Support for macroecological analyses of time
series. The intent of the package is to enable end users to run
analyses on a collection of population and community time series data.
Functions are provided to download and import datasets, produce
reproducible workflows using the `drake` package, and for generating
research compendia with code and reports.
License: MIT + file LICENSE
URL: https://github.com/weecology/MATSS
BugReports: https://github.com/weecology/MATSS/issues
Depends:
R (>= 3.4.0)
Imports:
dplyr,
drake (>= 7.10.0),
forecast,
fs,
future,
future.batchtools,
ggplot2,
here,
lubridate,
magrittr,
portalr (>= 0.3.4),
purrr,
rdataretriever (>= 2.0.0),
reticulate (>= 1.15),
rlang,
RSQLite,
rstudioapi,
stringr,
tibble,
tidyr,
tidyselect (>= 1.0.0),
usethis,
vctrs
Suggests:
covr,
knitr,
networkD3,
pkgdown,
reticulate,
rmarkdown,
testthat,
visNetwork
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0