Package: measure Title: A Recipes-Style Interface to Tidymodels for Analytical Measurements Version: 0.0.1.9002 Authors@R: c( person("James", "Wade", , "github@jameshwade.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9740-1905")), person("Max", "Kuhn", , "max@posit.co", role = "ctb", comment = c(ORCID = "0000-0003-2402-136X")) ) Description: Provides preprocessing steps for analytical measurement data such as spectroscopy and chromatography within the 'tidymodels' framework. Extends 'recipes' with steps for common spectral preprocessing techniques. License: MIT + file LICENSE URL: https://jameshwade.github.io/measure/, https://github.com/JamesHWade/measure BugReports: https://github.com/JamesHWade/measure/issues Depends: R (>= 4.1.0), recipes Imports: cli, dials, dplyr, generics, ggplot2, glue, IDPmisc, lifecycle, MASS, pracma, purrr, rlang, scales, tibble, tidyr, tidyselect, vctrs Suggests: covr, dtw, knitr, mcr, modeldata, multiway, parsnip, patchwork, prospectr, ptw, quarto, reticulate, rmarkdown, roxygen2, testthat (>= 3.0.0), tidymodels, tidyverse, wavethresh, withr, workflows VignetteBuilder: knitr Config/reticulate: list( packages = list( list(package = "pybaselines") ) ) Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true LazyDataCompression: xz Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev Repository: https://jameshwade.r-universe.dev Date/Publication: 2026-04-04 17:53:34 UTC RemoteUrl: https://github.com/JamesHWade/measure RemoteRef: main RemoteSha: aac4cf0c6b99b8c7ce868fb43f30478fd663bf25 NeedsCompilation: no Packaged: 2026-07-03 06:33:03 UTC; root Author: James Wade [aut, cre] (ORCID: ), Max Kuhn [ctb] (ORCID: ) Maintainer: James Wade