-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.1 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
Package: mrgsim.sa
Type: Package
Title: Sensitivity Analysis with 'mrgsolve'
Version: 0.1.0.9002
Authors@R: c(person("Kyle", "Baron", "", "[email protected]", c("aut", "cre")))
Maintainer: Kyle Baron <[email protected]>
Description: Perform sensitivity analysis on ordinary differential equation
based models, including ad-hoc graphical analyses based on structured
sequences of parameters as well as local sensitivity analysis. Functions
are provided for creating inputs, simulating scenarios and plotting outputs.
License: GPL (>= 2)
URL: https://github.com/kylebaron/mrgsim.sa
BugReports: https://github.com/kylebaron/mrgsim.sa/issues
Suggests:
testthat,
knitr,
rmarkdown
Imports:
withr,
purrr,
dplyr,
assertthat,
rlang,
ggplot2,
tidyselect,
tidyr,
methods,
tibble,
patchwork,
glue
Encoding: UTF-8
Language: en-US
Depends: mrgsolve
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Collate:
'utils.R'
'parseq.R'
'sens.R'
'AAA.R'
'lsa.R'
'sens_each.R'
'sens_grid.R'
'sens_plot.R'
'sens_run.R'
'seq.R'