Skip to content

Commit

Permalink
remove codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssarosemartin committed Aug 7, 2023
1 parent 32147f5 commit cedaf06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ cran-comments.md
_pkgdown.yml
^\.github$
^CRAN-RELEASE$
^CRAN-SUBMISSION$
1 change: 0 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ knitr::opts_chunk$set(
<!-- badges: start -->
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/)
[![CRAN status](https://www.r-pkg.org/badges/version/rnpn)](https://CRAN.R-project.org/package=rnpn)
[![codecov.io](https://codecov.io/github/usa-npn/rnpn/coverage.svg?branch=master)](https://codecov.io/github/usa-npn/rnpn?branch=master)
[![R build status](https://github.com/usa-npn/rnpn//workflows/R-CMD-check/badge.svg)](https://github.com/usa-npn/rnpn/actions)
<!-- badges: end -->

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ state and is being actively
developed.](http://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/)
[![CRAN
status](https://www.r-pkg.org/badges/version/rnpn)](https://CRAN.R-project.org/package=rnpn)
[![codecov.io](https://codecov.io/github/ropensci/rnpn/coverage.svg?branch=master)](https://codecov.io/github/ropensci/rnpn?branch=master)
[![R build
status](https://github.com/usa-npn/rnpn//workflows/R-CMD-check/badge.svg)](https://github.com/usa-npn/rnpn/actions)
<!-- badges: end -->
Expand Down Expand Up @@ -49,13 +48,14 @@ devtools::install_github("usa-npn/rnpn")
library('rnpn')
```

This package has dependencies on curl. Some Linux based
This package has dependencies on both curl and gdal. Some Linux based
systems may require additional system dependencies for those required
packages, and accordingly this package, to install correctly. For
example, on Ubuntu:

``` r
sudo apt install libcurl4-openssl-dev
sudo apt install libproj-dev libgdal-dev
```

## The Basics
Expand Down Expand Up @@ -137,7 +137,7 @@ Service (F16AC01075 and F19AC00168).
## Meta

- Please [report any issues or
bugs](https://github.com/ropensci/rnpn/issues).
bugs](https://github.com/usa-npn/rnpn/issues).
- License: MIT
- Get citation information for `rnpn` in R doing
`citation(package = 'rnpn')`
Expand Down

0 comments on commit cedaf06

Please sign in to comment.