Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Sep 3, 2023
1 parent 0dce4b3 commit 479dca9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ jobs:
uses: r-lib/actions/setup-pandoc@v2
if: matrix.config.image == null

- name: Debug
if: matrix.config.os == 'windows-latest' && matrix.config.bioc == 'devel'
run: |
devtools::load_all()
m <- matrix(rnorm(2000), ncol=20)
out <- fitsne(m, random_state = 42L)
shell: Rscript {0}

- name: Check
uses: r-lib/actions/check-r-package@v2

Expand Down

0 comments on commit 479dca9

Please sign in to comment.