-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.06 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
Package: epipool
Title: Estimate prevalence from pooled test results
Version: 0.2.0
Authors@R:
person("Anthony", "Hauser", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7221-1929"))
Description: The epipool package provides methods to estimate the prevalence over time from pooled test results.
It uses.
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Biarch: true
Depends:
R (>= 3.4.0)
Imports:
dplyr,
methods,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.26.13),
rstantools (>= 2.2.0),
tibble,
tidyr
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)
SystemRequirements: GNU make
LazyData: true
Additional_repositories:
https://mc-stan.org/r-packages/
URL: https://github.com/anthonyhauser/epipool
BugReports: https://github.com/anthonyhauser/epipool/issues