Package: funcharts
Type: Package
Title: Functional Control Charts
Version: 1.0.0
Authors@R: c(
    person("Christian", "Capezza", 
      email = "christian.capezza@unina.it", 
      role = c("cre","aut")),
    person("Fabio", "Centofanti", role = c("aut")), 
    person("Antonio", "Lepore", role = c("aut")), 
    person("Alessandra", "Menafoglio", role = c("aut")),
    person("Biagio", "Palumbo", role = c("aut")),
    person("Simone", "Vantini", role = c("aut"))
    )
Description: Provides functional control charts 
    for statistical process monitoring of functional data, 
    using the methods of Capezza et al. (2020) <doi:10.1002/asmb.2507> and 
    Centofanti et al. (2020) <doi:10.1080/00401706.2020.1753581>.
Depends: fda, dplyr, ggplot2, R (>= 4.0.0)
Imports: rlang, parallel, tidyr, patchwork
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
URL: https://github.com/unina-sfere/funcharts
BugReports: https://github.com/unina-sfere/funcharts/issues
NeedsCompilation: no
Packaged: 2021-03-12 14:07:18 UTC; christian
Author: Christian Capezza [cre, aut],
  Fabio Centofanti [aut],
  Antonio Lepore [aut],
  Alessandra Menafoglio [aut],
  Biagio Palumbo [aut],
  Simone Vantini [aut]
Maintainer: Christian Capezza <christian.capezza@unina.it>
Repository: CRAN
Date/Publication: 2021-03-15 09:30:02 UTC
