Package: tidyfun Title: Tidy Functional Data Wrangling and Visualization Version: 0.1.2 Authors@R: c( person("Fabian", "Scheipl", , "fabian.scheipl@googlemail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-8172-3603")), person("Jeff", "Goldsmith", role = "aut"), person("Julia", "Wrobel", role = "aut", comment = c(ORCID = "0000-0001-6783-1421")), person("Maximilian", "Mücke", role = "ctb", comment = c(ORCID = "0009-0000-9432-9795")) ) Description: Represent, visualize, describe and wrangle functional data in tidy data frames, building on the 'tf' package. Provides data types for functional observations that work as columns in data frames, enabling manipulation with 'dplyr' verbs and visualization with 'ggplot2' geoms designed for functional data. License: MIT + file LICENSE URL: https://github.com/tidyfun/tidyfun, https://tidyfun.github.io/tidyfun/ BugReports: https://github.com/tidyfun/tidyfun/issues Depends: R (>= 4.1), tf (>= 0.4.0) Imports: cli, dplyr, GGally, ggplot2, grid, pillar, purrr, rlang, tibble, tidyr (>= 1.0.0), tidyselect (>= 1.0.0) Suggests: covr, fda, fdasrvf, gridExtra, janitor, knitr, lme4, maps, mgcv, refund, rmarkdown, scales, testthat (>= 3.0.0), tidyverse, viridisLite VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://tidyfun.r-universe.dev Date/Publication: 2026-04-24 11:18:05 UTC RemoteUrl: https://github.com/tidyfun/tidyfun RemoteRef: HEAD RemoteSha: d21a98b87d3e21d7f53895fef89897cf675ce987 NeedsCompilation: no Packaged: 2026-06-23 07:14:02 UTC; root Author: Fabian Scheipl [aut, cre, cph] (ORCID: ), Jeff Goldsmith [aut], Julia Wrobel [aut] (ORCID: ), Maximilian Mücke [ctb] (ORCID: ) Maintainer: Fabian Scheipl