Package: tidyspec Type: Package Title: Spectroscopy Analysis Using the Tidy Data Philosophy Version: 0.4.0 Authors@R: c( person("Marcel", "Ferreira", email = "marcel.ferreira@unesp.br", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3445-0945")), person("Willian", "Zambuzzi", role = "dtc", comment = c(ORCID = "0000-0002-4149-5965")), person("Julia", "Moraes", role = c("dtc", "ctb"), comment = c(ORCID = "0000-0003-4241-5389")), person(given = "Emerson Araujo Alves dos", family = "Santos", role = "ctb", comment = c(ORCID = "0000-0002-8200-0906")) ) Maintainer: Marcel Ferreira Description: Enables the analysis of spectroscopy data such as infrared ('IR'), Raman, and nuclear magnetic resonance ('NMR') using the tidy data framework from the 'tidyverse'. The 'tidyspec' package provides functions for data transformation, normalization, baseline correction, smoothing, derivatives, and both interactive and static visualization. It promotes structured, reproducible workflows for spectral data exploration and preprocessing. Implemented methods include Savitzky and Golay (1964) "Smoothing and Differentiation of Data by Simplified Least Squares Procedures" , Sternberg (1983) "Biomedical Image Processing" , Zimmermann and Kohler (1996) "Baseline correction using the rolling ball algorithm" , Beattie and Esmonde-White (2021) "Exploration of Principal Component Analysis: Deriving Principal Component Analysis Visually Using Spectra" , Wickham et al. (2019) "Welcome to the tidyverse" , and Kuhn, Wickham and Hvitfeldt (2024) "recipes: Preprocessing and Feature Engineering Steps for Modeling" . License: MIT + file LICENSE Encoding: UTF-8 LazyData: true URL: https://marceelrf.github.io/tidyspec BugReports: https://github.com/marceelrf/tidyspec/issues RoxygenNote: 7.2.3 Depends: R (>= 4.1.0) Imports: akima, crayon, digest, dplyr, ggplot2, glue, plotly, pracma, purrr, RColorBrewer, recipes, readr, readxl, rlang, scales, signal, stats, tibble, tidyr, tidyselect, timetk, viridisLite Suggests: gridExtra, knitr, rmarkdown, tidyverse VignetteBuilder: knitr Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev libx11-dev Repository: https://marceelrf.r-universe.dev Date/Publication: 2026-04-13 19:45:09 UTC RemoteUrl: https://github.com/marceelrf/tidyspec RemoteRef: HEAD RemoteSha: 15b76027ce2602e3a28b52bb4e93a6001dd0d2fd NeedsCompilation: no Packaged: 2026-07-12 06:07:41 UTC; root Author: Marcel Ferreira [aut, cre] (ORCID: ), Willian Zambuzzi [dtc] (ORCID: ), Julia Moraes [dtc, ctb] (ORCID: ), Emerson Araujo Alves dos Santos [ctb] (ORCID: )