Skip to content

Commit

Permalink
Update R-devel-check
Browse files Browse the repository at this point in the history
  • Loading branch information
brandmaier committed Mar 25, 2024
1 parent 1f41266 commit 69a1cdb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/R-devel-check
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# check package on latest R devel version
#
on: workflow-dispatch

name: R-CMD-check
Expand All @@ -11,4 +13,5 @@ jobs:
with:
r-version: 'devel'
# Use "renv" to retrieve R version recorded in renv.lock file.
- run: 'R CMD check ./'
- run: 'R CMD build ./'
- run: 'R CMD check semtree*.tar.gz'

0 comments on commit 69a1cdb

Please sign in to comment.