Skip to content

Commit 312d19b

Browse files
committed
Update README
1 parent 2863adb commit 312d19b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ All informations about DRomics can also be found at <a href="https://lbbe.univ-l
4141
The `limma` and `DESeq2` packages from Bioconductor must be installed for the use of `DRomics` (can take a long time):
4242

4343
```r
44-
if (!requireNamespace("BiocManager", quietly = TRUE))
44+
if (!requireNamespace("BiocManager", quietly = TRUE)) {
4545
install.packages("BiocManager")
46-
else
46+
} else {
4747
BiocManager::install(ask = FALSE, update = TRUE)
48+
}
4849

4950
BiocManager::install(c("limma", "DESeq2"))
5051
```

0 commit comments

Comments
 (0)