From 8f9bcec005ed1e0c6086c19a94e03f20fd6d6263 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 23 Jul 2022 13:49:29 +0200 Subject: r-universe badge, release date of v1.1.1 in NEWS Also skip complete log directory in .Rbuildignore and reorganize that file to improve readability --- .Rbuildignore | 18 ++++++++---------- NEWS.md | 2 +- README.html | 2 +- README.md | 1 + 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 3144040d..37d3db26 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,8 +1,13 @@ +^_pkgdown\.yml$ +^\.travis\.yml$ +^docs$ +^log$ +^mkin.Rcheck$ ^GNUmakefile$ -^log/.*.log$ -^test.R$ ^README.html$ -^mkin.Rcheck +^test.R$ +^mkin_.*\.tar\.gz +^mkin.tar$ ^vignettes/.build.timestamp$ ^vignettes/.*_cache$ ^vignettes/.*cache$ @@ -23,10 +28,3 @@ ^vignettes/mkin_benchmarks.rda$ ^vignettes/web_only/.build.timestamp$ ^vignettes/web_only/mkin_benchmarks.rda$ -^mkin_.*\.tar\.gz -^mkin.tar$ -^docs$ -^_pkgdown\.yml$ -^\.travis\.yml$ -^CRAN-RELEASE$ -^cran-comments.md$ diff --git a/NEWS.md b/NEWS.md index 6b961e60..55462fd3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,7 +6,7 @@ - 'R/summary.mmkin.R': Summary method for mmkin objects. -# mkin 1.1.1 +# mkin 1.1.1 (2022-07-12) - 'R/{mkinmod,mkinpredict}.R: Store DLL information in mkinmod objects and use that information in mkinpredict to avoid a performance regression brought by a bugfix in R 4.2.x. Thanks to Tomas Kalibera for his analysis of the problem on the r-package-devel list and his suggestion on how to fix it. diff --git a/README.html b/README.html index 67e2b6d9..53303bfc 100644 --- a/README.html +++ b/README.html @@ -367,7 +367,7 @@ pre code {

mkin

-

+

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

diff --git a/README.md b/README.md index 67cee4e9..ad522aea 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # mkin [![](https://www.r-pkg.org/badges/version/mkin)](https://cran.r-project.org/package=mkin) +[![mkin status badge](https://jranke.r-universe.dev/badges/mkin)](https://jranke.r-universe.dev/ui#package:mkin) [![Build Status](https://travis-ci.com/jranke/mkin.svg?branch=main)](https://app.travis-ci.com/github/jranke/mkin) [![codecov](https://codecov.io/github/jranke/mkin/branch/main/graphs/badge.svg)](https://codecov.io/github/jranke/mkin) -- cgit v1.2.1