You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
420 B

3 years ago
  1. * Edit the help file skeletons in 'man', possibly combining help files
  2. for multiple functions.
  3. * Edit the exports in 'NAMESPACE', and add necessary imports.
  4. * Put any C/C++/Fortran code in 'src'.
  5. * If you have compiled code, add a useDynLib() directive to
  6. 'NAMESPACE'.
  7. * Run R CMD build to build the package tarball.
  8. * Run R CMD check to check the package tarball.
  9. Read "Writing R Extensions" for more information.