From ad134be8a39e4dc988c9b8f692019b4520f1d684 Mon Sep 17 00:00:00 2001 From: robinlovelace Date: Fri, 26 Apr 2024 10:43:34 +0100 Subject: [PATCH] Update status badge --- README.Rmd | 2 +- README.md | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.Rmd b/README.Rmd index 1e1d9d42..64e6a938 100644 --- a/README.Rmd +++ b/README.Rmd @@ -22,7 +22,7 @@ knitr::opts_chunk$set( [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/stplanr)](https://cran.r-project.org/package=stplanr) [![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![](https://badges.ropensci.org/10_status.svg)](https://github.com/ropensci/software-review/issues/10) -[![R-CMD-check](https://github.com/ropensci/stplanr/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/stplanr/actions) +[![R-CMD-check](https://github.com/ropensci/stplanr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/stplanr/actions/workflows/R-CMD-check.yaml) ```{r, echo=FALSE, message=FALSE, warning=FALSE} library(stplanr) diff --git a/README.md b/README.md index f72caa21..29fc5f59 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ downloads](https://cranlogs.r-pkg.org/badges/stplanr)](https://github.com/r-hub/ [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/stplanr)](https://cran.r-project.org/package=stplanr) [![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![](https://badges.ropensci.org/10_status.svg)](https://github.com/ropensci/software-review/issues/10) -[![R-CMD-check](https://github.com/ropensci/stplanr/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/stplanr/actions) +[![R-CMD-check](https://github.com/ropensci/stplanr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/stplanr/actions/workflows/R-CMD-check.yaml) **stplanr** is a package for sustainable transport planning with R. @@ -155,13 +155,9 @@ routes <- route( returnclass = "sf" ) #> Warning: "returnclass" is deprecated. - #> Warning: "returnclass" is deprecated. - #> Warning: "returnclass" is deprecated. - #> Warning: "returnclass" is deprecated. - #> Warning: "returnclass" is deprecated. plot(sf::st_geometry(routes)) plot(desire_lines, col = "red", add = TRUE)