Skip to content

Commit

Permalink
Remove travis, appveyor and codemeta.
Browse files Browse the repository at this point in the history
* Travis and appveyor replaced by GitHub actions.
* `codemetar` package not available on SCOTS. Equivalent info available in `DESCRIPTION`.
  • Loading branch information
alice-hannah committed Oct 14, 2024
1 parent 3bc9326 commit 6ee82d5
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 267 deletions.
3 changes: 0 additions & 3 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
^appveyor\.yml$
^codemeta\.json$
^.*\.Rproj$
^\.Rproj\.user$
^README\.Rmd$
^README-.*\.png$
^\.travis\.yml$
sessionInfoLog
^data-raw$
CODE_OF_CONDUCT.md
Expand Down
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ bug, create an associated issue and illustrate the bug with a minimal
### Making pull requests

* We recommend that you create a Git branch for each pull request (PR).
* Look at the Travis and AppVeyor build status before and after making changes.
The `README` should contain badges for any continuous integration services used
* Look at the package build status before and after making changes.
The `README` should contain badges for GitHub Actions used
by the package.
* We recommend the tidyverse [style guide](http://style.tidyverse.org).
You can use the [styler](https://CRAN.R-project.org/package=styler) package to
Expand Down
2 changes: 1 addition & 1 deletion .lintr
Original file line number Diff line number Diff line change
@@ -1 +1 @@
linters: with_defaults(line_length_linter(360))
linters: linters_with_defaults(line_length_linter(360))
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

53 changes: 0 additions & 53 deletions appveyor.yml

This file was deleted.

192 changes: 0 additions & 192 deletions codemeta.json

This file was deleted.

1 change: 0 additions & 1 deletion inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
AppVeyor
csv
datazones
Datazones
Expand Down

0 comments on commit 6ee82d5

Please sign in to comment.