Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 781 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 781 Bytes

dtproj

Lifecycle: experimental

Sets up data projects based on a checklist, heavily drawing on the templating features from usethis and whisker. Primarily for internal purposes, but could be useful more broadly.

To use, simply run

dtproj::init()

in your project folder of choice.

Installation

You can install the released version of dtproj from this GitHub repo with:

# install.packages("remotes")
remotes::install_github("nyuglobalties/dtproj")

This package will never be submitted to CRAN.