Skip to content

Commit

Permalink
update action check
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcaceres committed May 25, 2024
1 parent cfd70d3 commit af670ad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

name: R-CMD-check

permissions: read-all

jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}
Expand All @@ -29,7 +31,7 @@ jobs:
R_KEEP_PKG_SOURCE: yes

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

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

Expand All @@ -47,3 +49,4 @@ jobs:
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
13 changes: 7 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
## Error fixing submission
## Major change submission

This submission (v3.2.0) tries to fix a bug originated in package Rcpp and propagated to our package.
This submission (v4.3.1) incorporates many new features compared to previous versions.

## Tested environments

* local R installation (Arch Linux), R 4.3.1
* local R installation (Arch Linux), R 4.4.0
* windows-latest (on github actions), R release
* macOS (on github actions), macos-13 on GitHub
* macOS-latest (on github actions), R release
* ubuntu-latest (on github actions), R release
* ubuntu-latest (on github actions), R devel
* ubuntu-latest (on github actions), R oldrel-1
* win-builder (release)
* win-builder (devel)
* win-builder (old-rel)
* valgrid (on github actions), R-devel, Fedora Linux 38
* clang18 (on github actions), R-devel, Ubuntu 22.04.4 LTS
* clang-asan (on github actions), R-devel, Ubuntu 22.04.4 LTS

## R CMD check results

Expand Down

0 comments on commit af670ad

Please sign in to comment.