Skip to content

Commit bcabdb5

Browse files
authored
Merge pull request #10 from LewisResearchGroup/fix-install
Fix install
2 parents 481835a + 6a13327 commit bcabdb5

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

DESCRIPTION

+5-9
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,9 @@ Imports:
1717
ggplot2,
1818
ggridges,
1919
Rcpp,
20-
tcltk,
21-
tcltk2,
2220
magrittr,
23-
future,
24-
biomaRt,
2521
futile.logger,
26-
shiny,
2722
ggrepel,
28-
BiocManager,
29-
remotes,
30-
AnnotationDbi,
3123
ggseqlogo,
3224
viridis,
3325
VennDiagram,
@@ -38,5 +30,9 @@ Imports:
3830
Suggests:
3931
testthat,
4032
knitr,
41-
rcmdcheck
33+
rcmdcheck,
34+
shiny,
35+
future,
36+
tcltk,
37+
tcltk2
4238
RoxygenNote: 7.2.3

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Before installing DigestR, ensure that `BiocManager` is installed to manage Bioc
3030
if (!requireNamespace("BiocManager", quietly = TRUE))
3131
install.packages("BiocManager")
3232

33-
BiocManager::install("biomaRt")
33+
BiocManager::install(c("AnnotationDbi", "biomaRt"))
3434
```
3535

3636
### Step 1: Install and load the devtools package

0 commit comments

Comments
 (0)