From b0728ba9aaf02801ce683dda388a8c88156fa276 Mon Sep 17 00:00:00 2001 From: Jacob Wagner Date: Tue, 4 Aug 2020 18:08:37 -0700 Subject: [PATCH] Remove now-unnecessary separate installation of colortable from README --- readme.Rmd | 1 - readme.md | 1 - 2 files changed, 2 deletions(-) diff --git a/readme.Rmd b/readme.Rmd index a027bb9..0c52ce0 100644 --- a/readme.Rmd +++ b/readme.Rmd @@ -14,7 +14,6 @@ library(knitr) ## Installation ```{r, eval=FALSE} -remotes::install_github("thebioengineer/colortable") remotes::install_github("RGLab/cytoqc") ``` diff --git a/readme.md b/readme.md index 5cc0eee..311a305 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,6 @@ the cytodata . ## Installation ``` r -remotes::install_github("thebioengineer/colortable") remotes::install_github("RGLab/cytoqc") ```