andrelmartins / bigWig

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

install bigWig #7

Open liuyu988 opened 1 year ago

liuyu988 commented 1 year ago

I install this package by:

but I get this error and can't install this package, could you help me ? Warning: invalid package ‘bigWig’ Error: ERROR: no packages specified

guertinlab commented 1 year ago

you may not be in the directory. You can try this:

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