Re: [Rcpp-devel] Rcpp code in my package causes the R process to crash on fedora-clang

2020-03-22 Thread Venelin Mitov
Thanks for your quick response, Dirk! Concise and informative as usual. Best, Venelin Am So., 22. März 2020 um 17:57 Uhr schrieb Dirk Eddelbuettel : > > > On 22 March 2020 at 17:30, Venelin Mitov wrote: > | 3. The line of code that is causing a segfault error and a crash of > | the R-process is

Re: [Rcpp-devel] Rcpp code in my package causes the R process to crash on fedora-clang

2020-03-22 Thread Dirk Eddelbuettel
On 22 March 2020 at 17:30, Venelin Mitov wrote: | 3. The line of code that is causing a segfault error and a crash of | the R-process is a call to the | std::logic_error() constructor. This line of code is found in the package's file | src/QuadraticPoly.h: | | throw logic_error(oss.str()); I al

[Rcpp-devel] Rcpp code in my package causes the R process to crash on fedora-clang

2020-03-22 Thread Venelin Mitov
Dear Rcpp-devel list, I was forwarded to this list after posting the same question on the R-help list. In an e-mail received yesterday from a member of the CRAN maintainer team, I was informed that one of my packages, PCMBaseCpp (https://CRAN.R-project.org/package=PCMBaseCpp), is going to be remo

Re: [Rcpp-devel] More on macOS and Rcpp 1.0.4

2020-03-22 Thread Dirk Eddelbuettel
We are now at Rcpp 1.0.4.4 on master and in the drat -- Mattias Ellert contributed _another_ cleanup PR on the recent exceptions refactoring PR fixing two overlooked aspects that came up at ROOT. As before, master is current and the corresponding tar.gz is at the drat: install.packages("Rcpp"