all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: 74114@debbugs.gnu.org
Cc: Navid Afkhami <navid.afkhami@mdc-berlin.de>,
	Laurent Gatto <laurent.gatto@gmail.com>,
	Ricardo Wurmus <rekado@elephly.net>,
	Simon Tournier <zimon.toutoune@gmail.com>
Subject: [bug#74114] [PATCH] gnu: Add r-runner.
Date: Wed, 30 Oct 2024 18:20:58 +0000	[thread overview]
Message-ID: <b037d9fa187446a112b8852b272c92a64225907e.1730312458.git.navid.afkhami@mdc-berlin.de> (raw)

* 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





                 reply	other threads:[~2024-10-30 18:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b037d9fa187446a112b8852b272c92a64225907e.1730312458.git.navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=74114@debbugs.gnu.org \
    --cc=laurent.gatto@gmail.com \
    --cc=rekado@elephly.net \
    --cc=zimon.toutoune@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.