Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicenJoyHenning authored Dec 2, 2024
1 parent 8203170 commit 2c898be
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,6 @@ for (pkg in packages) {

```

<br>

Be sure to load these into your environment before continuing with ```limiric``` installation
```R

packages <- c("cowplot", "devtools", "dplyr", "ggplot2", "Matrix", "png", "Seurat", "SoupX")

for (pkg in packages) {
if (!require(pkg, character.only = TRUE)) {
library(pkg)
}
}

```
> Please check the associated documentation if problems occur in the installation of any of the prerequisite packages

Expand Down

0 comments on commit 2c898be

Please sign in to comment.