Skip to content

problem with rcmd build R-devel

2 messages · Brian Ripley

#
`R-devel' is said to be Under development (unstable), so please don't 
report problems to R-help.  (There is an R-devel list to which I have 
diverted this).

The problem is a problem in trying to cope with TMPDIR with spaces in,
now fixed, I hope (since it depended on the exact toolset in use).
On Tue, 20 Jan 2004, James MacDonald wrote:

            
Notice that is *not* the same error message, and it is not relevant.

The clue is the set of quotes around the directory name.  Had you copied 
an actual example such as

Error: cannot change to directory `'c:/TEMP/Rbuild.3796''

I would have got there a lot sooner.  As the FAQ asks, please report what 
actually happened, not hypotheses.
It is INSTALL not install!
#
On further investigation, the problem goes away if you change the usages 
of system() in build to R_system().  The latter was introduced to avoid 
exactly the sort of shell-dependent quoting hell that has happened here.
On Wed, 21 Jan 2004, Prof Brian Ripley wrote: