[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/93: gnu: r-rdpack: Update to 2.0.
From: |
guix-commits |
Subject: |
23/93: gnu: r-rdpack: Update to 2.0. |
Date: |
Sat, 31 Oct 2020 08:46:06 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 6b53fac81bf9201d7cdf64a5e0a236bf462df320
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Oct 31 13:41:43 2020 +0100
gnu: r-rdpack: Update to 2.0.
* gnu/packages/cran.scm (r-rdpack): Update to 2.0.
[propagated-inputs]: Remove r-bibtex; add r-rbibutils.
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1f7e685..fbadea5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6888,18 +6888,18 @@ implemented in bibutils.")
(define-public r-rdpack
(package
(name "r-rdpack")
- (version "1.0.0")
+ (version "2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "Rdpack" version))
(sha256
(base32
- "069yh9h57z3gjl5ih1r6wyiwmgmfzkpjxrpxg8mfq7y6zr1mynsw"))))
+ "04gk68y3cxlqhfl1aarjwz2mvx934ka0yxfgzrnw03ykhvb47fpi"))))
(properties `((upstream-name . "Rdpack")))
(build-system r-build-system)
(propagated-inputs
- `(("r-bibtex" ,r-bibtex)
+ `(("r-rbibutils" ,r-rbibutils)
("r-gbrd" ,r-gbrd)))
(home-page "https://github.com/GeoBosh/Rdpack")
(synopsis "Update and manipulate Rd documentation objects")
- 61/93: gnu: r-rcppziggurat: Update to 0.1.6., (continued)
- 61/93: gnu: r-rcppziggurat: Update to 0.1.6., guix-commits, 2020/10/31
- 02/93: gnu: r-v8: Update to 3.3.1., guix-commits, 2020/10/31
- 09/93: gnu: r-getoptlong: Update to 1.0.4., guix-commits, 2020/10/31
- 32/93: gnu: r-bayestestr: Update to 0.7.5., guix-commits, 2020/10/31
- 45/93: gnu: r-haplo-stats: Update to 1.8.6., guix-commits, 2020/10/31
- 46/93: gnu: r-ldheatmap: Update to 1.0-4., guix-commits, 2020/10/31
- 47/93: gnu: r-bookdown: Update to 0.21., guix-commits, 2020/10/31
- 06/93: gnu: r-servr: Update to 0.20., guix-commits, 2020/10/31
- 12/93: gnu: r-squarem: Update to 2020.5., guix-commits, 2020/10/31
- 21/93: gnu: r-dosnow: Update to 1.0.19., guix-commits, 2020/10/31
- 23/93: gnu: r-rdpack: Update to 2.0.,
guix-commits <=
- 22/93: gnu: r-reticulate: Update to 1.18., guix-commits, 2020/10/31
- 35/93: gnu: r-sjplot: Update to 2.8.6., guix-commits, 2020/10/31
- 25/93: gnu: r-abn: Update to 2.3-0., guix-commits, 2020/10/31
- 15/93: gnu: r-stringdist: Update to 0.9.6.3., guix-commits, 2020/10/31
- 54/93: gnu: r-parameters: Update to 0.9.0., guix-commits, 2020/10/31
- 59/93: gnu: r-rismed: Update to 2.2., guix-commits, 2020/10/31
- 60/93: gnu: r-cpp11: Update to 0.2.3., guix-commits, 2020/10/31
- 62/93: gnu: r-igraph: Update to 1.2.6., guix-commits, 2020/10/31
- 64/93: gnu: r-warp: Update to 0.2.0., guix-commits, 2020/10/31
- 68/93: gnu: r-kernsmooth: Update to 2.23-18., guix-commits, 2020/10/31