-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
58 lines (58 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
56
57
58
Package: rsstap
Type: Package
Title: Spline Spatial Temporal Aggregated Predictors
Version: 0.1.2.900
Date: 2020-01-16
Authors@R: person(given = "Adam",
family = "Peterson",
email ="atpvyc@umich.edu",
role = c("aut", "cre"),
comment = c(ORCID = 0000-0001-7071-7873))
BugReports: https://github.com/apeterson91/rsstap/issues
Description: This package offers a spline implementation of Spatial Temporal Aggregated Predictors.
License: GPL-3
Encoding: UTF-8
Biarch: true
Imports:
dplyr,
magrittr,
purrr,
ggplot2,
stringr,
stats,
methods,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
rstantools (>= 2.0.0.9000),
rbenvo (>= 1.0.0),
mgcv,
lme4,
Matrix,
plotly,
tidyr,
nlme,
LaplacesDemon
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
covr,
testthat (>= 2.1.0),
ggraph,
tidygraph
VignetteBuilder: knitr
LazyData: true
Depends:
R (>= 3.4)
SystemRequirements: GNU make
URL: https://github.com/apeterson91/rsstap
Remotes:
apeterson91/rbenvo