Skip to content

Commit

Permalink
Removed travis and appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
droglenc committed Dec 17, 2020
1 parent 66dd6ed commit 51831ae
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 63 deletions.
2 changes: 0 additions & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
^\.gitignore$
^_pkgdown\.yml
^README\.md
^\.travis\.yml$
^appveyor\.yml$

^\.github
^pkgdown
Expand Down
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# RFishBC 0.2.4 ongoing
* Removed Travis-CI and appveyor.
* No longer using coveralls for coverage statistics. Changed to codecov.io.
* Added GitHub Action for CI/CD (used `usethis::use_github_action_check_standard()`).
* Added GitHub Action for pkgdown (used `usethis::use_github_action("pkgdown")`).
* Added GitHub Action for code coverage with codecov.io.
* Now using ROxygen2 7.1.1.
* `showDigitizedRadii()`: Modified. Now returns the window size in `windowSize` and the pixel width to height ratio in `pixW2H`. This better allows the user to save the `showDigitizedRadii()` image as an image file in a loop (see examples in aaaMakeDataVignetts.R). Eventually this will be used to address [#43](https://github.com/droglenc/RFishBC/issues/43).

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1218245.svg)](https://doi.org/10.5281/zenodo.1218245)
[![CRAN Status](http://www.r-pkg.org/badges/version/RFishBC)](http://www.r-pkg.org/pkg/RFishBC)
[![License](http://img.shields.io/badge/license-GPL%20%28%3E=%203%29-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-3.0.html)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/droglenc/RFishBC?branch=master&svg=true)](https://ci.appveyor.com/project/droglenc/RFishBC)
[![Travis-CI Build Status](https://travis-ci.org/droglenc/RFishBC.svg?branch=master)](https://travis-ci.org/droglenc/RFishBC)
[![Coverage Status](https://img.shields.io/coveralls/droglenc/RFishBC.svg)](https://coveralls.io/r/droglenc/RFishBC?branch=master)

[![CRAN RStudio mirror downloads rate](http://cranlogs.r-pkg.org/badges/RFishBC)
![CRAN RSTudio mirror downloads total](http://cranlogs.r-pkg.org/badges/grand-total/RFishBC)](http://www.r-pkg.org/pkg/RFishBC)
[![Rdoc](http://www.rdocumentation.org/badges/version/RFishBC)](http://www.rdocumentation.org/packages/RFishBC)
Expand Down
45 changes: 0 additions & 45 deletions appveyor.yml

This file was deleted.

0 comments on commit 51831ae

Please sign in to comment.