Re: [R-pkg-devel] CRAN and cmake

2017-05-23 Thread Spencer Graves
On 2017-05-23 10:56 AM, Dirk Eddelbuettel wrote: On 23 May 2017 at 10:34, Thibault Vatter wrote: | Hi, | | Back in 2015, there was a discussion on this list about CRAN and cmake. | | As explained by Gabor at the time, it would be useful to have cmake in a R | package. | | Furthermore, Gregory

Re: [R-pkg-devel] CRAN and cmake

2017-05-23 Thread Thibault Vatter
My bad, my question was not precise enough: by "an R package containing cmake", I meant "an R package containing cmake itself" in order to be able to use cmake e.g. when building an R package from source. A little bit of context: I am trying to write an R interface to a C++ library where cmake

[R-pkg-devel] CRAN and cmake

2017-05-23 Thread Thibault Vatter
Hi, Back in 2015, there was a discussion on this list about CRAN and cmake. As explained by Gabor at the time, it would be useful to have cmake in a R package. Furthermore, Gregory mentioned that there was something available on GitHub: https://github.com/stnava/cmaker Since it seems that the

[R-pkg-devel] CRAN and CMake

2015-06-09 Thread Tim Keitt
I am thinking of writing an R wrapper for some code that uses cmake. If I include that code under the src directory (ie in src/the_other_project/), am I likely to run into problems with CRAN? Never been down that road and would like to know if this is feasible. I guess I would have to call cmake

Re: [R-pkg-devel] CRAN and CMake

2015-06-09 Thread Gregory Jefferis
On 9 Jun 2015, at 22:08, Gábor Csárdi csardi.ga...@gmail.com wrote: Thanks! I just looked at it, but it seems that it actually requires an external system cmake. I am trying to put cmake itself into a package. This one: https://github.com/stnava/cmaker I remember now there is another