Type: Package Package: StructuralDecompose Title: Decomposes a Level Shifted Time Series Version: 0.1.1 Authors@R: person(given = "Allen", family = "Sunny", role = c("aut", "cre"), email = "allensunny1242@gmail.com") Description: Explains the behavior of a time series by decomposing it into its trend, seasonality and residuals. It is built to perform very well in the presence of significant level shifts. It is designed to play well with any breakpoint algorithm and any smoothing algorithm. Currently defaults to 'lowess' for smoothing and 'strucchange' for breakpoint identification. The package is useful in areas such as trend analysis, time series decomposition, breakpoint identification and anomaly detection. License: MIT + file LICENSE URL: https://allen-1242.github.io/StructuralDecompose/ Depends: R (>= 2.10) Imports: changepoint, segmented, strucchange Suggests: knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true RoxygenNote: 7.2.3 Repository: https://allen-1242.r-universe.dev Date/Publication: 2026-06-14 00:12:47 UTC RemoteUrl: https://github.com/allen-1242/structuraldecompose RemoteRef: HEAD RemoteSha: d18a7a6cee4538571c44542dcb7a2633a4db9698 NeedsCompilation: no Packaged: 2026-06-14 05:36:24 UTC; root Author: Allen Sunny [aut, cre] Maintainer: Allen Sunny