[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/89: gnu: Add r-warp.
From: |
guix-commits |
Subject: |
02/89: gnu: Add r-warp. |
Date: |
Mon, 5 Oct 2020 18:34:41 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 64d4816881baf25432ec9ffaaf151023fd0f115c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 5 22:09:09 2020 +0200
gnu: Add r-warp.
* gnu/packages/cran.scm (r-warp): New variable.
---
gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fdada68..e4ddd87 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23775,6 +23775,31 @@ to a data set such as confusion matrices, class
probability curve summaries,
and regression metrics (e.g., RMSE).")
(license license:gpl2)))
+(define-public r-warp
+ (package
+ (name "r-warp")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "warp" version))
+ (sha256
+ (base32
+ "16bmym91h0sbbh4iqasqs0f4kp3jqlm3sqgc356mznhxwnsm8dm2"))))
+ (properties `((upstream-name . "warp")))
+ (build-system r-build-system)
+ (native-inputs `(("r-knitr" ,r-knitr)))
+ (home-page "https://github.com/DavisVaughan/warp")
+ (synopsis "Group dates")
+ (description
+ "This package provides tooling to group dates by a variety of periods
+including: yearly, monthly, by second, by week of the month, and more. The
+groups are defined in such a way that they also represent the distance between
+dates in terms of the period. This extracts valuable information that can be
+used in further calculations that rely on a specific temporal spacing between
+observations.")
+ (license license:expat)))
+
(define-public r-rsample
(package
(name "r-rsample")
- branch master updated (880fe01 -> e02babf), guix-commits, 2020/10/05
- 01/89: gnu: Add r-rle., guix-commits, 2020/10/05
- 02/89: gnu: Add r-warp.,
guix-commits <=
- 05/89: gnu: r-interval: Update to 1.1-0.7., guix-commits, 2020/10/05
- 06/89: gnu: r-fhtest: Update to 1.5., guix-commits, 2020/10/05
- 07/89: gnu: r-rticles: Update to 0.16., guix-commits, 2020/10/05
- 03/89: gnu: Add r-slider., guix-commits, 2020/10/05
- 13/89: gnu: r-broom: Update to 0.7.1., guix-commits, 2020/10/05
- 23/89: gnu: r-openxlsx: Update to 4.2.2., guix-commits, 2020/10/05
- 21/89: gnu: r-trend: Update to 1.1.4., guix-commits, 2020/10/05
- 37/89: gnu: r-fftwtools: Update to 0.9-9., guix-commits, 2020/10/05
- 04/89: gnu: r-activedriverwgs: Update to 1.1.1., guix-commits, 2020/10/05
- 22/89: gnu: r-import: Update to 1.2.0., guix-commits, 2020/10/05