Package: yourpackagename
Type: Package
Title: Informative Title for Your Package
Description: A longer statement about what this does. It must have at least one
    complete sentence, and it may not begin with the name of the package or
    "This package". Any URL must be enclosed in angle brackets. Any R packages
    or other software you reference must be in single quotes. 'R CMD check'
    may not report on these, but see  <https://cran.r-project.org/doc/manuals/r-release/R-exts.html#The-DESCRIPTION-file>.
    Failure to obey may result in CRAN rejecting your package submission.
Version: 0.1.0
Date: 2016-03-14
Authors@R: c(person("your", "name", role=c("aut", "cre"), email="youremail@example.com"))
Author: yourname [aut, cre]
Maintainer: yourname <youremail@example.com>
URL: https://github.com/yourgithub/yourpackagename
BugReports: https://github.com/yourgithub/yourpackagename/issues
License: MIT + file LICENSE
Depends:
    R (>= 3.0.0)
Imports:
Suggests:
    covr,
    testthat
RoxygenNote: 6.0.0
Roxygen: list(markdown = TRUE)
