[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/74: gnu: r-lobstr: Update to 1.1.2.
From: |
guix-commits |
Subject: |
33/74: gnu: r-lobstr: Update to 1.1.2. |
Date: |
Sat, 2 Jul 2022 18:00:36 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 67c83e104c8e16ede90b9aa4343e1d1e63fa8905
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 1 15:30:06 2022 +0200
gnu: r-lobstr: Update to 1.1.2.
* gnu/packages/cran.scm (r-lobstr): Update to 1.1.2.
[propagated-inputs]: Remove r-rcpp; add r-cpp11 and r-prettyunits.
---
gnu/packages/cran.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6db00806f6..ced5af91eb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28436,18 +28436,21 @@ workflow. The advantages are:
(define-public r-lobstr
(package
(name "r-lobstr")
- (version "1.1.1")
+ (version "1.1.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "lobstr" version))
(sha256
(base32
- "0vkif17825x33cz8r89j0qph4wj5l8fzfgl8nh2g7m2v140cxjdq"))))
+ "060p7b7i2qx09d7nf0kdl85r9j886fivrkrsl2bn10cggvnk7icv"))))
(properties `((upstream-name . "lobstr")))
(build-system r-build-system)
(propagated-inputs
- (list r-crayon r-rcpp r-rlang))
+ (list r-cpp11
+ r-crayon
+ r-prettyunits
+ r-rlang))
(home-page "https://github.com/r-lib/lobstr")
(synopsis "Visualize R data structures with trees")
(description
- 40/74: gnu: r-downlit: Update to 0.4.1., (continued)
- 40/74: gnu: r-downlit: Update to 0.4.1., guix-commits, 2022/07/02
- 49/74: gnu: r-r-utils: Update to 2.12.0., guix-commits, 2022/07/02
- 55/74: gnu: r-gld: Update to 2.6.5., guix-commits, 2022/07/02
- 58/74: gnu: r-organismdbi: Update to 1.38.1., guix-commits, 2022/07/02
- 65/74: gnu: r-genomicscores: Update to 2.8.2., guix-commits, 2022/07/02
- 18/74: gnu: r-waveslim: Update to 1.8.3., guix-commits, 2022/07/02
- 23/74: gnu: r-yulab-utils: Update to 0.0.5., guix-commits, 2022/07/02
- 28/74: gnu: r-additivitytests: Update to 1.1-4.1., guix-commits, 2022/07/02
- 31/74: gnu: r-flexsurv: Update to 2.2., guix-commits, 2022/07/02
- 32/74: gnu: r-igraph: Update to 1.3.2., guix-commits, 2022/07/02
- 33/74: gnu: r-lobstr: Update to 1.1.2.,
guix-commits <=
- 44/74: gnu: r-dbi: Update to 1.1.3., guix-commits, 2022/07/02
- 46/74: gnu: r-dbplyr: Update to 2.2.1., guix-commits, 2022/07/02
- 50/74: gnu: r-r-rsp: Update to 0.45.0., guix-commits, 2022/07/02
- 54/74: gnu: r-clubsandwich: Update to 0.5.7., guix-commits, 2022/07/02
- 57/74: gnu: r-limma: Update to 3.52.2., guix-commits, 2022/07/02
- 70/74: gnu: r-bgeedb: Update to 2.22.3., guix-commits, 2022/07/02
- 69/74: gnu: r-ggbio: Update to 1.44.1., guix-commits, 2022/07/02
- 67/74: gnu: r-biosigner: Update to 1.24.2., guix-commits, 2022/07/02
- 38/74: gnu: r-phangorn: Update to 2.9.0., guix-commits, 2022/07/02
- 64/74: gnu: r-clusterprofiler: Update to 4.4.4., guix-commits, 2022/07/02