forked from epiverse-trace/serofoi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
84 lines (84 loc) · 2.11 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
75
76
77
78
79
80
81
82
83
84
Package: serofoi
Type: Package
Title: Estimates the Force-of-Infection of a given pathogen from population based sero-prevalence studies
Version: 0.0.9
Authors@R:
c(
person(
given = "Zulma M.",
family = "Cucunubá",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-8165-3198")
),
person(
given = "Nicolás",
family = "T. Domínguez",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0009-0002-8484-1298")
),
person(
given = "Ben",
family = "Lambert",
role = c("aut")
),
person(
given = "Pierre",
family = "Nouvellet",
role = c("aut")
)
)
Contributor: Miguel Gámez, Geraldine Gómez, Jaime A. Pavlich-Mariscal
Maintainer: Zulma M. Cucunubá <[email protected]>
Description: R package to estimate time-varying Force-of-Infection of a given pathogen from population based sero-prevalence studies using a bayesian framework.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends:
R (>= 3.5.0)
Imports:
methods,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
rstantools (>= 2.3.1),
dplyr,
bayesplot,
config,
cowplot,
devtools,
ggplot2,
gsubfn,
Hmisc,
jsonlite,
loo,
purrr,
qtl,
reshape2,
tidyverse,
usethis,
vdiffr (>= 1.0.0)
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)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/Needs/website:
epiverse-trace/epiversetheme
VignetteBuilder: knitr
URL: https://trace-lac.github.io/serofoi/
Additional_repositories:
https://mc-stan.org/r-packages/
Remotes:
tidyverse/purrr
Biarch: true
SystemRequirements: GNU make