Skip to content

sgolay

Efficient Savitzky-Golay Filtering

v1.0.3 · Apr 5, 2023 · GPL (>= 2)

Description

Smoothing signals and computing their derivatives is a common requirement in signal processing workflows. Savitzky-Golay filters are a established method able to do both (Savitzky and Golay, 1964 <doi:10.1021/ac60214a047>). This package implements one dimensional Savitzky-Golay filters that can be applied to vectors and matrices (either row-wise or column-wise). Vectorization and memory allocations have been profiled to reduce computational fingerprint. Short filter lengths are implemented in the direct space, while longer filters are implemented in frequency space, using a Fast Fourier Transform (FFT).

Downloads

CRAN

261

Last 30 days

18754th

620

Last 90 days

2.3K

Last year

Trend: +56.3% (30d vs prior 30d)

r2u CRAN

24

Last 30 days

114

Last 90 days

398

Last year

Trend: -40% (30d vs prior 30d)

autoCRAN

5

Last 7 days

14

Last 30 days

3

All-time

autoCRAN-only: this name is served only by autoCRAN, so the count is exact.

CRAN Check Status

13 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Code intelligence has not been computed for this package yet.

Code

Structure

Lines of code

1,329

Files

18

Compiled share

84.3%

Has compiled src

Yes

Language breakdown

R 135 (10.2%)C/C++/src 1,120 (84.3%)Tests 15 (1.1%)Docs 59 (4.4%)

API

Exported functions

2

Internal functions

3

Recent export changes

v1.0.2+2 sgolay, sgolayfilt

Testing & CI

Has tests

Yes

Test-to-code ratio

0.11

testthat edition

CI present

No

CI type

[]

PR gated

No

Docs

Return-value doc rate

50%

\dontrun example ratio

0%

Roxygen coverage

100%

Has pkgdown

No

NEWS present

Yes

Health & Security signals

Informational signals; not verdicts.

on.exit coverage

Unsafe pattern score

0

Dep constraint coverage

0%

Secret pattern count

0

Bundled 3rd-party code

2 items

Portability & License

Min R version

System requirements

C++ standard

License

GPL (>= 2)

License flags

SPDX valid, OSI approved

History

Versions

2

First release

2022-09-29

Latest release

2023-04-05

Avg cadence

188 days

Cold removal rate

Dep drift

0

LOC over versions

v1.0.2: 1,321 LOCv1.0.3: 1,329 LOC

Per-file churn detail lives in the source pipeline: https://github.com/r-observatory/cran-code-metrics.

Dependency Network

Dependencies Reverse dependencies signal sgolay

Version History

3 tracked
new 1.0.3 Mar 10, 2026
updated 1.0.3 ← 1.0.2 diff Apr 4, 2023
new 1.0.2 Sep 28, 2022