forked from EU-ECDC/hivModelling
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1.13 KB
/
Copy pathDESCRIPTION
File metadata and controls
31 lines (31 loc) · 1.13 KB
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
Package: hivModelling
Type: Package
Title: Evidence-Based Methods to Calculate HIV Incidence in a Given Population
Version: 0.9.38
Date: 2025-03-29
Authors@R: c(person('Ard', 'van Sighem', email = 'a.i.vansighem@amc.uva.nl', role = c('aut')),
person('Daniel', 'Lewandowski', email = 'daniel@nextpagesoft.net', role = c('aut', 'cre')))
Maintainer: Daniel Lewandowski <daniel@nextpagesoft.net>
Description: Implements evidence-based methods to calculate HIV incidence in a given population.
This tool you estimate: the number of people living with HIV, including those not yet
diagnosed; the annual number of new HIV infections; the average time between infection and
diagnosis; the number of people in need of treatment according to CD4 cell counts.
License: file LICENSE
Depends: R (>= 3.5.0)
Imports:
cli (>= 2.0.2),
data.table (>= 1.12.0),
fs (>= 1.4.1),
future (>= 1.12.0),
ggplot2 (>= 3.2.1),
nloptr (>= 1.2.1),
prettyunits (>= 1.1.1),
Rcpp (>= 1.0.1),
stats (>= 3.5.0),
utils (>= 3.5.0),
xml2 (>= 1.2.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
LinkingTo: Rcpp
Suggests: testthat