forked from goepp/aspline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 847 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: aspline
Type: Package
Title: Spline Regression with Adaptive Knot Selection
Version: 0.1.0
Authors@R: c(
person("Vivien", "Goepp", role = c("aut", "cre"), email = "[email protected]"),
person("Grégory", "Nuel", role = "aut", email = "[email protected]")
)
Maintainer: Vivien Goepp <[email protected]>
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.
Depends: R (>= 2.10)
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
URL: http://github.com/goepp/aspline
Imports:
magrittr,
ggplot2,
dplyr,
splines2,
Rcpp,
bandsolve
RoxygenNote: 6.0.1
LinkingTo: Rcpp
Suggests: testthat,
knitr,
rmarkdown
VignetteBuilder: knitr