Displaying 1 result from an estimated 1 matches for "exfile".
Did you mean:
enfile
2011 Oct 28
3
R CMD check and error in an \Sexpr in an Rd file
...r occurs in an
\Sexpr in an Rd file, then on get the following error:
* checking for portable compilation flags in Makevars ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking examples ... ERROR
Error in paste(before, x, after, sep = "") : object 'exfile' not found
Execution halted
To reproduce, put a call like this in an Rd section:
\Sexpr[results=verbatim, stage=render]{x <- 1; stop("sexpr error")}
The strange thing is that it occurs at the example checking step.
Not sure why it does not break before.
Thank you.
Renaud
PS:...