Skip to content

EnriquePH/FARS

Repository files navigation

COURSERA: BUILDING R PACKAGES

Peer-graded Assignment
Enrique Pérez Herrero
email: [email protected]
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

Build Status AppVeyor Build Status

Create an Example Package in R

Package: fars GitHub: https://github.com/EnriquePH/FARS

Data Source

The functions will be using data from the US National Highway Traffic Safety Administration's Fatality Analysis Reporting System, which is a nationwide census providing the American public yearly data regarding fatal injuries suffered in motor vehicle traffic crashes.

Review Criteria

For this assignment you'll submit a link to the GitHub repository which contains your package. This assessment will ask reviewers the following questions:

  • Does this package contain the correct R file(s) under the R/ directory?
  • Does this package contain a man/ with directory corresponding documentation files?
  • Does this package contain a vignette which provides a meaningful description of the package and how it should be used?
  • Does this package have at least one test included in the tests/ directory?
  • Does this package have a NAMESPACE file?
  • Does the README.md file for this directory have a Travis badge?
  • Is the build of this package passing on Travis badge?
  • Are the build logs for this package on Travis badge free of any errors, warnings, or notes?

Notes:

  • Package has passed also AppVeyor tests
  • Please, follow the links on Review Criteria.

Links: