From f22364b11a5baf401643fd83727c9ed5222ee4f4 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 21 Jul 2022 18:23:35 +0200 Subject: Remove travis config as R seems to be unmaintained there See https://travis-ci.community/t/please-update-the-r-version-used-for-r-release-to-r-4-1-0/11886 and the Pull request referenced there, and the message by Gabor which I found today: https://travis-ci.community/t/about-the-r-category/748/2 --- README.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.html') diff --git a/README.html b/README.html index cdd68210..222f254d 100644 --- a/README.html +++ b/README.html @@ -361,13 +361,14 @@ pre code { +

README

mkin

-

Build Status codecov

+

The R package mkin provides calculation routines for the analysis of chemical degradation data, including multicompartment kinetics as needed for modelling the formation and decline of transformation products, or if several degradation compartments are involved.

Installation

@@ -396,7 +397,7 @@ pre code {
  • The usual one-sided t-test for significant difference from zero is nevertheless shown based on estimators for the untransformed parameters.
  • Summary and plotting functions. The summary of an mkinfit object is in fact a full report that should give enough information to be able to approximately reproduce the fit with other tools.
  • The chi-squared error level as defined in the FOCUS kinetics guidance (see below) is calculated for each observed variable.
  • -
  • The ‘variance by variable’ error model which is often fitted using Iteratively Reweighted Least Squares (IRLS) should now be specified as error_model = "obs".
  • +
  • The ‘variance by variable’ error model which is often fitted using Iteratively Reweighted Least Squares (IRLS) can be specified as error_model = "obs".
  • -- cgit v1.2.1