From 2409369d3a665f2b8e0b7333f4c2286a61614179 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 26 Oct 2016 23:54:08 +0200 Subject: Complete pkgdown conf, rerun with current master branch --- _pkgdown.yml | 56 ++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 42 insertions(+), 14 deletions(-) (limited to '_pkgdown.yml') diff --git a/_pkgdown.yml b/_pkgdown.yml index 6552d156..cdd8994a 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,7 +1,7 @@ title: mkin template: - bootswatch: cerulean + bootswatch: spacelab reference: - title: Main functions @@ -11,22 +11,50 @@ reference: - mkinfit - mmkin - title: Show results - contents: Functions working with mkinfit objects + desc: Functions working with mkinfit objects + contents: - plot.mkinfit - summary.mkinfit - mkinresplot - mkinparplot - endpoints - mkinerrmin - -navbar: - title: mkin - type: default - left: - - text: Home - href: index.html - - text: Reference - href: reference/index.html - right: - - icon: fa-github fa-lg - href: https://github.com/jranke/mkin + - title: Work with mmkin objects + desc: Functions working with aggregated results + contents: + - "[.mmkin" + - plot.mmkin + - title: Datasets and known results + contents: + - FOCUS_2006_datasets + - FOCUS_2006_SFO_ref_A_to_F + - FOCUS_2006_FOMC_ref_A_to_F + - FOCUS_2006_HS_ref_A_to_F + - FOCUS_2006_DFOP_ref_A_to_B + - mccall81_245T + - schaefer07_complex_case + - synthetic_data_for_UBA_2014 + - title: Helper functions + contents: + - mkin_wide_to_long + - mkin_long_to_wide + - mkinsub + - mkinds, print.mkinds + - print.mkinmod + - mkinpredict + - transform_odeparms + - ilr + - geometric_mean + - title: Analytical solutions + desc: Parent only model solutions + contents: + - SFO.solution, + - FOMC.solution + - DFOP.solution + - SFORB.solution + - HS.solution + - IORE.solution + - title: Deprecated functions + desc: Functions that have been superseeded + contents: + - mkinplot -- cgit v1.2.1