thank you Martin , but the problem now is that when I run " R CMD INSTALL -c SJava.tar .gz" I have the message " perl n'est pas reconnue en tant que command interne ou externe" [[alternative HTML version deleted]]
miniar mansouri wrote:> thank you Martin , but the problem now is that when I run " R CMD INSTALL -c SJava.tar .gz" I have the message " perl n'est pas reconnue en tant que command interne ou externe" > [[alternative HTML version deleted]]So what about installing perl on your machine - or adding it to the PATH, if it already is installed? Uwe Ligges> _____________________________________________ > 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
When I run the code : R CMD INSTALL -c SJava_0.69-0.tar.gz i have: "gzip:stdin:invalid compressed data--crc error tar:child returned status 1 cannot untar the package" what i do? [[alternative HTML version deleted]]
I guess that you are on Windows, and that you need to install the tools required to build R packages. The instructions for doing this are at http://www.r-project.org/ and then visiting the "Manuals" and 'R Installation and Administration" links. See especially section 3 and appendix F. This can be difficult. You will likely face additional difficulties even after establishing the tools required for building R packages; I do not think this will be an 'easy' process. Martin miniar mansouri <miniarmansouri at yahoo.fr> writes:> When I run the code : R CMD INSTALL -c SJava_0.69-0.tar.gz > i have: > > "gzip:stdin:invalid compressed data--crc error > tar:child returned status 1 > cannot untar the package" > what i do? > [[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