Skip to content

Commit

Permalink
updating version of the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rmflight committed Nov 28, 2023
1 parent 0f3abff commit 050936f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

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

- uses: r-lib/actions/setup-r@v1
- 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@v1
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v1
- uses: r-lib/actions/check-r-package@v2
with:
error-on: '"error"'

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ScanCentricPeakCharacterization
Title: Functionality for Characterizing Peaks in Mass Spectrometry in a
Scan-Centric Manner
Version: 0.3.61
Version: 0.3.62
Date: 2023-11-28
Authors@R: person(given = c("Robert", "M"), family = c("Flight"), email
= "[email protected]", role = c("aut", "cre"))
Expand Down

0 comments on commit 050936f

Please sign in to comment.