Package: cabinets
Title: Project Specific Workspace Organization Templates
Version: 0.5.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: 7.1.0
URL: https://github.com/nt-williams/cabinets
BugReports: https://github.com/nt-williams/cabinets/issues
Imports: glue, R6, rstudioapi, crayon, fs, stringr, utils, git2r, cli
Suggests: testthat (>= 2.1.0), withr
NeedsCompilation: no
Packaged: 2020-08-29 13:26:06 UTC; Nick
Author: Nick Williams [aut, cre] (<https://orcid.org/0000-0002-1378-4831>)
Maintainer: Nick Williams <ntwilliams.personal@gmail.com>
Repository: CRAN
Date/Publication: 2020-08-29 13:40:02 UTC
