Skip to content

Commit

Permalink
Added Ubuntu R check to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
japilo committed Oct 11, 2023
1 parent b1d2d52 commit 1590dba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
config:
- os: macos-latest
- os: windows-latest
- os: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-tinytex@v2
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Local R 4.3.1 installation on Windows 10
- Local R 4.3.1 installation on macOS 14.0 (intel chip)
- Windows, R-devel (via win-builder)
- Ubuntu Linux 20.04.1 LTS, R-release (via r-hub)
- Fedora Linux, R-devel (via r-hub)

# R CMD check results

Expand Down

0 comments on commit 1590dba

Please sign in to comment.