Displaying 1 result from an estimated 1 matches for "pkge_nam".
Did you mean:
pkge_name
2008 Aug 11
2
Compiling only some C files
Dear R-users,
I am currently writing an R package that contains three C++ files in the
src/ source directory
When i issue a R CMD check pkge_name, all the *.cpp files in the src/
directory will be compiled through something like (seen in 00install.out
file):
* Installing *source* package 'pkge_name' ...
** libs
g++ -I/usr/lib/R/include -I/usr/lib/R/include -I/usr/local/include
-c file1.cpp -o file1.o
g++ -I/usr/lib/R/include...