diff options
Diffstat (limited to '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 |