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.
- Host: GitHub
- URL: https://github.com/jameshwade/measure
- Owner: JamesHWade
- License: other
- Created: 2022-08-14T00:16:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T16:14:40.000Z (over 1 year ago)
- Last Synced: 2025-07-14T18:03:44.160Z (11 months ago)
- Topics: r, recipes, rstats, tidymodels
- Language: R
- Homepage: https://jameshwade.github.io/measure/
- Size: 12.8 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
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
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://github.com/JamesHWade/measure/actions/workflows/R-CMD-check.yaml)
[](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
```