Package: MazamaRollUtils Type: Package Title: Efficient Rolling Functions Version: 1.0.0 Authors@R: c( person("Jonathan", "Callahan", email = "jonathan.s.callahan@gmail.com", role = c("aut", "cre")), person("Hans", "Martin", email = "hansmrtn@gmail.com", role = c("aut")) ) Description: Fast rolling-window functions for numeric vectors. Designed for efficient processing of environmental time-series data. License: GPL-3 URL: https://github.com/MazamaScience/MazamaRollUtils, https://mazamascience.github.io/MazamaRollUtils/ BugReports: https://github.com/MazamaScience/MazamaRollUtils/issues Depends: R (>= 4.0.0) Imports: Rcpp (>= 1.0.10) Suggests: knitr, markdown, rmarkdown, roxygen2, testthat (>= 3.2.0), zoo LinkingTo: Rcpp VignetteBuilder: knitr Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/testthat/edition: 3 Repository: https://mazamascience.r-universe.dev Date/Publication: 2026-04-28 17:33:15 UTC RemoteUrl: https://github.com/mazamascience/mazamarollutils RemoteRef: HEAD RemoteSha: c75a9df3f022ba6ac8a22496fc493787547aa8e6 NeedsCompilation: yes Packaged: 2026-06-24 05:32:18 UTC; root Author: Jonathan Callahan [aut, cre], Hans Martin [aut] Maintainer: Jonathan Callahan