Package: fdatest Title: Interval Wise Testing for Functional Data Version: 2.1.1 Authors@R: c( person(given = "Alessia", family = "Pini", role = "aut", email = "alessia.pini@unicatt.it"), person(given = "Aymeric", family = "Stamm", role = c("ctb", "cre"), email = "aymeric.stamm@cnrs.fr", comment = c(ORCID = "0000-0002-8725-3654")), person(given = "Simone", family = "Vantini", role = "aut", email = "simone.vantini@polimi.it")) Description: Implementation of local inferential (domain-selection) procedures for functional data in different frameworks (one- and two-sample tests, ANOVA, linear models). The current version of the package requires functional data evaluated on a common uniform grid or objects of class 'fd' as produced by the 'fda' package and provides the adjusted and unadjusted p-value functions based on nonparametric local tests. The package provides tools for visualization: (i) the p-value heatmap, the plot of the p-value functions and the plot of the functional data. License: GPL (>= 3) Encoding: UTF-8 LazyData: true Imports: cli, fda, ggplot2, lifecycle, mirai, patchwork, rlang LinkingTo: cpp11 Suggests: tinysnapshot, tinytest RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Depends: R (>= 3.5.0) URL: https://permaverse.github.io/fdatest/, https://github.com/permaverse/fdatest/ BugReports: https://github.com/permaverse/fdatest/issues Config/pak/sysreqs: make Repository: https://alessiapini.r-universe.dev Date/Publication: 2026-04-15 06:15:52 UTC RemoteUrl: https://github.com/alessiapini/fdatest RemoteRef: HEAD RemoteSha: 67bb41c4d8051905a7dd5024e91f5ff2237e1b07 NeedsCompilation: yes Packaged: 2026-07-05 04:35:42 UTC; root Author: Alessia Pini [aut], Aymeric Stamm [ctb, cre] (ORCID: ), Simone Vantini [aut] Maintainer: Aymeric Stamm