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 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", . 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 Config/pak/sysreqs: libicu-dev Repository: https://goepp.r-universe.dev Date/Publication: 2022-06-15 15:06:28 UTC RemoteUrl: https://github.com/goepp/aspline RemoteRef: HEAD RemoteSha: fdec25c921f5cbafada0c3122febce42859e9f28 NeedsCompilation: yes Packaged: 2026-06-19 07:53:21 UTC; root Author: Vivien Goepp [aut, cre] (ORCID: ), Grégory Nuel [aut]