SkillAgentSearch skills...

CompGenomRData

Data for book

Install / Use

/learn @compgenomr/CompGenomRData
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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://api.github.com/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

Related Skills

View on GitHub
GitHub Stars63
CategoryDevelopment
Updated5mo ago
Forks40

Languages

R

Security Score

72/100

Audited on Nov 4, 2025

No findings