Skip to content

compgenomr/compGenomRData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data package for "Computational Genomics with R" book

This repository contains the data for the book content and exercises for "Computational Genomics with R" book published by CRC press.

How to install

devtools::install_github("compgenomr/compGenomRData")

if you get errors similar to this

Downloading GitHub repo compgenomr/compGenomRData@HEAD
Error in utils::download.file(url, path, method = method, quiet = quiet,  : 
  download from 'https://github.com/gitapi/repos/compgenomr/compGenomRData/tarball/HEAD' failed

Try increasing the timeout before running devtools::install_github("compgenomr/compGenomRData")

options(timeout=300)

If this doesn't work, download the tar.gz file from here https://github.com/compgenomr/compGenomRData/releases/tag/v1.0. then use the following line on the terminal to install the package from source.

R CMD INSTALL compGenomRData-1.0.tar.gz