From 3eed5760b260689058e4aad718fb51138c8954e1 Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Wed, 3 Apr 2024 12:00:52 -0700 Subject: [PATCH] Add additional R CMD checks --- .Rbuildignore | 2 +- .github/workflows/R-CMD-check.yaml | 4 ++-- .gitignore | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 1607bab0b..41f8b9ec0 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -20,4 +20,4 @@ ^Dockerfile$ ^CRAN-SUBMISSION$ ^vignettes/web_only$ -^revdep$ +revdep/ diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 482b6ec7e..5576727be 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -19,10 +19,10 @@ jobs: fail-fast: false matrix: config: - # - {os: windows-latest, r: 'release'} + - {os: windows-latest, r: 'release'} - {os: macOS-latest, r: 'release'} - {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'} - # - {os: ubuntu-latest, r: 'release'} + - {os: ubuntu-latest, r: 'release'} # - {os: ubuntu-latest, r: 'oldrel-1'} env: diff --git a/.gitignore b/.gitignore index 3bc3a350e..4f0c863d1 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ README_cache/* /doc/ /Meta/ Dockerfile +revdep/