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

Error in library(rio) : there is no package called ‘rio’ #160

Open
gr125 opened this issue Aug 23, 2024 · 0 comments
Open

Error in library(rio) : there is no package called ‘rio’ #160

gr125 opened this issue Aug 23, 2024 · 0 comments

Comments

@gr125
Copy link

gr125 commented Aug 23, 2024

Hi,

I have followed the instructions to install the software via Docker, but but I am not able to load the rio package to use the tool with annotated VCF file.

> library(rio) # package to import Excel and other tables
Error in library(rio) : there is no package called ‘rio’

I think this may be because rio requires R >= 4.0, which does not match the R environment in the Dockerfile. I tried to install rio and got this error:

> install.packages("rio")
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Warning message:
package ‘rio’ is not available (for R version 3.6.3) 
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

1 participant