@@ -1689,6 +1689,30 @@ (define-public r-rpresto
gigabytes to petabytes.")
(license license:bsd-3)))
+(define-public r-runner
+ (package
+ (name "r-runner")
+ (version "0.4.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "runner" version))
+ (sha256
+ (base32 "0vhqjnwcx3z3i74p26divx6palx1rwvk4jpqn64jrqlzaw9qich4"))))
+ (properties `((upstream-name . "runner")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-rcpp))
+ (native-inputs (list r-knitr))
+ (home-page "https://cran.r-project.org/package=runner")
+ (synopsis "Running operations for vectors")
+ (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 license:gpl2+)))
+
(define-public r-prettydoc
(package
(name "r-prettydoc")