splines2
R package splines2 by wenjie2wang — release notes from GitHub.
Spline bases built to interoperate: periodic B-splines and an nsk-compatible natural basis.
◆Recent moves
- 1y ago
Natural cubic splines fixed for a single internal knot
A wrong basis in a specific knot configuration is the sort of defect that produces plausible but incorrect fits. Fixing it, plus quieting an out-of-boundary warning in plot(), is the whole release.
View source ↗ - 2y ago
C++20 constructor template warning suppressed
Compiler housekeeping for a package whose Rcpp interface is a substantial part of its value - invisible to R callers, necessary to keep the C++ side building.
View source ↗ - 2y ago
plot() accepts a coefficient vector
Extends the plotting methods introduced in 0.5.0 from drawing basis functions to drawing the fitted function itself - a small step that makes the visualisation useful after fitting rather than only before.
View source ↗ - 2y ago
Broken package-level documentation repaired
A roxygen docType repair with no functional change, filed two months after the release that reshaped the package.
View source ↗ - 3y ago
Periodic B-splines, nsk(), and a basis conversion matrix
⚡ SPARKThe release everything else in this window either follows from or corrects: a new basis type, a compatibility function, formula-friendly aliases, and a conversion route in from other software's splines.
View source ↗ - 3y ago
Periodic M-spline knot sequence fixed in the Rcpp interface
A follow-up correction to the periodic spline work, letting callers specify a simple knot sequence through the C++ interface. It predates 0.5.0 in version order but addresses the same feature area.
View source ↗