Skip to content
Prev 1722 / 12125 Next

[R-pkg-devel] best approach to getting an external library to *not* use stdout, stderr, etc.

2017-06-28 18:34 GMT+02:00 Simon Barthelm? <simon.barthelme at gipsa-lab.fr>:
Not in an R package. Anyways, you can redirect stdout and stderr to
null or even to Rcpp::cout and Rcpp::cerr, but I fear this probably
won't help with the CRAN checks, since the library will still have
symbols writing to stdout and stderr. :-\