Skip to content

Commit

Permalink
tries to fix error encountered in normalizing affy data
Browse files Browse the repository at this point in the history
  • Loading branch information
rmflight committed May 2, 2024
1 parent 74576cf commit 8c6d1da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: rcmdcheck

- name: Reinstall preprocessCore
run: BiocManager::install("preprocessCore", configure.args = c(preprocessCore = "--disable-threading"), force= TRUE, update=TRUE, type = "source")
shell: Rscript {0}

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

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: categoryCompare2
Version: 0.100.17
Version: 0.100.18
Title: Meta-Analysis of High-Throughput Experiments Using Feature
Annotations
Author: Robert M. Flight <rflight79@gmail.com>
Expand Down

0 comments on commit 8c6d1da

Please sign in to comment.