Package: cabinets
Title: Project Specific Workspace Organization Templates
Version: 0.6.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 and can include the initiation of a 
 git repository, an RStudio R project, and project-local dependency management 
 with the 'renv' package.  
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: R6, glue, rstudioapi, crayon, fs, stringr, utils, git2r, cli,
        renv
Suggests: testthat (>= 2.1.0), withr
NeedsCompilation: no
Packaged: 2020-11-07 03:32:17 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-11-07 06:20:05 UTC
Built: R 4.6.0; ; 2025-07-18 06:30:28 UTC; unix
