Um texto embutido e sem conjunto de caracteres especificado associado... Nome: n?o dispon?vel Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070629/17f7d932/attachment.pl
require(exactRankTests) -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40" S 49° 16' 22" O On 29/06/07, Marcus Vinicius <mvinic@gmail.com> 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 > > 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@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. >[[alternative HTML version deleted]]
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 25KbThis 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.