Skip to content
Snippets Groups Projects
Commit 8689a5ed authored by grandjeanlab's avatar grandjeanlab
Browse files

correcting reshape to reshape2

parent 264382a5
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,9 @@ Download DABEST
# you just need to run these once.
install.packages('devtools')
install.pacakges("reshape")
install.pacakges("reshape2")
install.pacakges("wesanderson")
devtools::install_github("ACCLAB/dabestr")
devtools::install_github("karthik/wesanderson")
```
......@@ -27,7 +29,7 @@ library(tidyverse)
library(glue)
library(dabestr)
library(wesanderson) # see https://github.com/karthik/wesanderson
library(reshape)
library(reshape2)
pal <- wes_palette("Darjeeling1")
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment