sgolayfilt() when a plain
(unclassed) filter coefficient matrix is passed as p
(dim(p) > 1 errored inside && for
any matrix; replaced with is.matrix(p)).sgolayfilt() now validates that a custom filter
coefficient matrix p has an odd number of rows, instead of
silently producing incorrect boundary values.sgolayfilt() now errors with a clear message when
x is shorter than the filter length, instead of an obscure
“subscript out of bounds” error.Fix BugReports URL (http->https)
Updated DESCRIPTION file to address CRAN reviewers’ comments.
Initial release