From 2c898bed4c9c785841e9c9092cab27d9fdb47893 Mon Sep 17 00:00:00 2001 From: Alicen Henning <129797527+AlicenJoyHenning@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:30:01 +0200 Subject: [PATCH] Update README.md --- README.md | 14 -------------- 1 file changed, 14 deletions(-) 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