Skip to content

Commit

Permalink
With rspm github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dmenne committed Oct 10, 2024
1 parent 80f2033 commit fdbc7d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
fail-fast: true
matrix:
config:
# - {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
# - {os: macOS-latest, r: 'release'}
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
# - {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
Expand All @@ -32,7 +32,7 @@ jobs:

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

- uses: r-lib/actions/setup-r-dependencies@v2
# Use this when coverage fails for unknown reasons
Expand Down
1 change: 1 addition & 0 deletions anomanor.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: 93fcd221-86b5-472f-9aad-a772a8a6f95b

RestoreWorkspace: Default
SaveWorkspace: Default
Expand Down

0 comments on commit fdbc7d9

Please sign in to comment.