Skip to content

Commit

Permalink
some doc updates, devel version set to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nkehrein committed Oct 21, 2024
1 parent b120df3 commit 7199318
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: cvasi
Type: Package
Title: Calibration, Validation, and Simulation of TKTD Models
Version: 1.2.0
Version: 1.3.0
Authors@R: c(
person("Nils", "Kehrein", email="nils.kehrein@gmail.com", role=c("aut", "cre")),
person("Dirk", "Nickisch", role="aut"),
Expand Down
4 changes: 2 additions & 2 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' exposure series. Model parameters were derived from an acute fish toxicity
#' study of the fathead minnow and chlorpyrifos by Geiger *et al.* (1988).
#' The dataset is also referred to as *GUTS Ring-test dataset C* by
#' EFSA (2018). Fitted parameters were estimated using the [morse] package.
#' EFSA (2018). Fitted parameters were estimated using the *morse* package.
#'
#' The background mortality rate (`hb`) was set to zero.
#'
Expand All @@ -30,7 +30,7 @@
#' exposure series. Model parameters were derived from an acute fish toxicity
#' study of the fathead minnow and chlorpyrifos by Geiger *et al.* (1988).
#' The dataset is also referred to as *GUTS Ring-test dataset C* by
#' EFSA (2018). Fitted parameters were estimated using the [morse] package.
#' EFSA (2018). Fitted parameters were estimated using the *morse* package.
#'
#' The background mortality rate (`hb`) was set to zero.
#'
Expand Down
4 changes: 2 additions & 2 deletions R/get.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ get_vars <- function(x) {
#'
#' @return vector of `character`
#' @aliases get_model,ANY-method get_model,list-method get_model,EffectScenario-method
#' get_model,parameter_set-method get_model_name
#' get_model,ParameterSet-method get_model_name
#' @export
#'
#' @examples
Expand Down Expand Up @@ -59,7 +59,7 @@ get_model_name <- function(x) {
#'
#' @return vector of `character`
#' @aliases get_tag,ANY-method get_tag,list-method get_tag,EffectScenario-method
#' get_tag,parameter_set-method
#' get_tag,ParameterSet-method
#' @seealso [set_tag()]
#' @export
#'
Expand Down
2 changes: 1 addition & 1 deletion man/get_model.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/get_tag.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/minnow_it.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/minnow_sd.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7199318

Please sign in to comment.