Skip to content

Commit

Permalink
Simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Sep 3, 2023
1 parent 78c4856 commit d476f72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R-CMD-check.yaml
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v1
with:
extra-packages: rcmdcheck, optparse, magick, BiocManager
extra-packages: rcmdcheck, optparse, magick, BiocManager, devtools


- name: Install BiocCheck
Expand All @@ -64,7 +64,6 @@ 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)
Expand Down

0 comments on commit d476f72

Please sign in to comment.