search for: rinxxxxxxxx

Displaying 1 result from an estimated 1 matches for "rinxxxxxxxx".

Did you mean: _0nxxxxxxxx
2019 Dec 13
1
tempdir() containing spaces breaks installing source packages
...ng able to find the package file. In other invocations of R CMD INSTALL in the same file, the path is properly quoted. - src/library/tools/R/check.R line 125 contains an unquoted temporary file path passed to system2, which results in Rterm.exe -f not being able to find the RtmpXXXXXX\RinXXXXXXXX file, causing the attempt to run tools:::makeLazyLoading(...) to fail. I can report these two problems (thanks to Martin Maechler for the Bugzilla account and the advice) and attach the patches required to fix them, but there might be more. The bug report [**] is somewhat relevant here (though...