Re: [Rcpp-devel] New Windows toolchain

2015-03-13 Thread Henrik Singmann
rth)),log(trees$Volume), 1L,PACKAGE="RcppEigen") I hope this issue can also be considered as I will refrain from submitting a (much needed) update of my package to CRAN as long as the check fails like this on 32bit Windows R-devel. Unless of course someone knows that the wrath of CRAN will not be

[Rcpp-devel] R CMD check fails on latest RcppEigen using R-devel on Windows

2015-03-12 Thread Henrik Singmann
le: [1] LC_COLLATE=German_Switzerland.1252 LC_CTYPE=German_Switzerland.1252 LC_MONETARY=German_Switzerland.1252 [4] LC_NUMERIC=CLC_TIME=German_Switzerland.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages:

Re: [Rcpp-devel] RcppEigen: Windows binary from CRAN crashes R, but not when installing from source.

2014-10-16 Thread Henrik Singmann
nd how to catch it. Thank you all for your time and help. I really appreciate it. I can now start to prepare my next CRAN submission. All the best, Henrik --- Dr. Henrik Singmann PostDoc University of Zürich, Switzerland http://singmann.org Von: dmba...@gmail.com [mailto:dmba...@gmail.com

Re: [Rcpp-devel] RcppEigen: Windows binary from CRAN crashes R, but not when installing from source.

2014-10-16 Thread Henrik Singmann
rk Eddelbuettel: On 16 October 2014 at 08:35, Dirk Eddelbuettel wrote: | | | On 16 October 2014 at 15:07, Henrik Singmann wrote: | | Hi Dirk and Kevin, | | | | I have now rebuild the package using the code Dirk send me (i.e., using attributes) and the code still reliably crashes my R on Linux when

Re: [Rcpp-devel] RcppEigen: Windows binary from CRAN crashes R, but not when installing from source.

2014-10-16 Thread Henrik Singmann
hows no issue. This may be a one-off related to win-builder. Thanks, Dirk #include using namespace Rcpp; using Eigen::Map; using Eigen::VectorXd; using Eigen::RowVectorXd; using Eigen::MatrixXd; // [[Rcpp::depends(RcppEigen)]] // [[Rcpp::export]] int determinant2(int S, Map Ineq) { Vec

Re: [Rcpp-devel] RcppEigen: Windows binary from CRAN crashes R, but not when installing from source.

2014-10-15 Thread Henrik Singmann
. Thanks. On 15 October 2014 at 23:15, Henrik Singmann wrote: |=20 |=20 | Hi Dirk and list, |=20 | I have now managed to isolate the problem. The cpp file posted below = can on both Windows and Linux crash R if (a) compiled by winbuilder (wi= ndows only) or if build via devtools::load_all() or from

Re: [Rcpp-devel] RcppEigen: Windows binary from CRAN crashes R, but not when installing from source.

2014-10-15 Thread Henrik Singmann
there then we can most easily discover a solution. I wonder if using `gctorture(TRUE)` before running `trigger()` would make the assertion failure more likely. Thanks, Kevin On Wed, Oct 15, 2014 at 2:15 PM, Henrik Singmann wrote: Hi Dirk and list, I have now managed to isolate the problem. Th

Re: [Rcpp-devel] RcppEigen: Windows binary from CRAN crashes R, but not when installing from source.

2014-10-15 Thread Henrik Singmann
viously be really appreciated. Cheers, Henrik Am 15.10.2014 um 21:13 schrieb Dirk Eddelbuettel: Hi Henrik, On 15 October 2014 at 20:59, Henrik Singmann wrote: | Dear list, | | I have the following weird problem and would be really glad for any input: | | The windows binary from CRAN for my package

Re: [Rcpp-devel] RcppEigen: Windows binary from CRAN crashes R, but not when installing from source.

2014-10-15 Thread Henrik Singmann
r, m.2htm, i.2htm, Sample = 100) # works get.mpt.fia(d.broeder, m.2htm, Sample = 100) # crashes ### new example ends ### Am 15.10.2014 um 21:13 schrieb Dirk Eddelbuettel: Hi Henrik, On 15 October 2014 at 20:59, Henrik Singmann wrote: | Dear list, | | I have the following weird problem and would

Re: [Rcpp-devel] RcppEigen: Windows binary from CRAN crashes R, but not when installing from source.

2014-10-15 Thread Henrik Singmann
://github.com/yixuan/rARPACK/issues/4. The reporter said that the runtime error occured when using RStudio, but disappeared in RGui. Is this the same situation as yours? Best, Yixuan 2014-10-15 14:59 GMT-04:00 Henrik Singmann mailto:henrik.singmann-rohn3ofrsd0z1rruf8nhbrn0arqv+c64g9ur7jdd

[Rcpp-devel] RcppEigen: Windows binary from CRAN crashes R, but not when installing from source.

2014-10-15 Thread Henrik Singmann
ached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] devtools_1.6 loaded via a namespace (and not attached): [1] fortunes_1.5-2 tools_3.1.1 -- Dr. Henrik Singmann Universität Zürich, Schweiz http://singmann.org _