Skip to content

Commit 45a3c4f

Browse files
authored
Update R package on Windows - from GitHub.yml
1 parent bcabdb5 commit 45a3c4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/R package on Windows - from GitHub.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Install via GitHub
1+
name: Install on Windows via GitHub
22

33
on:
44
push:
@@ -41,7 +41,7 @@ jobs:
4141
if (!requireNamespace("BiocManager", quietly = TRUE)) {
4242
install.packages("BiocManager", repos = "https://cloud.r-project.org")
4343
}
44-
BiocManager::install(c("biomaRt"))
44+
BiocManager::install(c("biomaRt", "AnnotationDbi"))
4545
remotes::install_deps(dependencies = TRUE, repos = "https://cloud.r-project.org")
4646
shell: Rscript {0}
4747

0 commit comments

Comments
 (0)