-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
executable file
·30 lines (30 loc) · 941 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
Package: runner
Title: Running Operations for Vectors
Type: Package
Version: 0.4.4
Depends: R (>= 3.0)
Language: en-US
Encoding: UTF-8
Authors@R: person("Dawid", "Kałędkowski",
email = "dawid.kaledkowski@gmail.com",
comment = c(ORCID = "0000-0001-9533-457X"),
role = c("aut", "cre"))
Maintainer: Dawid Kałędkowski <dawid.kaledkowski@gmail.com>
Description: Lightweight library for rolling windows operations. Package enables
full control over the window length, window lag and a time indices. With a runner
one can apply any R function on a rolling windows. The package eases work with
equally and unequally spaced time series.
License: GPL (>= 2)
BugReports: https://github.com/gogonzo/runner/issues
LinkingTo: Rcpp
Imports:
methods,
parallel,
Rcpp
Suggests:
knitr,
rmarkdown,
tinytest
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr