From e99b46a2020a6b6578b0c3c88c17d5980e4d921a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 22 Nov 2022 13:49:02 +0100 Subject: Start new development version --- README.html | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'README.html') diff --git a/README.html b/README.html index 7b23c79e..0ef35547 100644 --- a/README.html +++ b/README.html @@ -298,8 +298,8 @@ pre code { border-radius: 4px; } -.tabset-dropdown > .nav-tabs > li.active:before { - content: ""; +.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before { + content: "\e259"; font-family: 'Glyphicons Halflings'; display: inline-block; padding: 10px; @@ -307,16 +307,9 @@ pre code { } .tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before { - content: ""; - border: none; -} - -.tabset-dropdown > .nav-tabs.nav-tabs-open:before { - content: ""; + content: "\e258"; font-family: 'Glyphicons Halflings'; - display: inline-block; - padding: 10px; - border-right: 1px solid #ddd; + border: none; } .tabset-dropdown > .nav-tabs > li.active { @@ -367,7 +360,7 @@ pre code {

mkin

-

mkin status badge Build Status codecov

+

mkin status badge 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

@@ -421,7 +414,7 @@ pre code {

GUI

-

There is a graphical user interface that may be useful. Please refer to its documentation page for installation instructions and a manual.

+

There is a graphical user interface that may be useful. Please refer to its documentation page for installation instructions and a manual. It only supports evaluations using (generalised) nonlinear regression, but not simultaneous fits using nonlinear mixed-effects models.

News

-- cgit v1.2.1