-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
74 lines (74 loc) · 1.82 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
Type: Package
Package: serocalculator
Title: Estimating Infection Rates from Serological Data
Version: 1.2.0.9021
Authors@R: c(
person("Peter", "Teunis", , "p.teunis@emory.edu", role = c("aut", "cph"),
comment = "Author of the method and original code."),
person("Kristina", "Lai", , "kwlai@ucdavis.edu", role = c("aut", "cre")),
person("Chris", "Orwa", role = "aut"),
person("Kristen", "Aiemjoy", , "kaiemjoy@ucdavis.edu", role = "aut"),
person("Douglas Ezra", "Morrison", , "demorrison@ucdavis.edu", role = "aut")
)
Description: Translates antibody levels measured in cross-sectional
population samples into estimates of the frequency with which
seroconversions (infections) occur in the sampled populations.
Replaces the previous `seroincidence` package.
License: GPL-3
URL: https://github.com/UCD-SERG/serocalculator,
https://ucd-serg.github.io/serocalculator/
BugReports: https://github.com/UCD-SERG/serocalculator/issues
Depends:
R (>= 4.1.0)
Imports:
cli,
doParallel,
dplyr (>= 1.1.1),
foreach,
ggplot2,
ggpubr,
lifecycle,
magrittr,
mixtools,
Rcpp,
rlang,
rngtools,
scales,
stats,
tibble,
tidyr,
tidyselect,
utils,
purrr
Suggests:
bookdown,
devtag (>= 0.0.0.9000),
DT,
fs,
ggbeeswarm,
knitr,
pak,
parallel,
readr,
quarto,
rmarkdown,
spelling,
ssdtools (>= 1.0.6.9016),
testthat (>= 3.0.0),
tidyverse,
qrcode,
svglite,
vdiffr
LinkingTo:
Rcpp
Config/testthat/edition: 3
Config/Needs/build: moodymudskipper/devtag
Encoding: UTF-8
Language: en-US
LazyData: true
NeedsCompilation: no
Remotes:
bcgov/ssdtools,
moodymudskipper/devtag
Roxygen: list(markdown = TRUE, roclets = c("collate", "rd", "namespace", "devtag::dev_roclet"))
RoxygenNote: 7.3.2