On Thu, 27 Sep 2018, Swapan Kumar Tripathy wrote:
I have successfully installed R, but could not install the R/qtl. There is instruction that "To install R/qtl, the simplest approach is to start R and type install.packages("qtl"). But, I do not find any step where to type install.packages("qtl") during the process of installing R. Kindly, advice me and suggest steps to install R/qtl. Looking forward your suggestion.
Swapan, After installing R you need to invoke the application before you can use it. From the command line type R When it loads you'll see the prompt > and you can then type install.packages("qtl") R will ask you to select a repository, then proceed to install the package for you. Regards, Rich ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.