GNU bug report logs -
#74114
[PATCH] gnu: Add r-runner.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74114 in the body.
You can then email your comments to 74114 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org
:
bug#74114
; Package
guix-patches
.
(Wed, 30 Oct 2024 18:23:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org
.
(Wed, 30 Oct 2024 18:23:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Fri, 01 Nov 2024 11:28:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Fri, 01 Nov 2024 11:28:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 74114-done <at> debbugs.gnu.org (full text, mbox):
Applied, thanks!
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 29 Nov 2024 12:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 280 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.