Skip to content

Commit

Permalink
Updated GitHub workflow R-CMD-check
Browse files Browse the repository at this point in the history
R-CMD-check currently fails on ubuntu release and ubuntu oldrel-1 because it can't find RcppZiggurat.

"Error in `dyn.load(file, DLLpath = DLLpath, ...)`: unable to load shared object '/home/runner/work/_temp/Library/RcppZiggurat/libs/RcppZiggurat.so':
  libgsl.so.27: cannot open shared object file: No such file or directory"

Temporarily turning off the checks for ubuntu.
  • Loading branch information
stephaniereinders committed Jan 3, 2025
1 parent 61daf47 commit 2409173
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}

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

0 comments on commit 2409173

Please sign in to comment.