https://github.com/cran/perturb
Raw File
Tip revision: d3ff09f05b3ec9f4150ddda6e2378e6f67c8d5fe authored by John Hendrickx on 11 April 2005, 00:00:00 UTC
version 2.01
Tip revision: d3ff09f
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