Package: fdakma
Title: Functional Data Analysis: K-Mean Alignment
Version: 1.3.1
Authors@R: c(
    person(given = "Laura",
           family = "Sangalli",
           role = "aut",
           email = "laura.sangalli@polimi.it"),
    person(given = "Piercesare",
           family = "Secchi",
           role = "aut",
           email = "piercesare.secchi@polimi.it"),
    person(given = "Aymeric",
           family = "Stamm",
           role = c("cre", "ctb"),
           email = "aymeric.stamm@cnrs.fr",
           comment = c(ORCID = "0000-0002-8725-3654")),
    person(given = "Simone",
           family = "Vantini",
           role = "aut",
           email = "simone.vantini@polimi.it"),
    person(given = "Valeria",
           family = "Vitelli",
           role = "aut",
           email = "valeria.vitelli@medisin.uio.no"),
    person(given = "Alessandro",
           family = "Zito",
           role = "ctb",
           email = "zito.ales@gmail.com"))
Description: It performs simultaneously clustering and alignment of a 
  multidimensional or unidimensional functional dataset by means of k-mean 
  alignment.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/astamm/fdakma
BugReports: https://github.com/astamm/fdakma/issues
Imports: 
    cli,
    fdacluster,
    rlang
