Package: aspline
Type: Package
Title: Spline Regression with Adaptive Knot Selection
Version: 0.2.0
Authors@R: c(
  person("Vivien", "Goepp", 
         role = c("aut", "cre"), 
         email = "vivien.goepp@gmail.com",
         comment = c(ORCID = "0000-0001-6961-4260")),
  person("Grégory", "Nuel", 
         role = "aut", 
         email = "nuel@math.cnrs.fr")
  )
Maintainer: Vivien Goepp <vivien.goepp@gmail.com>
Description: Perform one-dimensional spline regression with automatic knot selection.
      This package uses a penalized approach to select the most relevant knots.
      B-splines of any degree can be fitted. More details in 'Goepp et al. (2018)',
      "Spline Regression with Automatic Knot Selection", <arXiv:1808.01770>.
Depends: R (>= 2.10)
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/goepp/aspline
BugReports: https://github.com/goepp/aspline/issues
Imports: magrittr, ggplot2, dplyr, tidyr, splines2, Rcpp, mgcv, rlang
RoxygenNote: 7.1.1
LinkingTo: Rcpp
Suggests: knitr, markdown, rmarkdown, covr
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2022-06-07 16:37:29 UTC; vivien
Author: Vivien Goepp [aut, cre] (<https://orcid.org/0000-0001-6961-4260>),
  Grégory Nuel [aut]
Repository: CRAN
Date/Publication: 2022-06-09 08:00:02 UTC
Built: R 4.3.0; x86_64-apple-darwin20; 2023-07-12 00:35:58 UTC; unix
Archs: aspline.so.dSYM
