Skip to content

testing r cmd check update to tidyverse #198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 9 commits into from
Closed
10 changes: 2 additions & 8 deletions .github/workflows/r-cmd-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}
container:
image: docker.io/rocker/geospatial:4.4.1

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

Expand All @@ -33,14 +35,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- 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
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@ name: Code coverage
jobs:
test-coverage:
runs-on: ubuntu-latest
container:
image: docker.io/rocker/geospatial:4.4.2

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

steps:
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# CFAEpiNow2Pipeline v0.2.0

## Features
* Updating R CMD check to use rocker image
* Automate creation of outlier csv for nssp-elt-2/outliers
* Fix 'latest' tag for CI
* Updated path for read/write of data outliers
Expand Down
Loading