Skip to content

[R-pkg-devel] help using \Sexpr in .Rd documentaiton file results in error in windows

1 message · Duncan Murdoch

#
On 10/09/2022 9:49 a.m., Vincent van Hees wrote:
You set it as an `R CMD check` option, but the error happens in `R CMD 
build`.  So you also need `build_args = "--no-manual"` in your call to 
`rcmdcheck()` to avoid that.

Duncan Murdoch