This function adds the boilerplate needed inside a shared library that will be called from R.
The name of the library
Adds boilerplate to create a library named libfoo.
createRLibrary("foo");
See Implementation
This function adds the boilerplate needed inside a shared library that will be called from R.