diff options
author | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-02-13 16:30:31 +0100 |
---|---|---|
committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-02-13 19:20:04 +0100 |
commit | 6476f5f49b373cd4cf05f2e73389df83e437d597 (patch) | |
tree | d0ef15c0d2ab42d246f7c8ebaeb4e63f4a928699 /docs/news/index.html | |
parent | 786e50724d9d7cc8fe04171d28ed09ea8d698cc3 (diff) |
Axis legend formatting, update vignettes
Diffstat (limited to 'docs/news/index.html')
-rw-r--r-- | docs/news/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/news/index.html b/docs/news/index.html index 44de0536..c1837d9d 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<!-- Generated by pkgdown: do not edit by hand --><html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><title>Changelog • mkin</title><script src="../deps/jquery-3.6.0/jquery-3.6.0.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link href="../deps/bootstrap-5.2.2/bootstrap.min.css" rel="stylesheet"><script src="../deps/bootstrap-5.2.2/bootstrap.bundle.min.js"></script><!-- pkgdown --><script src="../pkgdown.js"></script><meta property="og:title" content="Changelog"></head><body> +<!-- Generated by pkgdown: do not edit by hand --><html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><title>Changelog • mkin</title><script src="../deps/jquery-3.6.0/jquery-3.6.0.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link href="../deps/bootstrap-5.3.1/bootstrap.min.css" rel="stylesheet"><script src="../deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><link href="../deps/font-awesome-6.5.2/css/all.min.css" rel="stylesheet"><link href="../deps/font-awesome-6.5.2/css/v4-shims.min.css" rel="stylesheet"><script src="../deps/headroom-0.11.0/headroom.min.js"></script><script src="../deps/headroom-0.11.0/jQuery.headroom.min.js"></script><script src="../deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js"></script><script src="../deps/clipboard.js-2.0.11/clipboard.min.js"></script><script src="../deps/search-1.0.0/autocomplete.jquery.min.js"></script><script src="../deps/search-1.0.0/fuse.min.js"></script><script src="../deps/search-1.0.0/mark.min.js"></script><!-- pkgdown --><script src="../pkgdown.js"></script><meta property="og:title" content="Changelog"></head><body> <a href="#main" class="visually-hidden-focusable">Skip to contents</a> @@ -61,7 +61,10 @@ <div class="section level2"> <h2 class="pkg-version" data-toc-text="1.2.9" id="mkin-129">mkin 1.2.9<a class="anchor" aria-label="anchor" href="#mkin-129"></a></h2> -<ul><li>’R/create_deg_func.R: Make sure that no reversible reactions are specified in the case of two observed variables, as this is not supported</li> +<ul><li><p>‘R/plot.mixed.R’: Support more than 25 datasets</p></li> +<li><p>‘R/mkinfit.R’: Support passing the observed data as a ‘tibble’</p></li> +<li><p>‘R/parplot.R’: Support multistart objects with covariate models and filter negative values of scaled parameters (with a warning) for plotting.</p></li> +<li><p>’R/create_deg_func.R: Make sure that no reversible reactions are specified in the case of two observed variables, as this is not supported</p></li> </ul></div> <div class="section level2"> <h2 class="pkg-version" data-toc-text="1.2.8" id="mkin-128-unreleased">mkin 1.2.8 (unreleased)<a class="anchor" aria-label="anchor" href="#mkin-128-unreleased"></a></h2> |