Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tidylab/usethat

usethat is a workflow project: it automates repetitive tasks that arise during analytic project setup and development.
https://github.com/tidylab/usethat

analytic-applications ddd docker microservice r

Last synced: 3 months ago
JSON representation

usethat is a workflow project: it automates repetitive tasks that arise during analytic project setup and development.

Awesome Lists containing this project

README

        

---
output: github_document
bibliography: [./inst/REFERENCES.bib]
biblio-style: apalike
link-citations: yes
editor_options:
canonical: true
markdown:
wrap: 80
references:
location: section
---

```{r setup, echo = FALSE, results = 'hide', message = FALSE, warning = FALSE}
source(file.path(usethis::proj_get(), "vignettes", "_common.R"))
```

# `usethat`

[![CRAN
status](https://www.r-pkg.org/badges/version/usethat)](https://CRAN.R-project.org/package=usethat)
[![R build
status](https://github.com/tidylab/usethat/workflows/R-CMD-check/badge.svg)](https://github.com/tidylab/usethat/actions)
[![codecov](https://codecov.io/gh/tidylab/usethat/branch/master/graph/badge.svg?token=U6FL5N32FL)](https://codecov.io/gh/tidylab/usethat)

`usethat`
---

```{r, echo = FALSE, out.width = "100%"}
knitr::include_graphics("https://i.imgur.com/RLEQkhe.png")
```

## Overview

`r read.dcf("DESCRIPTION", "Description")[[1]]`

## Installation

You can install `usethat` by using:

```{r, eval=FALSE, echo=TRUE}
install.packages("remotes")
remotes::install_github("tidylab/usethat")
```