Type: Package
Package: seismicRoll
Version: 1.1.5
Title: Fast Rolling Functions for Seismology using 'Rcpp'
Authors@R: c(
    person("Jonathan", "Callahan", email="jonathan@mazamascience.com", role=c("aut")),
    person("Rob", "Casey", email="rob.casey@earthscope.org", role=c("aut")),
    person("Mary", "Templeton", email="mary.templeton@earthscope.org", role=c("aut")),
    person("Gillian","Sharer", email="gillian.sharer@earthscope.org", role=c("aut","cre"))
    )
Author: Jonathan Callahan [aut],
  Rob Casey [aut],
  Mary Templeton [aut],
  Gillian Sharer [aut, cre]
Maintainer: Gillian Sharer <gillian.sharer@earthscope.org>
Depends: R (>= 3.0.0)
Suggests:
License: GPL (>= 2)
Imports: Rcpp (>= 0.12.17)
LinkingTo: Rcpp
Description: Fast versions of seismic analysis functions that 'roll' over a
    vector of values. See the 'RcppRoll' package for alternative
    versions of basic statistical functions such as rolling mean,
    median, etc.
Collate: seismicRoll.R RcppExports.R findOutliers.R roll_hampel.R
        roll_mean.R roll_median.R roll_sd.R roll_stalta.R roll_range.R
Repository: CRAN
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-08-21 19:12:36 UTC; gilliansharer
Date/Publication: 2023-08-22 08:00:02 UTC
Built: R 4.2.3; x86_64-w64-mingw32; 2024-04-24 00:38:14 UTC; windows
ExperimentalWindowsRuntime: ucrt
Archs: x64
