Re: [Rcpp-devel] Rprintf equivalent for std::cout ?

2012-11-11 Thread Dirk Eddelbuettel
On 11 November 2012 at 17:34, Steffen Neumann wrote: | Hi, | | I am not certain the question in the subject | is grammatically correct. Nevertheless, R and Bioconductor | are more and more complaining about symbols it doesn't like [1], | such as printf, exit, std::cerr or std::cout. CRAN got

[Rcpp-devel] Rprintf equivalent for std::cout ?

2012-11-11 Thread Steffen Neumann
Hi, I am not certain the question in the subject is grammatically correct. Nevertheless, R and Bioconductor are more and more complaining about symbols it doesn't like [1], such as printf, exit, std::cerr or std::cout. While the former are rather simple to search&replace with Rprintf or somet

Re: [Rcpp-devel] inline and namespace loading issues for new package

2012-11-11 Thread Dirk Eddelbuettel
On 10 November 2012 at 23:34, Ian Fellows wrote: | Dirk, | | > | > Quick guess: Maybe force load / import of package 'methods' ? | > | > More on the other questions in a few days. Let's take them one by one. | | | I had already added methods to the namespace via import in the NAMESPACE file