-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
50 lines (50 loc) · 1.17 KB
/
DESCRIPTION
File metadata and controls
50 lines (50 loc) · 1.17 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: mrgsim.sa
Type: Package
Title: Sensitivity Analysis with 'mrgsolve'
Version: 0.3.0
Authors@R: c(person("Kyle", "Baron", "", "kylebtwin@imap.cc", c("aut", "cre")))
Maintainer: Kyle Baron <kylebtwin@imap.cc>
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, https://kylebaron.github.io/mrgsim.sa/
BugReports: https://github.com/kylebaron/mrgsim.sa/issues
Suggests:
testthat,
knitr,
rmarkdown,
ggsci
Imports:
withr,
purrr,
dplyr,
assertthat,
rlang,
ggplot2,
tidyselect,
tidyr,
methods,
tibble,
patchwork,
glue,
lattice,
lifecycle
Encoding: UTF-8
Language: en-US
Depends: mrgsolve
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.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'