From 7e44637eaba6dab26eb97b3e2433a82441c82768 Mon Sep 17 00:00:00 2001 From: Gethin Davies Date: Mon, 24 Jan 2022 17:57:41 +0000 Subject: [PATCH] :link: Fix link in README.md --- NEWS.md | 4 +++- README.md | 2 +- cran-comments.md | 4 ++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 243ccbd..71d24ab 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,8 @@ # rtern 0.1.2 -- Fix bug when using `?` inside functions by using rlang quosures. +- Fix bug when using `?` inside functions by using `rlang` quosures. + +- Fixed link in README.md # rtern 0.1.1 diff --git a/README.md b/README.md index 8b8c2d2..7e8762a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![R-CMD-check](https://github.com/grddavies/rtern/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/grddavies/rtern/actions/workflows/check-standard.yaml) -[![Codecov test coverage](https://codecov.io/gh/grddavies/rtern/branch/master/graph/badge.svg)](https://codecov.io/gh/grddavies/rtern?branch=master) +[![Codecov test coverage](https://codecov.io/gh/grddavies/rtern/branch/master/graph/badge.svg)](https://app.codecov.io/gh/grddavies/rtern?branch=master) diff --git a/cran-comments.md b/cran-comments.md index d4ebdac..8e57545 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,7 @@ +## Resubmission + +* This is a resubmission - Link in README.md has been fixed + ## Test environments * local R installation, R 4.0.4 - Windows 10 * GitHub Actions - (ubuntu-20.04): release, devel