andrelmartins / bigWig

R interface to query UCSC bigWig files
14 stars 8 forks source link

installation #2

Closed ebb123 closed 4 years ago

ebb123 commented 5 years ago

I'm trying to install bigWig using install_github("andrelmartins/bigWig" but I'm getting an error "Not Found." Could someone help me?

mjg54 commented 5 years ago

specify the subdir:

install.packages("devtools") devtools::install_github("andrelmartins/bigWig", subdir="bigWig")