-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 949 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: MazamaRollUtils
Type: Package
Title: Efficient Rolling Functions
Version: 0.1.3
Date: 2021-09-15
Authors@R: c(
person("Jonathan", "Callahan", email="[email protected]", role=c("aut", "cre")),
person("Hans", "Martin", email="[email protected]", role=c("aut"))
)
Maintainer: Jonathan Callahan <[email protected]>
Description: A suite of compiled functions calculating rolling mins, means,
maxes and other statistics. This package is designed to meet the needs of
data processing systems for environmental time series.
License: GPL-3
URL: https://github.com/MazamaScience/MazamaRollUtils
BugReports: https://github.com/MazamaScience/MazamaRollUtils/issues
Depends:
R (>= 3.5.0)
Imports:
Rcpp (>= 1.0.6),
Suggests:
knitr,
markdown,
rmarkdown,
roxygen2,
testthat (>= 2.1.0),
zoo
LinkingTo: Rcpp
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 7.1.2