-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.25 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
Package: asymptor
Title: Estimate Asymptomatic Cases via Capture/Recapture Methods
Version: 1.1.0.9000
Authors@R:
person(given = "Hugo",
family = "Gruson",
role = c("cre", "aut", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4094-1476"))
Description: Estimate the lower and upper bound of asymptomatic cases in an
epidemic using the capture/recapture methods from Böhning et al. (2020)
<doi:10.1016/j.ijid.2020.06.009> and Rocchetti et al. (2020)
<doi:10.1101/2020.07.14.20153445>. Note there is currently some discussion
about the validity of the methods implemented in this package. You should
read carefully the original articles, alongside this answer from Li et al.
(2022) <doi:10.48550/arXiv.2209.11334> before using this package in your
project.
License: GPL-3
URL: https://hugogruson.fr/asymptor/, https://github.com/bisaloo/asymptor
BugReports: https://github.com/bisaloo/asymptor/issues
Depends:
R (>= 3.5)
Suggests:
covr,
dplyr,
ggplot2,
knitr,
rmarkdown,
spelling,
testthat(>= 3.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Config/testthat/edition: 3