Re: [R-pkg-devel] How to handle CRAN warning regarding stdout/stderr coming from code in upstream C library

2025-06-01 Thread Dirk Eddelbuettel
On 1 June 2025 at 15:17, matthias-gon...@gmx.de wrote: | Dirk, can you elaborate this a bit: | | > as eg RcppArmadillo does with Armadillo by having a way to inject Rcpp::Rcout | | Might be useful elsewhere See the source and ChangeLog for the (brief) details. In essence, a little arm-twisti

Re: [R-pkg-devel] How to handle CRAN warning regarding stdout/stderr coming from code in upstream C library

2025-06-01 Thread matthias-gondan
Dirk, can you elaborate this a bit: > as eg RcppArmadillo does with Armadillo by having a way to inject Rcpp::Rcout Might be useful elsewhere -Ursprüngliche Nachricht- Von: R-package-devel Im Auftrag von Dirk Eddelbuettel Gesendet: Sonntag, 1. Juni 2025 02:23 An: SN248 Cc: List r-pack

Re: [R-pkg-devel] How to handle CRAN warning regarding stdout/stderr coming from code in upstream C library

2025-06-01 Thread SN248
Thank you Dirk for your detailed explanation. I will have to think if I want to make the changes to get CRAN acceptance, but good to know that those are the rules. Best Satya On Sat, May 31, 2025 at 7:15 PM SN248 wrote: > Dear R package developers > > I am getting the following errors in my pac