vcfR package not available for R version 4.0.1

I am new to this forum. but I am trying to use a package called vcfR, however I am getting the following error message.

I would be grateful for any suggestions to resolve.

install.packages('vcfR')
Warning in install.packages :
package ‘vcfR’ is not available (for R version 4.0.1)

That package is no longer on CRAN but you can try to install it from GitHub

devtools::install_github(repo="knausb/vcfR")
library(vcfR) 
1 Like

Thank you! it has worked well from git_hib.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.