[R] Installing packages.
Uwe Ligges
ligges at statistik.uni-dortmund.de
Fri Jun 29 22:38:22 CEST 2007
Marcus Vinicius wrote:
> Dear,
>
> I'm not getting Installing packages:
>
>
>> install.packages(c("exactRankTests"))
> trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/PACKAGES'
> Content type `text/plain' length 26129 bytes
> opened URL
> downloaded 25Kb
This means you are using R-2.0.x? This is really ancient. Please upgrade
to a more recent version of R.
Before using function from the installed package, you have to load it:
library("exactRankTests")
Uwe Ligges
> trying URL `http://cran.r-
> project.org/bin/windows/contrib/2.0/exactRankTests_0.8-10.zip'
> Content type `application/zip' length 187723 bytes
> opened URL
> downloaded 183Kb
>
> package 'exactRankTests' successfully unpacked and MD5 sums checked
>
> Delete downloaded files (y/N)? y
>
> updating HTML package descriptions
>> ? exactRankTests
> No documentation for 'exactRankTests' in specified packages and libraries:
> you could try 'help.search("exactRankTests")'
>
>
>
> How do I do?
>
> Thanks a lot.
>
> Marcus Vinicius
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> 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.
More information about the R-help
mailing list