diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-04-20 19:53:28 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-04-20 20:03:32 +0200 |
commit | 9ae42bd20bc2543a94cf1581ba9820c2f9e3afbd (patch) | |
tree | b3539a9689f5930b8444a5fc459781b825e00fa4 /man/hierarchical_kinetics.Rd | |
parent | ad0efc2d16a84c674307ad2df9d44153b44a9cf8 (diff) |
Fix and rebuild documentation, see NEWS
I had to fix the two pathway vignettes, as they did not work with
the released version any more. So they and the multistart vignette
which got some small fixes as well were rebuilt.
Complete rebuild of the online docs with the released version. The
documentation of the 'hierarchial_kinetics' format had to be fixed
as well.
Diffstat (limited to 'man/hierarchical_kinetics.Rd')
-rw-r--r-- | man/hierarchical_kinetics.Rd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/hierarchical_kinetics.Rd b/man/hierarchical_kinetics.Rd index f965df1a..bcbe1e06 100644 --- a/man/hierarchical_kinetics.Rd +++ b/man/hierarchical_kinetics.Rd @@ -41,7 +41,9 @@ and then to run 'tinytex::tlmgr_install(c("float", "listing"))'. \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") } } |