From 09f4f904af23a34d68d5d78482a5b9e12d9a9494 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 4 Nov 2016 15:38:09 +0100 Subject: Static documentation rebuilt by pkgdown::build_site() With updated pkgdown with my PR --- docs/news/index.html | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'docs/news/index.html') diff --git a/docs/news/index.html b/docs/news/index.html index 94d5d197..7c9b63f7 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -60,12 +60,7 @@ @@ -164,7 +159,7 @@

Bug fixes

@@ -221,7 +216,7 @@

Major changes

-
  • summary.mkinfit(): A one-sided t-test for significant difference of untransformed parameters from zero is now always shown, based on the assumption of normal distribution for estimators of all untransformed parameters. Use with caution, as this assumption is unrealistic e.g. for rate constants in these nonlinear kinetic models.

  • +
    • summary.mkinfit(): A one-sided t-test for significant difference of untransformed parameters from zero is now always shown, based on the assumption of normal distribution for estimators of all untransformed parameters. Use with caution, as this assumption is unrealistic e.g. for rate constants in these nonlinear kinetic models.

    • If a compiler (gcc) is installed, use a version of the differential equation model compiled from C code, which is a huge performance boost for models where only the deSolve method works.

    • mkinmod(): Create a list component $cf (of class CFuncList) in the list returned by mkinmod, if a version can be compiled from autogenerated C code (see above).

    • mkinfit(): Set the default solution_type to deSolve when a compiled version of the model is present, except when an analytical solution is possible.

    • @@ -244,7 +239,7 @@

      Bug fixes

      • mkinparplot(): Avoid warnings that occurred when not all confidence intervals were available in the summary of the fit

      • -
      • print.summary.mkinfit(): Fix printing the summary for the case that the number of iterations is not available

      • +
      • print.summary.mkinfit(): Fix printing the summary for the case that the number of iterations is not available

      • NAMESPACE: export S3 methods plot.mkinfit, summary.mkinfit and print.summary.mkinfit to satisfy R CMD check on R-devel

      • mkinparplot(): Avoid warning in R CMD check about undeclared global variable Lower

@@ -289,14 +284,14 @@

Minor changes

-- cgit v1.2.1