From 5acecf0b844942166a3520e63308b27ef2287c88 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 18 Nov 2021 11:12:41 +0100 Subject: Updates after changing the default branch to main --- GNUmakefile | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index a6abacac..479d8454 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -114,7 +114,7 @@ pd_release: roxygen git add -A r-forge: - git archive master > $(HOME)/git/mkin/mkin.tar;\ + git archive main > $(HOME)/git/mkin/mkin.tar;\ cd $(RFDIR) && rm -r `ls` && tar -xf $(HOME)/git/mkin/mkin.tar;\ rm -r $(SDDIR)/*;\ cp -a docs/* $(SDDIR);\ diff --git a/README.md b/README.md index 6ee38e98..00223748 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # mkin [![](https://www.r-pkg.org/badges/version/mkin)](https://cran.r-project.org/package=mkin) -[![Build Status](https://travis-ci.com/jranke/mkin.svg?branch=master)](https://app.travis-ci.com/github/jranke/mkin) -[![codecov](https://codecov.io/github/jranke/mkin/branch/master/graphs/badge.svg)](https://codecov.io/github/jranke/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) The R package **mkin** provides calculation routines for the analysis of chemical degradation data, including multicompartment kinetics as @@ -127,7 +127,7 @@ for installation instructions and a manual. ## News There is a list of changes for the latest [CRAN release](https://cran.r-project.org/package=mkin/news/news.html) -and one for each github branch, e.g. [the main branch](https://github.com/jranke/mkin/blob/master/NEWS.md). +and one for each github branch, e.g. [the main branch](https://github.com/jranke/mkin/blob/main/NEWS.md). ## Credits and historical remarks -- cgit v1.2.1