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

https://github.com/jameshwade/measure

The goal of measure is to be a recipes-like interface to tidymodels for analytical characterization data.
https://github.com/jameshwade/measure

r recipes rstats tidymodels

Last synced: 11 months ago
JSON representation

The goal of measure is to be a recipes-like interface to tidymodels for analytical characterization data.

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# measure

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/JamesHWade/measure/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/JamesHWade/measure/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/JamesHWade/measure/branch/main/graph/badge.svg)](https://app.codecov.io/gh/JamesHWade/measure?branch=main)

The goal of measure is to be a recipes-like interface to tidymodels for analytical characterization data.

## Installation

You can install the development version of measure like so:

``` r
remotes::install_github("jameshwade/measure")
```

## Example

This is a basic example which shows you how to solve a common problem:

```r
library(measure)
## basic example code
```