Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install bigWig #7

Open
liuyu988 opened this issue May 28, 2023 · 1 comment
Open

install bigWig #7

liuyu988 opened this issue May 28, 2023 · 1 comment

Comments

@liuyu988
Copy link

liuyu988 commented May 28, 2023

I install this package by:

  • R CMD INSTALL bigWig

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
Copy link
Contributor

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants