Re: [Rd] Large size shared library

2014-11-22 Thread Prof Brian Ripley
On 22/11/2014 08:34, Chen, Han wrote: Dear all, I have an R package that I plan to submit to CRAN in the near future, but it gave me a note when I ran "R CMD check --as-cran" saying that my libs directory is 7.0Mb. I wrote some functions in C++ and my source code included several low-level C++

[Rd] Large size shared library

2014-11-22 Thread Chen, Han
Dear all, I have an R package that I plan to submit to CRAN in the near future, but it gave me a note when I ran "R CMD check --as-cran" saying that my libs directory is 7.0Mb. I wrote some functions in C++ and my source code included several low-level C++ libraries as header files. When I comp