Package: squat Title: Statistics for Quaternion Temporal Data Version: 0.5.0.9000 Authors@R: c( person(given = "Lise", family = "Bellanger", role = "aut", email = "lise.bellanger@univ-nantes.fr"), person(given = "Pierre", family = "Drouin", role = "aut", email = "pdrouin@umanit.fr"), person(given = "Aymeric", family = "Stamm", role = c("aut", "cre"), email = "aymeric.stamm@cnrs.fr", comment = c(ORCID = "0000-0002-8725-3654")), person(given = "Benjamin", family = "Martineau", role = "ctb")) Description: An implementation of statistical tools for the analysis of rotation-valued time series and functional data. It relies on pre-existing quaternion data structure provided by the 'Eigen' 'C++' library. License: GPL (>= 3) Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 LinkingTo: Rcpp, RcppArmadillo, RcppEigen, fdacluster Imports: cli, dbscan, dtw, fdacluster, fdasrvf, funData, future.apply, ggplot2, ggrepel, MFPCA, progressr, Rcpp, rlang, roahd, scales, tibble, tidyr Roxygen: list(markdown = TRUE) Depends: R (>= 4.2.0) Suggests: covr, future, gganimate, gghighlight, testthat (>= 3.0.0), vdiffr, withr Config/testthat/edition: 3 URL: https://github.com/LMJL-Alea/squat, https://lmjl-alea.github.io/squat/ BugReports: https://github.com/LMJL-Alea/squat/issues Config/pak/sysreqs: cmake libfftw3-dev make libicu-dev libuv1-dev libssl-dev Repository: https://lmjl-alea.r-universe.dev Date/Publication: 2026-01-16 09:29:35 UTC RemoteUrl: https://github.com/lmjl-alea/squat RemoteRef: HEAD RemoteSha: b9e8d885efecbcc8cf2b56d5284d43095458d912 NeedsCompilation: yes Packaged: 2026-06-15 08:44:13 UTC; root Author: Lise Bellanger [aut], Pierre Drouin [aut], Aymeric Stamm [aut, cre] (ORCID: ), Benjamin Martineau [ctb] Maintainer: Aymeric Stamm