From 8b7edd4eaf0d196e674a085f744d1a69260a6c91 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Nov 2023 06:02:05 +0100 Subject: Update pkgdown docs to bootstrap 5 with search --- docs/reference/hierarchical_kinetics.html | 201 +++++++++++++----------------- 1 file changed, 85 insertions(+), 116 deletions(-) (limited to 'docs/reference/hierarchical_kinetics.html') diff --git a/docs/reference/hierarchical_kinetics.html b/docs/reference/hierarchical_kinetics.html index ab0b3d04..5cc24e79 100644 --- a/docs/reference/hierarchical_kinetics.html +++ b/docs/reference/hierarchical_kinetics.html @@ -1,5 +1,12 @@ -Hierarchical kinetics template — hierarchical_kinetics • mkinHierarchical kinetics template — hierarchical_kinetics • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

R markdown format for setting up hierarchical kinetics based on a template provided with the mkin package. This format is based on rmarkdown::pdf_document. Chunk options are adapted. Echoing R code from code chunks and caching are @@ -126,12 +98,13 @@ figures will not move around in the document, but stay where the user includes them.

-
+
+

Usage

hierarchical_kinetics(..., keep_tex = FALSE)
-
-

Arguments

+
+

Arguments

...

Arguments to rmarkdown::pdf_document

@@ -140,8 +113,8 @@ includes them.

Keep the intermediate tex file used in the conversion to PDF

-
-

Value

+
+

Value

R Markdown output format to pass to @@ -149,8 +122,8 @@ includes them.

-
-

Details

+
+

Details

The latter feature (positioning the figures with "H") depends on the LaTeX package 'float'. In addition, the LaTeX package 'listing' is used in the template for showing model fit summaries in the Appendix. This means that @@ -162,8 +135,8 @@ is present before) is to install the 'tinytex' R package, to run and then to run 'tinytex::tlmgr_install(c("float", "listing"))'.

-
-

Examples

+
+

Examples


 # \dontrun{
 library(rmarkdown)
@@ -174,26 +147,22 @@ and then to run 'tinytex::tlmgr_install(c("float", "listing"))'.

-
- -
+
-
+
- -- cgit v1.2.1 From bad2f70c18cd9f57c0d382914327613bcfc9298f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 29 Jul 2024 08:06:08 +0200 Subject: Move coverage to pkgdown docs The coverage report is neither successful on Travis nor in the github workflow set up with the usethis package. Therefore the code coverage report is generated locally and linked into the pkgdown docs. --- docs/reference/hierarchical_kinetics.html | 125 ++++++++++++++---------------- 1 file changed, 57 insertions(+), 68 deletions(-) (limited to 'docs/reference/hierarchical_kinetics.html') diff --git a/docs/reference/hierarchical_kinetics.html b/docs/reference/hierarchical_kinetics.html index 5cc24e79..b44a6c99 100644 --- a/docs/reference/hierarchical_kinetics.html +++ b/docs/reference/hierarchical_kinetics.html @@ -1,88 +1,75 @@ -Hierarchical kinetics template — hierarchical_kinetics • mkin +includes them.'> Skip to contents - -
-- cgit v1.2.1