-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.22 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
Package: trending
Title: Model Temporal Trends
Version: 0.1.0
Authors@R:
c(
person(
given = "Tim",
family = "Taylor",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-8587-7113")
),
person(
given = "Dirk",
family = "Schumacher",
role = c("ctb"),
email = "[email protected]"
),
person(
given = "Thibaut",
family = "Jombart",
role = c("ctb", "cre"),
email = "[email protected]"
)
)
Description: Provides a coherent interface to multiple modelling tools for
fitting trends along with a standardised approach for generating confidence
and prediction intervals.
URL: https://github.com/reconverse/trending
BugReports: https://github.com/reconverse/trending/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
ciTools,
MASS,
stats,
tibble,
vctrs,
pillar
Suggests:
knitr,
brms,
BH,
RcppEigen,
rmarkdown,
dplyr,
outbreaks,
testthat (>= 3.0.0),
ggplot2,
patchwork,
covr
VignetteBuilder: knitr
Config/testthat/edition: 3