Displaying 2 results from an estimated 2 matches for "def_enc".
Did you mean:
def_end
2018 Jul 12
1
Top level \Sexpr and R CMD check
...ch
Index: src/library/tools/R/QC.R
===================================================================
--- src/library/tools/R/QC.R (revision 74954)
+++ src/library/tools/R/QC.R (working copy)
@@ -6430,7 +6430,8 @@
if(basename(f) %in% c("iconv.Rd", "showNonASCII.Rd")) def_enc
<- TRUE
tmp <- tryCatch(suppressMessages(checkRd(f, encoding = enc,
def_enc = def_enc,
- macros = macros)),
+ macros = macros,
+ stages...
2018 Jul 12
3
Top level \Sexpr and R CMD check
On Thu, Jul 12, 2018 at 2:21 PM Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
> I think I found the bug. The tools::checkRd function only processes
> \Sexpr's with "stage=render". I think the author (who might have been
> me, I forget) assumed that would imply all the earlier stages as well,
> but apparently it doesn't.
>
> So you could use that as