https://github.com/cran/ibr
Raw File
Tip revision: 8424864f3d9937eed535807dadb9bbde930ad0dd authored by Unknown author on 12 November 2008, 00:00:00 UTC
version 1.2
Tip revision: 8424864
README
1. Put any C/C++/Fortran code in 'src'
2. If you have compiled code, add a .First.lib() function in 'R'
   to load the shared library
3. Edit the help file skeletons in 'man'
4. Run R CMD build to create the index files
5. Run R CMD check to check the package
6. Run R CMD build to make the package file


Read "Writing R Extensions" for more information.
back to top