Package: mrgsim.sa
Type: Package
Title: Sensitivity Analysis with 'mrgsolve'
Version: 0.1.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
BugReports: https://github.com/kylebaron/mrgsim.sa/issues
Suggests: testthat, knitr, rmarkdown
Imports: withr, purrr, dplyr, assertthat, rlang, ggplot2, tidyselect,
        tidyr, methods, tibble, patchwork
Encoding: UTF-8
Language: en-US
Depends: mrgsolve
RoxygenNote: 7.1.1
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'
NeedsCompilation: no
Packaged: 2020-11-27 21:02:53 UTC; kyleb
Author: Kyle Baron [aut, cre]
Repository: CRAN
Date/Publication: 2020-11-30 11:20:02 UTC
Built: R 4.0.2; ; 2020-12-01 12:10:18 UTC; unix
