Dear all,
When running R CMD check on our package, we get an error on the examples.
Error in grDevices::dev.off() :
cannot shut down device 1 (the null device)
None of the examples in our package generates plots. grDevices::dev.off()
is code added by R CMD check. A workaround is to have at
Thank you for the report. We will look at this and make sure it gets fixed.
~G
On Thu, Nov 15, 2018, 3:13 PM Michael Sannella via R-devel <
r-devel@r-project.org> wrote:
> If I have loaded the C code:
> SEXP altrep_STRING_IS_SORTED(SEXP x)
> {
> return ScalarInteger(STRING_IS_SO