Re: [Rcpp-devel] Rf_error() format string

2023-11-28 Thread Georgi Boshnakov
The fix apparently is in the master branch. I did: remotes::install_github("RcppCore/Rcpp") and the warnings went away. Don't forget to restart R, in case the previous version of Rcpp has already been loaded. Georgi Boshnakov From:

Re: [Rcpp-devel] Question on performance

2018-09-22 Thread Georgi Boshnakov
and other materials and papers by him. Georgi Boshnakov From: Rcpp-devel [mailto:rcpp-devel-boun...@lists.r-forge.r-project.org] On Behalf Of Jordi Molins Sent: 22 September 2018 08:03 To: rcpp-devel@lists.r-forge.r-project.org; Jordi Molins Subject: [Rcpp-devel] Question on performance Hello,

Re: [Rcpp-devel] coercion NULL to vector

2018-04-18 Thread Georgi Boshnakov
I may be missing something here but it doesn't seem right to introduce silent coercion of NULL to vectors, etc., especially if it would become imposed on everybody using Rcpp/Armadillo. Even the "convenience" of this is questionable. Georgi Boshnakov -Original Message-