Skip to content

Commit

Permalink
ci: add RCurl to Suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Apr 3, 2024
1 parent 93a45c3 commit 7815648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ jobs:
## Workaround for problems with cached S4objects in binary packages
BiocManager::install("GenomeInfoDb", force = TRUE, type = "source")
BiocManager::install("BiocParallel", force = TRUE, type = "source")
BiocManager::install("S4Vectors", force = TRUE, type = "source")
BiocManager::install("SummarizedExperiment", force = TRUE, type = "source")
Expand Down
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ Suggests:
multtest,
MsBackendMgf,
signal,
mgcv
mgcv,
RCurl
Enhances:
Rgraphviz,
rgl
Expand Down

0 comments on commit 7815648

Please sign in to comment.