diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-18 15:01:53 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-18 15:22:42 +0100 |
commit | c6086d1dd97ad2d6420625de7b8009b1b0f85d06 (patch) | |
tree | 1a38fd690c94a556555ec71edff443bcfe609b7b /_pkgdown.yml | |
parent | 9a8dfa8bd52664929fd4197f3e9c4e65b62cad53 (diff) |
Static documentation rebuilt by pkgdown::build_site(run_dont_run = TRUE)
Using branch 'jranke' on jranke/pkgdown, fixing issues
hadley/pgkdown#178 and hadley/pkgdown#213
Remove plot=TRUE from mkinfit calls also in dontrun sections of examples
to avoid a flood png files documenting the progress of the fit.
Diffstat (limited to '_pkgdown.yml')
-rw-r--r-- | _pkgdown.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_pkgdown.yml b/_pkgdown.yml index a46bc34f..70fdcaa9 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -26,7 +26,7 @@ reference: - plot.mmkin - title: Datasets and known results contents: - - FOCUS_2006_datasets + - FOCUS_2006_A - FOCUS_2006_SFO_ref_A_to_F - FOCUS_2006_FOMC_ref_A_to_F - FOCUS_2006_HS_ref_A_to_F @@ -41,7 +41,6 @@ reference: - mkin_wide_to_long - mkin_long_to_wide - mkinsub - - mkinds, print.mkinds - print.mkinmod - mkinpredict - transform_odeparms @@ -50,6 +49,7 @@ reference: - title: Analytical solutions desc: Parent only model solutions contents: + - ends_with(".solution") - SFO.solution - FOMC.solution - DFOP.solution |