Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 639 Bytes

package_requirements.md

File metadata and controls

10 lines (9 loc) · 639 Bytes

Here are the package requirements for your final project:

  1. Format code according to the Google R style guide
  2. Include at least 4 functions
  3. At least 1 function must produce a plot
  4. All functions should be documented using roxygen2 1. The documentation included should be sufficient for someone to understand and use your package. Bonus: if you have time you can also include a vignette using markdown.
  5. Include at least 1 dataset
  6. The dataset should have its own documentation
  7. The dataset should be accesible by the data function after loading your package