From 1219d7661113b5c68d8247cdde6c08353e613948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Sat, 16 Feb 2019 20:26:08 +0000 Subject: [PATCH] Fix Appveyor badge URL --- README.Rmd | 2 +- README.md | 2 +- docs/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.Rmd b/README.Rmd index 68e5282c0..5cdc91cb6 100644 --- a/README.Rmd +++ b/README.Rmd @@ -20,7 +20,7 @@ knitr::opts_chunk$set( ![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg) [![Linux Build Status](https://travis-ci.org/r-lib/pak.svg?branch=master)](https://travis-ci.org/r-lib/pak) -[![Windows Build status](https://ci.appveyor.com/api/projects/status/4sir94ye38nwgxpx/branch/master?svg=true)](https://ci.appveyor.com/project/gaborcsardi/pak) +[![Windows Build status](https://ci.appveyor.com/api/projects/status/vu03c1csxutwq1mr/branch/master?svg=true)](https://ci.appveyor.com/project/gaborcsardi/pak) [![](https://www.r-pkg.org/badges/version/pak)](https://cran.r-project.org/package=pak) [![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/pak)](https://www.r-pkg.org/pkg/pak) [![Coverage Status](https://img.shields.io/codecov/c/github/r-lib/pak/master.svg)](https://codecov.io/github/r-lib/pak?branch=master) diff --git a/README.md b/README.md index 4dff6b4e2..290eaff42 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Installation [![Linux Build Status](https://travis-ci.org/r-lib/pak.svg?branch=master)](https://travis-ci.org/r-lib/pak) [![Windows Build -status](https://ci.appveyor.com/api/projects/status/4sir94ye38nwgxpx/branch/master?svg=true)](https://ci.appveyor.com/project/gaborcsardi/pak) +status](https://ci.appveyor.com/api/projects/status/vu03c1csxutwq1mr/branch/master?svg=true)](https://ci.appveyor.com/project/gaborcsardi/pak) [![](https://www.r-pkg.org/badges/version/pak)](https://cran.r-project.org/package=pak) [![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/pak)](https://www.r-pkg.org/pkg/pak) diff --git a/docs/index.html b/docs/index.html index 5e0dc4b1a..c3609689c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -84,7 +84,7 @@

A Fresh Approach to R Package Installation

-

lifecycleLinux Build Status Windows Build status CRAN RStudio mirror downloads Coverage Status

+

lifecycleLinux Build Status Windows Build status CRAN RStudio mirror downloads Coverage Status

pak installs R packages from CRAN, Bioconductor, GitHub, and local files and directories. It is an alternative to install.packages() and devtools::install_github(). pak is fast, safe and convenient.