trouble installing poRe_0.16.tar.gz
An R package to enable visualisation of nanopore sequencing data
Brought to you by:
mw55309
Trying to install poRe (poRe_0.16.tar.gz) in R 3.1.1 on a Mac returns this message:
ERROR: dependencies ‘shiny’, ‘data.table’, ‘svDialogs’ are not available for package ‘poRe’
I'm updating because older version can't seem to get fastq from Mk1 fast5 data files.
Bonnie
This worked!
install.packages(c("shiny","svDialogs","data.table"))
Once that finished, reinstalling poRe was successful.