Skip to content

Commit

Permalink
dt
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Sep 3, 2023
1 parent 479dca9 commit 78c4856
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ jobs:
- name: Debug
if: matrix.config.os == 'windows-latest' && matrix.config.bioc == 'devel'
run: |
install.packages("devtools")
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 78c4856

Please sign in to comment.