diff --git a/README.md b/README.md index 7c82ebf..0ad837d 100644 --- a/README.md +++ b/README.md @@ -59,20 +59,6 @@ for (pkg in packages) { ``` -
- -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