-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
69 lines (69 loc) · 1.64 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Package: slider
Title: Sliding Window Functions
Version: 0.3.2.9000
Authors@R: c(
person("Davis", "Vaughan", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Provides type-stable rolling window functions over any R data
type. Cumulative and expanding windows are also supported. For more
advanced usage, an index can be used as a secondary vector that
defines how sliding windows are to be created.
License: MIT + file LICENSE
URL: https://github.com/r-lib/slider, https://slider.r-lib.org
BugReports: https://github.com/r-lib/slider/issues
Depends:
R (>= 4.0.0)
Imports:
cli (>= 3.6.1),
rlang (>= 1.1.1),
vctrs (>= 0.6.3),
warp
Suggests:
covr,
dplyr (>= 1.0.0),
knitr,
lubridate,
rmarkdown,
testthat (>= 3.0.0)
LinkingTo:
vctrs (>= 0.6.3)
VignetteBuilder:
knitr
Config/build/compilation-database: true
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Config/usethis/last-upkeep: 2024-10-25
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'arithmetic.R'
'block.R'
'conditions.R'
'hop-common.R'
'hop-index-common.R'
'hop-index.R'
'hop-index2.R'
'hop.R'
'hop2.R'
'phop-index.R'
'phop.R'
'slide-index2.R'
'pslide-index.R'
'slide-period2.R'
'pslide-period.R'
'slide2.R'
'pslide.R'
'segment-tree.R'
'slide-common.R'
'slide-index-common.R'
'slide-index.R'
'slide-period-common.R'
'slide-period.R'
'slide.R'
'slider-package.R'
'summary-index.R'
'summary-slide.R'
'utils.R'
'zzz.R'