Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tidylab/usethat
- Owner: tidylab
- License: other
- Created: 2020-08-26T22:18:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T18:28:30.000Z (about 2 years ago)
- Last Synced: 2024-05-19T23:37:24.483Z (6 months ago)
- Topics: analytic-applications, ddd, docker, microservice, r
- Language: R
- Homepage: https://tidylab.github.io/usethat/
- Size: 262 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - tidylab/usethat - usethat is a workflow project: it automates repetitive tasks that arise during analytic project setup and development. (R)
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")
```