Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 991 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 991 Bytes

usethat

CRAN status R build status codecov

usethat

Overview

Automate analytic project setup tasks that are otherwise performed manually. This includes setting up docker, spinning up a microservice, and more.

Installation

You can install usethat by using:

install.packages("remotes")
remotes::install_github("tidylab/usethat")