Package: cabinets
Title: Project Specific Workspace Organization Templates
Version: 0.4.0
Authors@R: 
    person(given = "Nick",
           family = "Williams",
           role = c("aut", "cre"),
           email = "ntwilliams.personal@gmail.com", 
           comment = c(ORCID = "0000-0002-1378-4831"))
Description: Creates project specific directory and file templates that are written to a .Rprofile file. Upon starting a new R session, these templates can be used to streamline the creation of new directories that are standardized to the user's preferences.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.99.9001
Imports: here, rjson, glue, R6, usethis, rstudioapi, crayon, fs,
        stringr, utils, purrr, withr, git2r
Suggests: testthat (>= 2.1.0), covr
NeedsCompilation: no
Packaged: 2020-01-27 15:02:27 UTC; niw4001
Author: Nick Williams [aut, cre] (<https://orcid.org/0000-0002-1378-4831>)
Maintainer: Nick Williams <ntwilliams.personal@gmail.com>
Repository: CRAN
Date/Publication: 2020-01-27 15:10:02 UTC
