Browse Source

https

master
boB Rudis 5 years ago
parent
commit
b6a81ff248
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 2
      README.Rmd
  2. 1
      tests/testthat/test-cspy.R

2
README.Rmd

@ -11,7 +11,7 @@ options(width=120)
[![Travis-CI Build Status](https://travis-ci.org/hrbrmstr/cspy.svg?branch=master)](https://travis-ci.org/hrbrmstr/cspy)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/hrbrmstr/cspy?branch=master&svg=true)](https://ci.appveyor.com/project/hrbrmstr/cspy)
[![Coverage Status](https://codecov.io/gh/hrbrmstr/cspy/branch/master/graph/badge.svg)](https://codecov.io/gh/hrbrmstr/cspy)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/cspy)](https://cran.r-project.org/package=cspy)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/cspy)](https://cran.r-project.org/package=cspy)
# cspy

1
tests/testthat/test-cspy.R

@ -30,5 +30,4 @@ structure(list(vulnerable = c(FALSE, TRUE), n = c(3122L, 2837L
)), class = c("tbl_df", "tbl", "data.frame"), .Names = c("vulnerable",
"n"), row.names = c(NA, -2L))
library(waffle)

Loading…
Cancel
Save