antigen.garnish
antigen.garnish copied to clipboard
Error in library(rio) : there is no package called ‘rio’
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)