You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: