-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 925 Bytes
/
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
Package: wsre
Title: Weighted Self-Density Ratio estimation
Version: 0.0.0.9000
Authors@R:
person(given = "Andrew",
family = "Manderson",
role = c("aut", "cre"),
email = "andrew.manderson@mrc-bsu.cam.ac.uk",
comment = c(ORCID = "0000-0002-4946-9016"))
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Biarch: true
Depends:
R (>= 3.4.0)
Imports:
methods,
Rcpp,
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
rstantools (>= 2.1.1),
magrittr,
stats,
futile.logger,
parallel
LinkingTo:
BH (>= 1.66.0),
Rcpp,
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
SystemRequirements: GNU make
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr