Package: ODEsensitivity
Version: 1.1.2
Title: Sensitivity Analysis of Ordinary Differential Equations
Description: Performs sensitivity analysis in ordinary differential equation (ode) models.
    The package utilize the ode interface from 'deSolve' and connects it with the 
    sensitivity analysis from 'sensitivity'. Additionally we add a method to
    run the sensitivity analysis on variables with class 'ODEnetwork'. A detailed
    plotting function provides outputs on the calculations.
    The method is described by Weber, Theers, Surmann, Ligges, and Weihs (2018) <doi:10.17877/DE290R-18874>.
Authors@R: c(
    person("Frank", "Weber", email = "frank.weber@tu-dortmund.de", role = "aut"),
    person("Stefan", "Theers", email = "stefan.theers@tu-dortmund.de", role = "aut"),
    person("Dirk", "Surmann", email = "surmann@statistik.tu-dortmund.de", role = c("ctb", "cre")
           , comment = c(ORCID = "0000-0003-0873-137X"))
    )
URL: https://github.com/surmann/ODEsensitivity
BugReports: https://github.com/surmann/ODEsensitivity/issues
License: LGPL-3
Encoding: UTF-8
Depends: R (>= 3.1.1), checkmate, deSolve, ODEnetwork (>= 1.3.0),
        sensitivity (>= 1.12.1)
Suggests: covr, knitr, parallel, rmarkdown, testthat
RoxygenNote: 6.0.1
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2019-01-09 08:50:48 UTC; Dirk
Author: Frank Weber [aut],
  Stefan Theers [aut],
  Dirk Surmann [ctb, cre] (<https://orcid.org/0000-0003-0873-137X>)
Maintainer: Dirk Surmann <surmann@statistik.tu-dortmund.de>
Repository: CRAN
Date/Publication: 2019-01-09 09:10:04 UTC
Built: R 4.2.0; ; 2022-04-12 19:46:15 UTC; unix
