diff --git a/README.Rmd b/README.Rmd index bc553e9..e4ab0ac 100644 --- a/README.Rmd +++ b/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 diff --git a/tests/testthat/test-cspy.R b/tests/testthat/test-cspy.R index ccdd3cd..f525f30 100644 --- a/tests/testthat/test-cspy.R +++ b/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)