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
RoxygenNote: 7.3.3
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2026-03-17 15:23:23 UTC; jonathancallahan
Author: Jonathan Callahan [aut, cre],
  Hans Martin [aut]
Maintainer: Jonathan Callahan <jonathan.s.callahan@gmail.com>
Repository: CRAN
Date/Publication: 2026-03-17 17:00:11 UTC
Built: R 4.7.0; x86_64-w64-mingw32; 2026-04-28 01:46:04 UTC; windows
Archs: x64
