-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
28 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
Package: ODEsensitivity | ||
Version: 1.1.0 | ||
Version: 1.1.1 | ||
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("Stefan", "Theers", email = "[email protected]", role = "aut"), | ||
person("Frank", "Weber", email = "[email protected]", role = "aut"), | ||
person("Stefan", "Theers", email = "[email protected]", role = "aut"), | ||
person("Dirk", "Surmann", email = "[email protected]", role = c("ctb", "cre") | ||
, comment = c(ORCID = "0000-0003-0873-137X")) | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# ODEsensitivity 1.1.1 | ||
* add reference to TechReport | ||
|
||
# ODEsensitivity 1.1.0 | ||
* add vignette | ||
* release to CRAN | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.