From 85a6009ec667df84000ef8292be51b55f4e52d36 Mon Sep 17 00:00:00 2001 From: Dave Slager Date: Wed, 17 Jan 2024 21:51:59 -0800 Subject: [PATCH] rm defunct travis and appveyor CI and badges --- .Rbuildignore | 2 -- .travis.yml | 16 ---------------- README.Rmd | 3 --- README.md | 6 ------ appveyor.yml | 26 -------------------------- codemeta.json | 2 +- 6 files changed, 1 insertion(+), 54 deletions(-) delete mode 100644 .travis.yml delete mode 100644 appveyor.yml diff --git a/.Rbuildignore b/.Rbuildignore index 90e9cca..8f83fc9 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,7 +1,5 @@ .gitignore ^Makefile$ -.travis.yml -appveyor.yml man-roxygen ^.*\.Rproj$ ^\.Rproj\.user$ diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 20c4769..0000000 --- a/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -language: r -sudo: false -cache: packages - -r_packages: - - rmarkdown - -after_success: - - Rscript -e 'covr::codecov()' - -notifications: - email: - on_success: change - on_failure: change - slack: - secure: RKJIIMB1O1DD8VCqtR5Xt+RDi1GNum+UXHpYhNvB9uQrEzOiN9lhWoRjR4rVNshZX9IqwMgtwmtjajsx+1ZANRlZtuvK+6BFX05/kCRL1BNmTz/3mh4lI3YfOy6PHKhDaPAYrL5EUVeU4tgOwq4MG5oBcF3aYQsJ/NzYjs5prCs= diff --git a/README.Rmd b/README.Rmd index 0a569e4..e70e017 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,9 +17,6 @@ knitr::opts_chunk$set( [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/) [![R-CMD-check](https://github.com/ropensci/rebird/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/rebird/actions/workflows/R-CMD-check.yaml) -[![Build Status](https://api.travis-ci.org/ropensci/rebird.png)](https://travis-ci.org/ropensci/rebird) -[![Build status](https://ci.appveyor.com/api/projects/status/s3dobn991c20t2kg?svg=true)](https://ci.appveyor.com/project/sckott/rebird) -[![cran checks](https://cranchecks.info/badges/worst/rebird)](https://cranchecks.info/pkgs/rebird) [![Coverage Status](https://coveralls.io/repos/ropensci/rebird/badge.svg)](https://coveralls.io/github/ropensci/rebird) [![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/rebird)](https://github.com/r-hub/cranlogs.app) [![cran version](https://www.r-pkg.org/badges/version/rebird)](https://cran.r-project.org/package=rebird/) diff --git a/README.md b/README.md index 1c9fdbf..f62623a 100755 --- a/README.md +++ b/README.md @@ -8,12 +8,6 @@ state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/) [![R-CMD-check](https://github.com/ropensci/rebird/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/rebird/actions/workflows/R-CMD-check.yaml) -[![Build -Status](https://api.travis-ci.org/ropensci/rebird.png)](https://travis-ci.org/ropensci/rebird) -[![Build -status](https://ci.appveyor.com/api/projects/status/s3dobn991c20t2kg?svg=true)](https://ci.appveyor.com/project/sckott/rebird) -[![cran -checks](https://cranchecks.info/badges/worst/rebird)](https://cranchecks.info/pkgs/rebird) [![Coverage Status](https://coveralls.io/repos/ropensci/rebird/badge.svg)](https://coveralls.io/github/ropensci/rebird) [![rstudio mirror diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index bdc730a..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,26 +0,0 @@ -environment: - R_VERSION: stable - -init: - ps: | - $ErrorActionPreference = "Stop" - Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1" - Import-Module '..\appveyor-tool.ps1' - -install: - ps: Bootstrap - -build_script: - - travis-tool.sh install_deps - -test_script: - - travis-tool.sh run_tests - -on_failure: - - travis-tool.sh dump_logs - -notifications: - - provider: Slack - auth_token: - secure: S3AcHEoJHUtahR5N8ConStS8oV/+x34tS1bDGM3OD0QxDKBBxufeiMmXQsId1gZu - channel: '#builds' diff --git a/codemeta.json b/codemeta.json index b9e7a7d..7542171 100644 --- a/codemeta.json +++ b/codemeta.json @@ -185,7 +185,7 @@ "applicationCategory": "DataAccess", "isPartOf": "https://ropensci.org", "keywords": ["birds", "birding", "ebird", "database", "data", "biology", "observations", "sightings", "ornithology", "rstats", "ebird-api", "r", "ebird-webservices", "spocc", "r-package"], - "contIntegration": ["https://travis-ci.org/ropensci/rebird", "https://ci.appveyor.com/project/sckott/rebird", "https://coveralls.io/r/ropensci/rebird"], + "contIntegration": ["https://github.com/ropensci/rebird/blob/master/.github/workflows/R-CMD-check.yaml", "https://coveralls.io/r/ropensci/rebird"], "releaseNotes": "https://github.com/ropensci/rebird/blob/master/NEWS.md", "readme": "https://github.com/ropensci/rebird/blob/master/README.md", "fileSize": "45165.535KB",