install.packages("library(vcfR)")

Trying to install.packages("library(vcfR)")
Warning in install.packages :
package ‘library(vcfR)’ is not available (for R version 3.6.1)

then installed this one;
Rtools35.exe (recommended)

but still the same message??? Please advise....

Hi @NazR, welcome to RStudio Community.

You are mixing two commands. First, you should call install.packages("vcfR") to download and install the vcfR package on your machine. Then you load it into your session with library(vcfR).

you are right! siddharthprabhu Now I successfully installed! Thanks!

1 Like

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