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
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
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
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
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
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