-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
68 lines (68 loc) · 1.68 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
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.
The primary goal of this package is to wrap the OpenM++ Web Service (OMS) to
provide existing OpenM++ users a programmatic interface for the R language.
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'
'Utils.R'
'ClassModel.R'
'ClassModelRun.R'
'ClassModelRunSet.R'
'ClassWorkset.R'
'RunOptions.R'
'Scenario.R'
'oms-Administrative.R'
'oms-DownloadModels.R'
'oms-ModelExtras.R'
'oms-ModelMetadata.R'
'oms-ModelRunResults.R'
'oms-ModelWorksetMetadata.R'
'oms-ModelingTaskMetadata.R'
'oms-ReadMicrodata.R'
'oms-ReadOutputTables.R'
'oms-ReadParameters.R'
'oms-RunModels.R'
'oms-Services.R'
'oms-UpdateModelProfile.R'
'oms-UpdateModelRuns.R'
'oms-UpdateModelWorkset.R'
'oms-UpdateModelingTasks.R'
'oms-UploadModels.R'
'oms-UserFiles.R'
'oms-UserSettings.R'
'openmpp-package.R'
'zzz.R'
Suggests:
gh,
pingr,
sys,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3