[R] Installation of R/qtl
Rich Shepard
r@hep@rd @end|ng |rom @pp|-eco@y@@com
Thu Sep 27 17:32:47 CEST 2018
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
More information about the R-help
mailing list