antigen.garnish icon indicating copy to clipboard operation
antigen.garnish copied to clipboard

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

Open gr125 opened this issue 5 months ago • 0 comments

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) 

gr125 avatar Aug 23 '24 17:08 gr125