Re: [R-pkg-devel] stdout in R package

2015-05-26 Thread Gábor Csárdi
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

[R-pkg-devel] stdout in R package

2015-05-26 Thread Pieter Eendebak
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