[R-pkg-devel] Passing CRAN checks for a package linking to a system library on CRAN machines

2021-05-12 Thread SN248
I am working on a package which provides an interface to the libsbml C++ library (http://sbml.org/Software/libSBML) in R. The source code of this package (r2sbml) can be found at the following link https://github.com/sn248/r2sbml The package passes CRAN checks with `R CMD check` on my machine

Re: [R-pkg-devel] Passing CRAN checks for a package linking to a system library on CRAN machines

2021-05-13 Thread SN248
f the installation fails on a particular architecture, I should try bundling the source code and creating the static libraries. Thanks again for your help. Satya On Thu, May 13, 2021 at 2:28 AM Tomas Kalibera wrote: > > On 5/13/21 7:06 AM, SN248 wrote: > > I am working on a package which prov

[R-pkg-devel] R package example fail for 32 bit Windows only

2018-06-14 Thread SN248
://github.com/sn248/sundialr Thank you SN [[alternative HTML version deleted]] __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel

[R-pkg-devel] Help with reproducing (and solving) clang-UBSAN and Solaris installation errors

2018-07-08 Thread SN248
Dear all I recently submitted an R package to CRAN which was accepted. However, the package is failing additional tests, i.e., it fails to install on Solaris and also produces a clang-UBSAN issue. These can be seen here https://cran.r-project.org/web/checks/check_results_sundialr.html I tried to

Re: [R-pkg-devel] How to handle CRAN warning regarding stdout/stderr coming from code in upstream C library

2025-06-01 Thread SN248
Thank you Dirk for your detailed explanation. I will have to think if I want to make the changes to get CRAN acceptance, but good to know that those are the rules. Best Satya On Sat, May 31, 2025 at 7:15 PM SN248 wrote: > Dear R package developers > > I am getting the following err

[R-pkg-devel] How to handle CRAN warning regarding stdout/stderr coming from code in upstream C library

2025-05-31 Thread SN248
Dear R package developers I am getting the following errors in my package (sundialr - https://github.com/sn248/sundialr) which is a wrapper around SUNDIALS C library. The warnings are as follows: ❯ checking compiled code ... > WARNING File ‘sundialr/libs/sundialr.so’: > Found ‘abort’, po