Displaying 1 result from an estimated 1 matches for "codeext".
Did you mean:
codeexts
2001 Nov 06
1
R CMD check, undoc and package checking
...I am sent to line 932, but still don't know what file to look
in. Looking into the undoc code, I see (line 455-458):
if (file.exists(codeDir <- file.path(dir, "R"))) {
codeFile <- tempfile("Rbuild")
on.exit(unlink(codeFile))
codeExts <- c("R", "r", "S", "s", "q")
It seems like the on.exit command is key. The error is in codeFile, but there is
no way to save codeFile, other than commenting out this line. When I do so, I
see, of course, that around line 932 is the following:...