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

2021-05-12 Thread Tomas Kalibera
On 5/13/21 7:06 AM, SN248 wrote: 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

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

2021-05-12 Thread Sokol Serguei
Le 13/05/2021 à 07:06, SN248 a écrit : 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 ch

[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, bu

Re: [R-pkg-devel] Including header files with long filenames in an R pacakge

2021-05-12 Thread Eric Dunipace
Ok, thank you for the info. On May 12, 2021, 12:03 PM -0700, Dirk Eddelbuettel , wrote: > > On 12 May 2021 at 11:03, Eric Dunipace wrote: > | I did some searching and wasn’t able to find a good answer to my question, > so I hope that someone here has knowledge of how to fix the problem. > | > | I’

Re: [R-pkg-devel] Including header files with long filenames in an R pacakge

2021-05-12 Thread Dirk Eddelbuettel
On 12 May 2021 at 11:03, Eric Dunipace wrote: | I did some searching and wasn’t able to find a good answer to my question, so I hope that someone here has knowledge of how to fix the problem. | | I’m currently trying to create an R package that bundles the CGAL header files (http://www.cgal.or

[R-pkg-devel] Including header files with long filenames in an R pacakge

2021-05-12 Thread Eric Dunipace
Hello, I did some searching and wasn’t able to find a good answer to my question, so I hope that someone here has knowledge of how to fix the problem. I’m currently trying to create an R package that bundles the CGAL header files (http://www.cgal.org) for easy linking by other packages—that wil