Dear all I am trying to build a package, and get the error message: ""packaging into .tar.gz failed"". I have also installed the same package directly from a locally created zip file. In this case, the package is put correctly under C:\R\R-2.15.0\library. However, when I check the package, I get another error message, stating "ERROR: compilation failed for package". I use a 64 bit computer. Before attempting the installation, I had created the following path: PATH = C:\R\R-2.15.0\bin\x64; c:\R\Rtools\bin; C:\R\Rtools\gcc-4.6.3\bin64; C:\MiKTeX\miktex\miktex\bin; c:\windows; c:\windows\system32; C:\Windows\SysWOW64; C:\Program Files (x86)\Inno Setup 5. I have re-installed today the most recent version of Rtools. Does anyone have an idea what is going wrong here? Laurent Franckx, PhD Expert VITO NV Boeretang 200, 2400 MOL, Belgium Tel. + 32 14 33 58 22 Skype: laurent.franckx laurent.franckx at vito.be Visit our website: www.vito.be/english and http://www.vito.be/transport http://www.vito.be/e-maildisclaimer
> I am trying to build a package, and get the error message: > ""packaging into .tar.gz failed"".Did the package pass an RCMD check first? S ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}
On 13.08.2012 17:10, Franckx Laurent wrote:> Dear all > I am trying to build a package, and get the error message: ""packaging into .tar.gz failed"". > I have also installed the same package directly from a locally created zip file. In this case, the package is put correctly under C:\R\R-2.15.0\library. However, when I check the package, I get another error message, stating "ERROR: compilation failed for package". > I use a 64 bit computer. > Before attempting the installation, I had created the following path: PATH = C:\R\R-2.15.0\bin\x64; c:\R\Rtools\bin; C:\R\Rtools\gcc-4.6.3\bin64; C:\MiKTeX\miktex\miktex\bin; c:\windows; c:\windows\system32; C:\Windows\SysWOW64; C:\Program Files (x86)\Inno Setup 5. > I have re-installed today the most recent version of Rtools. > Does anyone have an idea what is going wrong here?Unsufficient information to know that, but the PATH above is incorrect, you must not have spaces between the separate directories. In addition, we need full information what you tried when you said R CMD build and how the directory looked like. Do you have write permission in the parent directory etc. Uwe Ligges> > Laurent Franckx, PhD > Expert > VITO NV > Boeretang 200, 2400 MOL, Belgium > Tel. + 32 14 33 58 22 > Skype: laurent.franckx > laurent.franckx at vito.be > Visit our website: www.vito.be/english and http://www.vito.be/transport > > > > > > > > http://www.vito.be/e-maildisclaimer > > ______________________________________________ > R-help at r-project.org 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. >
Hi, Could you indicate the way you resolved?. I am having the same problem you had, and I can't resolve it. What do you mean when you say that folders have be in front?. Thanks in advance. Eva -- View this message in context: http://r.789695.n4.nabble.com/creation-of-package-failed-tp4640165p4640488.html Sent from the R help mailing list archive at Nabble.com.
Maybe Matching Threads
- CPU usage while running R code
- Error in memory.size(size) when calling R in batch mode (but not in interactive mode)
- R/C++ interfaces: crashes when using .c(), followed by correct results when R restarted
- LoadLibrary failure: : %1 is not a valid Win32 application although arch x64 has been specified
- Problems with building R from sources