me
/
guix
Archived
1
0
Fork 0

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.
master
Ricardo Wurmus 2022-07-01 15:30:06 +02:00
parent 6cbcdb0369
commit 67c83e104c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 3 deletions

View File

@ -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