diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-04-17 21:53:49 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-04-17 21:58:17 +0200 |
commit | ee8c8a53903de1a0f480060900b706022af091b6 (patch) | |
tree | 381d9663c9865fa727cafd966244337e809b2799 /R/hierarchical_kinetics.R | |
parent | 57ca408fda3fb8e42e0d5f3d9fc808d54268fa08 (diff) |
Post release changes to the docs
The cyantraniliprole and dmta pathway vignettes were not working any
more with the latest changes in deSolve and mkin. All docs need a
rebuild.
Diffstat (limited to 'R/hierarchical_kinetics.R')
-rw-r--r-- | R/hierarchical_kinetics.R | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/R/hierarchical_kinetics.R b/R/hierarchical_kinetics.R index ae60d43c..46623356 100644 --- a/R/hierarchical_kinetics.R +++ b/R/hierarchical_kinetics.R @@ -30,7 +30,9 @@ #' #' \dontrun{ #' library(rmarkdown) -#' draft("example_analysis.rmd", template = "hierarchical_kinetics", package = "mkin") +#' # The following is now commented out after the relase of v1.2.3 for the generation +#' # of online docs, as the command creates a directory and opens an editor +#' #draft("example_analysis.rmd", template = "hierarchical_kinetics", package = "mkin") #' } #' #' @export |