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