-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
58 lines (58 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: openmpp
Title: Programmatic Interface to OpenM++
Version: 0.0.1
Authors@R:
person("Matthew T.", "Warkentin", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8730-3511"))
Description: A programmatic interface to the OpenM++ microsimulation platform.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
Depends:
R (>= 4.1.0)
Imports:
cli,
curl,
glue,
httr2,
jsonlite,
purrr,
R6,
readr,
rlang,
tibble,
tidyr,
tidyselect
URL: https://github.com/mattwarkentin/openmpp,
https://mattwarkentin.github.io/openmpp/
BugReports: https://github.com/mattwarkentin/openmpp/issues
Collate:
'APIConnections.R'
'Admin.R'
'Utils.R'
'ClassModel.R'
'ClassModelRun.R'
'ClassModelRunSet.R'
'ClassWorkset.R'
'Downloads.R'
'ModelExtras.R'
'ModelMetadata.R'
'ModelProfile.R'
'ModelRuns.R'
'ModelTasks.R'
'ModelWorkset.R'
'OutputTables.R'
'Parameters.R'
'RunMicrodata.R'
'RunModels.R'
'RunOptions.R'
'Scenario.R'
'Service.R'
'Uploads.R'
'User.R'
'openmpp-package.R'
'zzz.R'
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3