Re: [Rcpp-devel] Debugging Rcpp for Solaris

2019-01-09 Thread Qiang Kou
Subject: [Rcpp-devel] Debugging Rcpp for Solaris Hello, I submitted a package to CRAN that passed all checks in RStudio but failed when it was tested on Solaris (after it was on CRAN). Now I need to correct the error and resubmit to CRAN. I would like to avoid using CRAN as a debugging tool. Is t

Re: [Rcpp-devel] Debugging Rcpp for Solaris

2019-01-09 Thread Kevin Ushey
Many of the Solaris quirks are documented in R-exts: https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Portable-C-and-C_002b_002b-code In particular: Mathematical functions such as sqrt are defined in C++ for floating-point arguments. It is legitimate in C++ to overload these with ver

Re: [Rcpp-devel] Debugging Rcpp for Solaris

2019-01-09 Thread Ralf Stubner
On 09.01.19 15:03, mike guggis wrote: > I submitted a package to CRAN that passed all checks in RStudio but > failed when it was tested on Solaris (after it was on CRAN). Now I need > to correct the error and resubmit to CRAN. I would like to avoid using > CRAN as a debugging tool. Is there a way t

Re: [Rcpp-devel] Debugging Rcpp for Solaris

2019-01-09 Thread IƱaki Ucar
On Wed, 9 Jan 2019 at 15:04, mike guggis wrote: > > Hello, > > I submitted a package to CRAN that passed all checks in RStudio but failed > when it was tested on Solaris (after it was on CRAN). Now I need to correct > the error and resubmit to CRAN. I would like to avoid using CRAN as a > debug

Re: [Rcpp-devel] Debugging Rcpp for Solaris

2019-01-09 Thread Serguei Sokol
On 09/01/2019 15:03, mike guggis wrote: Hello, I submitted a package to CRAN that passed all checks in RStudio but failed when it was tested on Solaris (after it was on CRAN). Now I need to correct the error and resubmit to CRAN. I would like to avoid using CRAN as a debugging tool. Is there

[Rcpp-devel] Debugging Rcpp for Solaris

2019-01-09 Thread mike guggis
Hello, I submitted a package to CRAN that passed all checks in RStudio but failed when it was tested on Solaris (after it was on CRAN). Now I need to correct the error and resubmit to CRAN. I would like to avoid using CRAN as a debugging tool. Is there a way to check packages on Solaris? I am usin