aboutsummaryrefslogtreecommitdiff
path: root/inst
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-11-17 22:50:44 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2016-11-17 22:50:44 +0100
commit7447f43f0ebd79ad4f89c670a819402c9339de3c (patch)
treefd85b9faa973816cb31f782f1caf8ff66aebee36 /inst
parentfc742adcfbea3bcca7ad1de2f71765dc04bd2d81 (diff)
Satisfy CRAN checks, also on R-devel
- Use https for canonical R URLs - Update CAKE URL to one giving a valid SSL certificate
Diffstat (limited to 'inst')
-rw-r--r--inst/staticdocs/index.r63
1 files changed, 0 insertions, 63 deletions
diff --git a/inst/staticdocs/index.r b/inst/staticdocs/index.r
deleted file mode 100644
index 2a976f70..00000000
--- a/inst/staticdocs/index.r
+++ /dev/null
@@ -1,63 +0,0 @@
-sd_section(
- "Main functions",
- "Essential functionality",
- c("mkinmod", "mkinfit", "mmkin")
-)
-sd_section(
- "Show results",
- "Functions working on mkinfit objects",
- c("plot.mkinfit",
- "summary.mkinfit",
- "mkinresplot",
- "mkinparplot",
- "endpoints",
- "mkinerrmin")
-)
-sd_section(
- "Work with mmkin objects",
- "Functions working with aggregated results",
- c("[.mmkin",
- "plot.mmkin")
-)
-sd_section(
- "Datasets and known results",
- "",
- c("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"
- )
-)
-sd_section(
- "Helper functions",
- "",
- c("mkin_wide_to_long",
- "mkin_long_to_wide",
- "mkinsub",
- "mkinds", "print.mkinds",
- "print.mkinmod",
- "mkinpredict",
- "transform_odeparms",
- "ilr",
- "geometric_mean")
-)
-sd_section(
- "Analytical solutions",
- "Parent only model solutions",
- c("SFO.solution",
- "FOMC.solution",
- "DFOP.solution",
- "SFORB.solution",
- "HS.solution",
- "IORE.solution"
- )
-)
-sd_section(
- "Deprecated functions",
- "Functions that have been superseeded",
- c("mkinplot")
-)

Contact - Imprint