Package: dummypackage
Title: What the Package Does (one line, title case)
Version: 0.0.0.9000
Authors@R: 
    person(given = "First",
           family = "Last",
           role = c("aut", "cre"),
           email = "first.last@example.com")
Description: What the package does (one paragraph).
License: What license is it under?
Depends: 
    R (>= 3.5.0)
Imports: 
    magrittr,
    utils
LinkingTo:
    Rcpp
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Suggests: 
    knitr,
    rmarkdown,
    testthat
VignetteBuilder: knitr
