[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/112: gnu: r-magrittr: Update to 2.0.1.
From: |
guix-commits |
Subject: |
15/112: gnu: r-magrittr: Update to 2.0.1. |
Date: |
Wed, 9 Dec 2020 16:06:30 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 00a275fbf427027592838bdd7217a7bd6e24994f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 9 19:50:12 2020 +0100
gnu: r-magrittr: Update to 2.0.1.
* gnu/packages/statistics.scm (r-magrittr): Update to 2.0.1.
---
gnu/packages/statistics.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 314a11e..9a9eb43 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -889,14 +889,18 @@ algorithms.")
(define-public r-magrittr
(package
(name "r-magrittr")
- (version "1.5")
+ (version "2.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "magrittr" version))
(sha256
- (base32 "1s1ar6rag8m277qcqmdp02gn4awn9bdj9ax0r8s32i59mm1mki05"))))
+ (base32 "0pxd99fvg406whqsk9wh756rayrwh84xn3h44zmlpcy23kanbhkm"))))
(build-system r-build-system)
+ ;; knitr needs magrittr
+ #;
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://cran.r-project.org/web/packages/magrittr/index.html")
(synopsis "A forward-pipe operator for R")
(description
- 47/112: gnu: r-insight: Update to 0.11.1., (continued)
- 47/112: gnu: r-insight: Update to 0.11.1., guix-commits, 2020/12/09
- 45/112: gnu: r-rdpack: Update to 2.1., guix-commits, 2020/12/09
- 42/112: gnu: r-radiant-data: Update to 1.3.12., guix-commits, 2020/12/09
- 52/112: gnu: r-raster: Update to 3.4-5., guix-commits, 2020/12/09
- 50/112: gnu: r-blockfest: Update to 1.8., guix-commits, 2020/12/09
- 51/112: gnu: r-slam: Update to 0.1-48., guix-commits, 2020/12/09
- 43/112: gnu: r-renv: Update to 0.12.3., guix-commits, 2020/12/09
- 41/112: gnu: r-tseries: Update to 0.10-48., guix-commits, 2020/12/09
- 54/112: gnu: r-multcomp: Update to 1.4-15., guix-commits, 2020/12/09
- 13/112: gnu: r-d3r: Update to 0.9.1., guix-commits, 2020/12/09
- 15/112: gnu: r-magrittr: Update to 2.0.1.,
guix-commits <=
- 24/112: gnu: r-circlize: Update to 0.4.11., guix-commits, 2020/12/09
- 29/112: gnu: r-lava: Update to 1.6.8.1., guix-commits, 2020/12/09
- 22/112: gnu: r-colorspace: Update to 2.0-0., guix-commits, 2020/12/09
- 26/112: gnu: r-extremes: Update to 2.1., guix-commits, 2020/12/09
- 28/112: gnu: r-fitdistrplus: Update to 1.1-3., guix-commits, 2020/12/09
- 33/112: gnu: r-hardyweinberg: Update to 1.6.9., guix-commits, 2020/12/09
- 35/112: gnu: r-processx: Update to 3.4.5., guix-commits, 2020/12/09
- 34/112: gnu: r-cli: Update to 2.2.0., guix-commits, 2020/12/09
- 31/112: gnu: r-recipes: Update to 0.1.15., guix-commits, 2020/12/09
- 32/112: gnu: r-mice: Update to 3.12.0., guix-commits, 2020/12/09