Package: skeletor
Type: Package
Title: An R Package Skeleton Generator
Description: A tool for bootstrapping new packages with useful defaults,
    including a test suite outline that passes checks and helpers for running
    tests, checking test coverage, building vignettes, and more. Package
    skeletons it creates are set up for pushing your package to
    'GitHub' and using other hosted services for building and test automation.
Version: 1.0.0
Date: 2016-12-29
Authors@R: c(person("Neal", "Richardson", role = c("aut", "cre"),
    email = "neal.p.richardson@gmail.com"))
Author: Neal Richardson [aut, cre]
Maintainer: Neal Richardson <neal.p.richardson@gmail.com>
URL: https://github.com/nealrichardson/skeletor
BugReports: https://github.com/nealrichardson/skeletor/issues
License: MIT + file LICENSE
Depends: R (>= 3.0.0)
Suggests: testthat
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-12-29 19:45:18 UTC; npr
Repository: CRAN
Date/Publication: 2016-12-30 10:12:34
