Skip to content

Commit

Permalink
Fix appveyor badge
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinak committed Aug 8, 2018
1 parent 69aa6f7 commit ab1fbe2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Expand Up @@ -22,7 +22,7 @@ DataPackageR is used to reproducibly process raw data into packaged, analysis-re

[![Build Status](https://travis-ci.org/ropensci/DataPackageR.svg?branch=master)](https://travis-ci.org/ropensci/DataPackageR)
[![Coverage status](https://codecov.io/gh/ropensci/DataPackageR/branch/master/graph/badge.svg)](https://codecov.io/github/ropensci/DataPackageR?branch=master)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/ropensci/DataPackageR?branch=master&svg=true)](https://ci.appveyor.com/project/RGLab/DataPackageR)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/ropensci/DataPackageR?branch=master&svg=true)](https://ci.appveyor.com/project/gfinak/DataPackageR)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![DOI](https://zenodo.org/badge/29267435.svg)](https://doi.org/10.5281/zenodo.1292095)

Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -10,8 +10,8 @@ analysis-ready data sets.
Status](https://travis-ci.org/ropensci/DataPackageR.svg?branch=master)](https://travis-ci.org/ropensci/DataPackageR)
[![Coverage
status](https://codecov.io/gh/ropensci/DataPackageR/branch/master/graph/badge.svg)](https://codecov.io/github/ropensci/DataPackageR?branch=master)
[![AppVeyor build
status](https://ci.appveyor.com/api/projects/status/github/ropensci/DataPackageR?branch=master&svg=true)](https://ci.appveyor.com/project/RGLab/DataPackageR)
[![AppVeyor Build
Status](https://ci.appveyor.com/api/projects/status/github/ropensci/DataPackageR?branch=master&svg=true)](https://ci.appveyor.com/project/gfinak/DataPackageR)
[![Project Status: Active – The project has reached a stable, usable
state and is being actively
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
Expand Down Expand Up @@ -221,13 +221,13 @@ package_build(packageName = file.path(tempdir(),"mtcars20"), install = TRUE)
#> processing file: subsetCars.Rmd
#> output file: subsetCars.knit.md
#>
#> Output created: /private/var/folders/jh/x0h3v3pd4dd497g3gtzsm8500000gn/T/RtmpZT4wHx/mtcars20/inst/extdata/Logfiles/subsetCars.html
#> Output created: /private/var/folders/jh/x0h3v3pd4dd497g3gtzsm8500000gn/T/RtmpGhQpfY/mtcars20/inst/extdata/Logfiles/subsetCars.html
#> First time using roxygen2. Upgrading automatically...
#> Updating roxygen version in /private/var/folders/jh/x0h3v3pd4dd497g3gtzsm8500000gn/T/RtmpZT4wHx/mtcars20/DESCRIPTION
#> Updating roxygen version in /private/var/folders/jh/x0h3v3pd4dd497g3gtzsm8500000gn/T/RtmpGhQpfY/mtcars20/DESCRIPTION
#> Loading mtcars20
#> '/Library/Frameworks/R.framework/Resources/bin/R' --no-site-file \
#> --no-environ --no-save --no-restore --quiet CMD build \
#> '/private/var/folders/jh/x0h3v3pd4dd497g3gtzsm8500000gn/T/RtmpZT4wHx/mtcars20' \
#> '/private/var/folders/jh/x0h3v3pd4dd497g3gtzsm8500000gn/T/RtmpGhQpfY/mtcars20' \
#> --no-resave-data --no-manual --no-build-vignettes
#>
#> Reloading installed mtcars20
Expand Down

0 comments on commit ab1fbe2

Please sign in to comment.