r76237 broken?
PS there's also a "shQoute(tf2)" on line 1063 that will presumably also cause trouble at some point ...
On 2019-03-14 3:57 p.m., Ben Bolker wrote:
It looks like the most recent SVN commit changed line 1068 of
src/library/tools/R/admin.R to include a call to "shQuotee" (sic), which
is now breaking Travis r-devel builds ... ('checking sizes of PDF files
under ?inst/doc?: .Error in shQuotee(tf) : could not find function
"shQuotee"')
The new line reads:
res <- system2(qpdf, c(qpdf_flags, shQuote(p), shQuotee(tf)),
FALSE, FALSE)
see:
svn diff -r76237:76236 src/library/tools/R/admin.R
Seems like a straight-up typo?
cheers
Ben Bolker