[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
105/377: gnu: Add r-zra.
From: |
guix-commits |
Subject: |
105/377: gnu: Add r-zra. |
Date: |
Sun, 5 Sep 2021 10:07:13 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 2f00425b4e07a0492b70cec0911a8644fe6f9489
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 10:55:31 2021 +0200
gnu: Add r-zra.
* gnu/packages/cran.scm (r-zra): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0dabbda..23076e7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30480,3 +30480,26 @@ head circumference-for-age, age circumference-for-age,
subscapular
skinfold-for-age, triceps skinfold-for-age based on the WHO Child Growth
Standards.")
(license license:agpl3+)))
+
+(define-public r-zra
+ (package
+ (name "r-zra")
+ (version "0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "ZRA" version))
+ (sha256
+ (base32
+ "1sx1q5yf68hhlb5j1hicpj594rmgajqr25llg7ax416j0m2rnagi"))))
+ (properties `((upstream-name . "ZRA")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-dygraphs" ,r-dygraphs)
+ ("r-forecast" ,r-forecast)))
+ (home-page "https://cran.r-project.org/package=ZRA")
+ (synopsis "Dynamic plots for time series forecasting")
+ (description
+ "This package combines a forecast of a time series, using the function
@code{forecast},
+with the dynamic plots from @code{dygraphs}.")
+ (license license:gpl2+)))
- 126/377: gnu: Add r-mlearning., (continued)
- 126/377: gnu: Add r-mlearning., guix-commits, 2021/09/05
- 135/377: gnu: Add r-webmockr., guix-commits, 2021/09/05
- 136/377: gnu: Add r-mockery., guix-commits, 2021/09/05
- 144/377: gnu: Add rust-rustyline-9., guix-commits, 2021/09/05
- 138/377: gnu: Add r-zoib., guix-commits, 2021/09/05
- 151/377: gnu: Add rust-polars-0.15., guix-commits, 2021/09/05
- 95/377: gnu: emacs-htmlize: Update to 1.56., guix-commits, 2021/09/05
- 99/377: gnu: wireshark: Update to 3.4.8., guix-commits, 2021/09/05
- 108/377: gnu: Add r-zoon., guix-commits, 2021/09/05
- 100/377: gnu: Add r-zzlite., guix-commits, 2021/09/05
- 105/377: gnu: Add r-zra.,
guix-commits <=
- 131/377: gnu: Add r-zonator., guix-commits, 2021/09/05
- 140/377: gnu: rust-thiserror-1: Update to 1.0.26., guix-commits, 2021/09/05
- 142/377: gnu: Add rust-nix-0.22., guix-commits, 2021/09/05
- 149/377: gnu: Add rust-polars-io-0.15., guix-commits, 2021/09/05
- 158/377: gnu: nushell: Update to 0.36.0., guix-commits, 2021/09/05
- 159/377: gnu: colobot: Update to 0.2.0-alpha., guix-commits, 2021/09/05
- 162/377: gnu: emacs-guix: Update to 0.5.2.5-c9aef52., guix-commits, 2021/09/05
- 164/377: gnu: python-pytest-timeout: Update to 1.4.2., guix-commits, 2021/09/05
- 166/377: gnu: python-greenlet: Update to 1.1.1., guix-commits, 2021/09/05
- 168/377: gnu: emacs-dash: Update to 2.19.1., guix-commits, 2021/09/05