From 646fc92515ed0d15c020bf7e4c121640045434eb Mon Sep 17 00:00:00 2001 From: William Gearty Date: Mon, 30 Sep 2024 14:18:17 -0400 Subject: [PATCH] Update README --- README.Rmd | 12 ++++-------- README.md | 9 ++------- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/README.Rmd b/README.Rmd index 29900a9..e0af315 100644 --- a/README.Rmd +++ b/README.Rmd @@ -10,13 +10,12 @@ knitr::opts_chunk$set( ) ``` -[![cran checks](https://cranchecks.info/badges/worst/rredlist)](https://cranchecks.info/pkgs/rredlist) -[![R-check](https://github.com/ropensci/rredlist/workflows/R-check/badge.svg)](https://github.com/ropensci/rredlist/actions?query=workflow%3AR-check) +[![cran version](https://www.r-pkg.org/badges/version/rredlist)](https://cran.r-project.org/package=rredlist) +[![R-check](https://github.com/ropensci/rredlist/actions/workflows/R-check.yml/badge.svg)](https://github.com/ropensci/rredlist/actions/workflows/R-check.yml) [![codecov.io](https://codecov.io/github/ropensci/rredlist/coverage.svg?branch=master)](https://codecov.io/github/ropensci/rredlist?branch=master) [![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/rredlist)](https://github.com/r-hub/cranlogs.app) -[![cran version](https://www.r-pkg.org/badges/version/rredlist)](https://cran.r-project.org/package=rredlist) -`rredlist` is an R client for the IUCN Red List (https://apiv3.iucnredlist.org/api/v3/docs). The IUCN Red List is a global list of threatened and endangered species. IUCN Red List docs: https://apiv3.iucnredlist.org/api/v3/docs +`rredlist` is an R client for the IUCN Red List API (https://api.iucnredlist.org). The [IUCN Red List](https://www.iucnredlist.org/) is the world’s most comprehensive information source on the global extinction risk status of animal, fungus and plant species. This package provides access via R to the various data contained within this database which span range details, population size, habitat and ecology, use and/or trade, threats, and conservation actions. ## Installation @@ -31,7 +30,7 @@ Development version ```{r eval=FALSE} remotes::install_github("ropensci/rredlist") # OR -install.packages("rredlist", repos="https://dev.ropensci.org") +install.packages("rredlist", repos = "https://ropensci.r-universe.dev/") ``` ## Meta @@ -42,6 +41,3 @@ install.packages("rredlist", repos="https://dev.ropensci.org") * Please note that this package is released with a [Contributor Code of Conduct](https://ropensci.org/code-of-conduct/). By contributing to this project, you agree to abide by its terms. [![rofooter](https://ropensci.org/public_images/github_footer.png)](https://ropensci.org) - -[token]: https://apiv3.iucnredlist.org/api/v3/token -[redlistr]: https://github.com/red-list-ecosystem/redlistr diff --git a/README.md b/README.md index 00b20b1..609f095 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,12 @@ rredlist ======== - [![cran version](https://www.r-pkg.org/badges/version/rredlist)](https://cran.r-project.org/package=rredlist) -[![cran status](https://badges.cranchecks.info/worst/rredlist.svg)](https://cran.r-project.org/web/checks/check_results_rredlist.html) [![R-check](https://github.com/ropensci/rredlist/actions/workflows/R-check.yml/badge.svg)](https://github.com/ropensci/rredlist/actions/workflows/R-check.yml) [![codecov.io](https://codecov.io/github/ropensci/rredlist/coverage.svg?branch=master)](https://codecov.io/github/ropensci/rredlist?branch=master) [![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/rredlist)](https://github.com/r-hub/cranlogs.app) -`rredlist` is an R client for the IUCN Red List (https://apiv3.iucnredlist.org/api/v3/docs). The IUCN Red List is a global list of threatened and endangered species. IUCN Red List docs: https://apiv3.iucnredlist.org/api/v3/docs +`rredlist` is an R client for the IUCN Red List API (https://api.iucnredlist.org). The [IUCN Red List](https://www.iucnredlist.org/) is the world’s most comprehensive information source on the global extinction risk status of animal, fungus and plant species. This package provides access via R to the various data contained within this database which span range details, population size, habitat and ecology, use and/or trade, threats, and conservation actions. ## Installation @@ -26,7 +24,7 @@ Development version ```r remotes::install_github("ropensci/rredlist") # OR -install.packages("rredlist", repos="https://dev.ropensci.org") +install.packages("rredlist", repos = "https://ropensci.r-universe.dev/") ``` ## Meta @@ -37,6 +35,3 @@ install.packages("rredlist", repos="https://dev.ropensci.org") * Please note that this package is released with a [Contributor Code of Conduct](https://ropensci.org/code-of-conduct/). By contributing to this project, you agree to abide by its terms. [![rofooter](https://ropensci.org/public_images/github_footer.png)](https://ropensci.org) - -[token]: https://apiv3.iucnredlist.org/api/v3/token -[redlistr]: https://github.com/red-list-ecosystem/redlistr