Type: Package Package: tidynorm Title: Tools for Tidy Vowel Normalization Version: 0.4.1.9000 Authors@R: c( person("Josef", "Fruehwald", , "JoFrhwld@gmail.com", role = c("cre", "aut", "cph")) ) Description: An implementation of tidy speaker vowel normalization. This includes generic functions for defining new normalization methods for points, formant tracks, and Discrete Cosine Transform coefficients, as well as convenience functions implementing established normalization methods. References for the implemented methods are: Johnson, Keith (2020) Lobanov, Boris (1971) Nearey, Terrance M. (1978) Syrdal, Ann K., and Gopal, H. S. (1986) Watt, Dominic, and Fabricius, Anne (2002) . License: GPL (>= 3) Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: checkmate, cli, dplyr, glue, options, purrr, Rcpp, rlang, stringr, tidyr, tidyselect URL: https://jofrhwld.github.io/tidynorm/, https://github.com/JoFrhwld/tidynorm Depends: R (>= 4.1) Suggests: ggdensity, ggplot2, knitr, magick, quarto, reticulate, rmarkdown, testthat (>= 3.0.0), tibble Config/testthat/edition: 3 Config/testthat/parallel: true VignetteBuilder: quarto LinkingTo: Rcpp, RcppArmadillo BugReports: https://github.com/JoFrhwld/tidynorm/issues Repository: https://jofrhwld.r-universe.dev Date/Publication: 2026-05-11 12:42:00 UTC RemoteUrl: https://github.com/jofrhwld/tidynorm RemoteRef: HEAD RemoteSha: adffa539ac4ea7e85cce63c4330feef5bcc1fc43 NeedsCompilation: yes Packaged: 2026-06-10 06:22:59 UTC; root Author: Josef Fruehwald [cre, aut, cph] Maintainer: Josef Fruehwald