Versions Compared

Key

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

...

  1. "name": This is the name of the package, "helloWorld" in this example. package.skeleton() will create a subdirectory in the current working directory with this name. This new directory will contain all the files a file for each function in the package, as well as ???.
  2. "list": This is a character vector naming the R objects that should be put into the package, "hello" and "goodbye" in this example.

...