Package: slasso
Type: Package
Title: S-LASSO Estimator for the Function-on-Function Linear Regression
Version: 1.0.0
Authors@R: c(
    person("Fabio", "Centofanti", 
      email = "fabio.centofanti@unina.it", 
      role = c("cre","aut")),
    person("Antonio", "Lepore", role = c("aut")), 
    person("Simone", "Vantini", role = c("aut")), 
    person("Matteo", "Fontana", role = c("aut"))
    )
Description:  Implements the smooth LASSO estimator for the function-on-function linear regression model described in Centofanti et al. (2020) <arXiv:2007.00529>.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.1.2
LinkingTo: 
    Rcpp, RcppArmadillo
Depends:
     inline 
Imports: 
     Rcpp,
     RcppArmadillo,
     fda,
     fda.usc,
     matrixcalc,
     parallel,
     matrixStats,
     MASS,
     plot3D,
     methods,
     cxxfunplus
URL: https://github.com/unina-sfere/slasso
BugReports: https://github.com/unina-sfere/slasso
SystemRequirements: GNU make
Suggests: 
    knitr,
    rmarkdown,
    testthat
Roxygen: list(markdown = TRUE)
