search for: r_build_tar

Displaying 3 results from an estimated 3 matches for "r_build_tar".

2013 Apr 14
1
package file permissions problem R 3.0.0/Windows OS
Dear list members, I'm experiencing a file permissions problem with a package built under Windows with R 3.0.0. I've encountered the problem on two Windows computers, one running Windows 7 and the other Windows 8, and both when I build the package under RStudio or directly in a Windows console via "R CMD build". In particular, the cleanup file for the package, which as I
2013 Apr 03
0
R 3.0.0 is released
...ach(). o R CMD build by default uses the internal method of tar() to prepare the tarball. This is more likely to produce a tarball compatible with R CMD INSTALL and R CMD check: an external tar program, including options, can be specified _via_ the environment variable R_BUILD_TAR. o tools::massageExamples() is better protected against packages which re-define base functions such as cat() and get() and so can cause R CMD check to fail when checking examples. o R CMD javareconf has been enhanced to be more similar to the code used by configure....
2013 Apr 03
0
R 3.0.0 is released
...ach(). o R CMD build by default uses the internal method of tar() to prepare the tarball. This is more likely to produce a tarball compatible with R CMD INSTALL and R CMD check: an external tar program, including options, can be specified _via_ the environment variable R_BUILD_TAR. o tools::massageExamples() is better protected against packages which re-define base functions such as cat() and get() and so can cause R CMD check to fail when checking examples. o R CMD javareconf has been enhanced to be more similar to the code used by configure....