forked from tavareshugo/WindowScanR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
16 lines (16 loc) · 820 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Package: windowscanr
Title: Apply functions using sliding windows
Version: 0.1
Authors@R: person("Hugo", "Tavares", email = "[email protected]", role = c("aut", "cre"))
Description: windowscanr is a simple package with one main function: `winScan()`. This function
allows one to calculate any statistics across a sliding window. It works on data.frame objects,
and supports both "rolling" windows (simply based on the rows of the table) or "position" windows
(based on a variable of positions given by the user). It can apply any valid functions given by
the user and calculate windows based on grouping variables.
Depends: R (>= 3.2.3)
License: GPL-3
LazyData: true
Imports: dplyr
Suggests: ggplot2,tidyr,knitr
VignetteBuilder: knitr
RoxygenNote: 6.0.1