README.md

Build Status

FARS

Instructions

The purpose of this assessment is for you to combine your skills of creating, writing, documenting, and testing an R package with releasing that package on GitHub. In this assessment you'll be taking the R files from Week 2's assessment about documentation and putting that file in an R package.

For this assessment you must

Review Criteria

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


ChaoLiu-gk/FARS documentation built on Jan. 6, 2020, 12:43 a.m.