Hi Pieter,
search for 'Rprintf' in the 'Writing R extensions' manual:
http://cran.r-project.org/doc/manuals/r-release/R-exts.html
Gabor
On Tue, May 26, 2015 at 9:55 AM, Pieter Eendebak
wrote:
> Dear developers,
>
> For an R package I am including some code I have written previously which
> use
Dear developers,
For an R package I am including some code I have written previously which
uses stdout, stderr and printf. The command R CMD check [packagename] gives
me warnings about these items. What is the proper way to print output in an
R package?
The documentation mentions that output is s