From 0552fc0edbed8d1bdc4419ef0822103fdf000860 Mon Sep 17 00:00:00 2001 From: Matthew Lincoln Date: Wed, 7 Oct 2020 19:06:30 -0400 Subject: [PATCH] correct redirecting URLs [skip ci] --- README.Rmd | 6 +++--- README.md | 6 +++--- cran-comments.md | 2 ++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.Rmd b/README.Rmd index e947bab..d2950d3 100644 --- a/README.Rmd +++ b/README.Rmd @@ -15,8 +15,8 @@ knitr::opts_chunk$set( clipr ===== -[![CRAN status.](http://www.r-pkg.org/badges/version/clipr)](http://www.r-pkg.org/pkg/clipr) -![Downloads, grand total](http://cranlogs.r-pkg.org/badges/grand-total/clipr) +[![CRAN status.](https://www.r-pkg.org/badges/version/clipr)](http://www.r-pkg.org/pkg/clipr) +![Downloads, grand total](https://cranlogs.r-pkg.org/badges/grand-total/clipr) [![Travis-CI Build Status](https://travis-ci.com/mdlincoln/clipr.svg?branch=master)](https://travis-ci.com/github/mdlincoln/clipr) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/mdlincoln/clipr?branch=master&svg=true)](https://ci.appveyor.com/project/mdlincoln/clipr) [![Coverage Status](https://img.shields.io/codecov/c/github/mdlincoln/clipr/master.svg)](https://codecov.io/github/mdlincoln/clipr?branch=master) @@ -81,7 +81,7 @@ See the "Developing with clipr" vignette included with this package for advisori (a non-comprehensive list) -1. [reprex](https://github.com/jennybc/reprex) by [\@jennybc](https://github.com/jennybc) takes R code on the clipboard and renders a reproducible example from it, ready to then paste on to GitHub, Stack Overflow, or the like. +1. [reprex](https://github.com/tidyverse/reprex) by [\@jennybc](https://github.com/jennybc) takes R code on the clipboard and renders a reproducible example from it, ready to then paste on to GitHub, Stack Overflow, or the like. 2. [datapasta](https://github.com/milesmcbain/datapasta) by [\@milesmcbain](https://github.com/milesmcbain) eases the copying and pasting of R objects in and out of different sources (Excel, Google Sheets). --- diff --git a/README.md b/README.md index 5b970c9..5b1b7c6 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ clipr ===== [![CRAN -status.](http://www.r-pkg.org/badges/version/clipr)](http://www.r-pkg.org/pkg/clipr) +status.](https://www.r-pkg.org/badges/version/clipr)](http://www.r-pkg.org/pkg/clipr) ![Downloads, grand -total](http://cranlogs.r-pkg.org/badges/grand-total/clipr) [![Travis-CI +total](https://cranlogs.r-pkg.org/badges/grand-total/clipr) [![Travis-CI Build Status](https://travis-ci.com/mdlincoln/clipr.svg?branch=master)](https://travis-ci.com/github/mdlincoln/clipr) [![AppVeyor Build @@ -82,7 +82,7 @@ Nice uses of clipr (a non-comprehensive list) -1. [reprex](https://github.com/jennybc/reprex) by +1. [reprex](https://github.com/tidyverse/reprex) by [@jennybc](https://github.com/jennybc) takes R code on the clipboard and renders a reproducible example from it, ready to then paste on to GitHub, Stack Overflow, or the like. diff --git a/cran-comments.md b/cran-comments.md index cf881cc..36e09de 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,5 @@ +This is a resubmission. + This submission repairs system command calls that were causing some newer Linux window managers to hang indefinitely. ## Test environments