-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.72 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
Package: frogger
Title: Multistate Population Projection Model for Demographic and HIV Estimation
Version: 0.1.0
Authors@R: c(
person(given = "Jeffrey",
family = "Imai-Eaton",
role = c("aut"),
email = "jeffrey.eaton@imperial.ac.uk",
comment = c(ORCID = "0000-0001-7728-728X")),
person(given = "Magdalene",
family = "Walters",
role = c("aut"),
email = "m.walters@imperial.ac.uk"),
person(given = "Robert",
family = "Ashton",
role = c("aut", "cre"),
email = "robertashton94@gmail.com"),
person(given = "Mantra",
family = "Kusumgar",
role = c("aut"),
email = "m.kusumgar@imperial.ac.uk"))
Description: Leapfrog is a multistate population projection model for estimating population, demographic indicators, and HIV epidemic. The model combines a standard cohort component model of population projection (CCMPP) with a multistate model for HIV infection, disease progression, and treatment. Statistical tools are implemented for joint inference from multiple demographic and epidemiologic data sources.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/mrc-ide/frogger
BugReports: https://github.com/mrc-ide/frogger/issues
Depends: R (>= 4.3.0)
Config/testthat/edition: 3
Additional_repositories: https://mrc-ide.r-universe.dev
LinkingTo:
Rcpp,
RcppEigen
Imports:
beers,
eppasm (>= 0.5.12),
glue,
Rcpp
Suggests:
data.table,
dplyr,
knitr,
RcppEigen,
reshape2,
rmarkdown,
SpectrumUtils,
testthat (>= 3.0.0),
withr,
xml2
Remotes:
rlglaubius/SpectrumUtils
VignetteBuilder: knitr