unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74114] [PATCH] gnu: Add r-runner.
@ 2024-10-30 18:20 Navid Afkhami
  2024-11-01 11:27 ` bug#74114: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Navid Afkhami @ 2024-10-30 18:20 UTC (permalink / raw)
  To: 74114; +Cc: Navid Afkhami, Laurent Gatto, Ricardo Wurmus, Simon Tournier

* gnu/packages/cran.scm (r-runner): New variable.

Change-Id: Ie19a65368b6985cee8d5e438b33a222c18011b4d
---
 gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e5e1d25c77..212f305ba1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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")

base-commit: d6f775c30c6f47e174f6110d1089edc6315600e4
prerequisite-patch-id: 54292fa0b75533f02730e2da44993ad685d4a432
-- 
2.43.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#74114: [PATCH] gnu: Add r-runner.
  2024-10-30 18:20 [bug#74114] [PATCH] gnu: Add r-runner Navid Afkhami
@ 2024-11-01 11:27 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2024-11-01 11:27 UTC (permalink / raw)
  To: 74114-done

Applied, thanks!

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-01 11:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30 18:20 [bug#74114] [PATCH] gnu: Add r-runner Navid Afkhami
2024-11-01 11:27 ` bug#74114: " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).