Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ingewortel/celltrackR
Browse files Browse the repository at this point in the history
  • Loading branch information
ingewortel committed Aug 23, 2024
2 parents 5dff516 + ba5a0b4 commit 92f46e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- {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'}
# remove temporarily because r version not high enough to work with rjson
# - {os: ubuntu-latest, r: 'oldrel-1'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -45,7 +46,8 @@ jobs:
needs: check

- name: Custom R
run: message( "currently not used" )
run : install.packages( "devtools" ); devtools::check( manual = TRUE, remote = TRUE )
#run: message( "currently not used" )
shell: Rscript {0}

- uses: r-lib/actions/check-r-package@v2
Expand Down

0 comments on commit 92f46e9

Please sign in to comment.