Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
> hello()
Hello World!
> goodbye("SayonaraCruel World")
Goodbye: Cruel SayonaraWorld!

Creating the Package Skeleton

...

The "Read-and-delete-me" file contains information on the additional steps for creating the Packageis the high level guide for completing the documentation.  The files ending in *.Rd under helloWorld/man/ are 'self documenting', guiding the author through the documentation process.  The source code is placed in helloWorld/R/.  Fill in the package attributes in the helloWorld/DESCRIPTION file.

Note: There are other ways to create an R package using package.skeleton; see the function help file for details.

...