[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/377: gnu: r-datawizard: Update to 0.2.0.
From: |
guix-commits |
Subject: |
12/377: gnu: r-datawizard: Update to 0.2.0. |
Date: |
Sun, 5 Sep 2021 10:06:42 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 1a54a0b975eee4aae7fc2bb45741341634ab8d4d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 22 17:53:23 2021 +0200
gnu: r-datawizard: Update to 0.2.0.
* gnu/packages/cran.scm (r-datawizard): Update to 0.2.0.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f7a3c86..413a0bd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -187,18 +187,20 @@ etc.")
(define-public r-datawizard
(package
(name "r-datawizard")
- (version "0.1.0")
+ (version "0.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "datawizard" version))
(sha256
(base32
- "1fc27arvm6ks65kl9nrl2vnprpz7j8d0r2yassgxnnvr3p3ba043"))))
+ "1brbkjl0ds3gd0x6jl6vggzl1nfrn76z63vhj2gbl9l168iss5z3"))))
(properties `((upstream-name . "datawizard")))
(build-system r-build-system)
(propagated-inputs
`(("r-insight" ,r-insight)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://easystats.github.io/datawizard/")
(synopsis "Easy data wrangling")
(description
- 137/377: gnu: Add r-zoltr., (continued)
- 137/377: gnu: Add r-zoltr., guix-commits, 2021/09/05
- 141/377: gnu: rust-libc-0.2: Update to 0.2.101., guix-commits, 2021/09/05
- 128/377: gnu: r-dismo: Remove commented input., guix-commits, 2021/09/05
- 143/377: gnu: Add rust-fd-lock-3., guix-commits, 2021/09/05
- 23/377: gnu: r-rbibutils: Update to 2.2.3., guix-commits, 2021/09/05
- 35/377: gnu: r-terra: Update to 1.3-22., guix-commits, 2021/09/05
- 41/377: gnu: r-packrat: Update to 0.7.0., guix-commits, 2021/09/05
- 37/377: gnu: r-showtext: Update to 0.9-4., guix-commits, 2021/09/05
- 44/377: gnu: r-rxnat: Update to 1.0.15., guix-commits, 2021/09/05
- 39/377: gnu: r-quanteda: Update to 3.1.0., guix-commits, 2021/09/05
- 12/377: gnu: r-datawizard: Update to 0.2.0.,
guix-commits <=
- 18/377: gnu: r-bbmle: Update to 1.0.24., guix-commits, 2021/09/05
- 19/377: gnu: r-xfun: Update to 0.25., guix-commits, 2021/09/05
- 20/377: gnu: r-tinytex: Update to 0.33., guix-commits, 2021/09/05
- 24/377: gnu: r-insight: Update to 0.14.3., guix-commits, 2021/09/05
- 32/377: gnu: r-bookdown: Update to 0.23., guix-commits, 2021/09/05
- 36/377: gnu: r-sysfonts: Update to 0.8.5., guix-commits, 2021/09/05
- 43/377: gnu: r-rlinsolve: Update to 0.3.2., guix-commits, 2021/09/05
- 47/377: gnu: r-infer: Update to 1.0.0., guix-commits, 2021/09/05
- 52/377: gnu: r-rjsonio: Update to 1.3-1.5., guix-commits, 2021/09/05
- 55/377: gnu: r-opencpu: Update to 2.2.5., guix-commits, 2021/09/05