Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

error : no package called 'myvariant' #6

Open
robinc3 opened this issue May 15, 2018 · 1 comment
Open

error : no package called 'myvariant' #6

robinc3 opened this issue May 15, 2018 · 1 comment
Labels

Comments

@robinc3
Copy link

robinc3 commented May 15, 2018

Hi,

I'm getting the following error, using proxysnps in R studio:

d <- get_proxies(query="rs17216707")
#> Error in loadNamespace(name) : there is no package called ‘myvariant’

Any thoughts?

Thank you!

Cassy

@slowkow
Copy link
Owner

slowkow commented May 15, 2018

Hi Cassy,

Thanks for point this out. The dependency on the myvariant isn't specified properly.

Try this:

source("https://bioconductor.org/biocLite.R")
biocLite("myvariant")

Let me know if you run into any other issues!

@slowkow slowkow added the bug label May 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants