Skip to content

Commit

Permalink
Merge pull request #145 from kadyb/main
Browse files Browse the repository at this point in the history
update CI
  • Loading branch information
edzer authored May 6, 2024
2 parents d570886 + db94fe8 commit 5e9d051
Show file tree
Hide file tree
Showing 175 changed files with 56 additions and 32,337 deletions.
54 changes: 54 additions & 0 deletions .github/workflows/rcmdcheck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

name: R-CMD-check

jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})

strategy:
fail-fast: false
matrix:
config:
- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-tinytex@v2

- name: Install additional LaTeX packages
run: tlmgr install grfext

- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
131 changes: 0 additions & 131 deletions .github/workflows/tic.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# sp

[![R-CMD-check](https://github.com/edzer/sp/workflows/tic/badge.svg)](https://github.com/edzer/sp/actions)
[![cran checks](https://badges.cranchecks.info/badges/worst/sp.svg)](https://cran.r-project.org/web/checks/check_results_sp.html)
[![rcmdcheck](https://github.com/edzer/sp/actions/workflows/rcmdcheck.yaml/badge.svg)](https://github.com/edzer/sp/actions/workflows/rcmdcheck.yaml)
[![cran checks](https://badges.cranchecks.info/worst/sp.svg)](https://cran.r-project.org/web/checks/check_results_sp.html)
[![Downloads](http://cranlogs.r-pkg.org/badges/sp?color=brightgreen)](http://www.r-pkg.org/pkg/sp)

R Classes and Methods for Spatial Data.
Expand Down
145 changes: 0 additions & 145 deletions docs/404.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/_config.yml

This file was deleted.

Loading

0 comments on commit 5e9d051

Please sign in to comment.