[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/104: gnu: r-blob: Update to 1.2.0.
From: |
guix-commits |
Subject: |
17/104: gnu: r-blob: Update to 1.2.0. |
Date: |
Tue, 6 Aug 2019 09:50:21 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2de0f885f4368201d38cd2b00ad5a890f21bf645
Author: Ricardo Wurmus <address@hidden>
Date: Tue Aug 6 13:49:37 2019 +0200
gnu: r-blob: Update to 1.2.0.
* gnu/packages/statistics.scm (r-blob): Update to 1.2.0.
[propagated-inputs]: Add r-rlang and r-vctrs; remove r-tibble.
---
gnu/packages/statistics.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index ddeb8b3..388a10c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2789,17 +2789,18 @@ that package, other packages are unaffected.")
(define-public r-blob
(package
(name "r-blob")
- (version "1.1.1")
+ (version "1.2.0")
(source (origin
(method url-fetch)
(uri (cran-uri "blob" version))
(sha256
(base32
- "0lsg91hk508dd95ivig2lwg62qafwnarjw68110kx63cfk4zkjxc"))))
+ "08z071jzac4gasgfgab0y5g3ilfmlw08ln813wphxg07hsiczw8s"))))
(build-system r-build-system)
(propagated-inputs
`(("r-prettyunits" ,r-prettyunits)
- ("r-tibble" ,r-tibble)))
+ ("r-rlang" ,r-rlang)
+ ("r-vctrs" ,r-vctrs)))
(home-page "https://github.com/hadley/blob")
(synopsis "Simple S3 Class for representing vectors of binary data")
(description "Raw vectors in R are useful for storing a single binary
- 02/104: gnu: r-foreign: Update to 0.8-72., (continued)
- 02/104: gnu: r-foreign: Update to 0.8-72., guix-commits, 2019/08/06
- 10/104: gnu: r-openssl: Update to 1.4.1., guix-commits, 2019/08/06
- 15/104: gnu: r-rcpparmadillo: Update to 0.9.600.4.0., guix-commits, 2019/08/06
- 08/104: gnu: r-xml2: Update to 1.2.1., guix-commits, 2019/08/06
- 12/104: gnu: r-git2r: Update to 0.26.1., guix-commits, 2019/08/06
- 18/104: gnu: r-rsqlite: Update to 2.1.2., guix-commits, 2019/08/06
- 13/104: gnu: r-devtools: Update to 2.1.0., guix-commits, 2019/08/06
- 14/104: gnu: r-hms: Update to 0.5.0., guix-commits, 2019/08/06
- 06/104: gnu: r-dplyr: Update to 0.8.3., guix-commits, 2019/08/06
- 16/104: gnu: r-rmarkdown: Update to 1.14., guix-commits, 2019/08/06
- 17/104: gnu: r-blob: Update to 1.2.0.,
guix-commits <=
- 22/104: gnu: r-domc: Update to 1.3.6., guix-commits, 2019/08/06
- 23/104: gnu: r-rngtools: Update to 1.4., guix-commits, 2019/08/06
- 24/104: gnu: r-cowplot: Update to 1.0.0., guix-commits, 2019/08/06
- 28/104: gnu: r-pbapply: Update to 1.4-1., guix-commits, 2019/08/06
- 25/104: gnu: r-fastica: Update to 1.2-2., guix-commits, 2019/08/06
- 27/104: gnu: r-robust: Update to 0.4-18.1., guix-commits, 2019/08/06
- 30/104: gnu: r-desolve: Update to 1.24., guix-commits, 2019/08/06
- 32/104: gnu: r-ellipsis: Update to 0.2.0.1., guix-commits, 2019/08/06
- 04/104: gnu: r-digest: Update to 0.6.20., guix-commits, 2019/08/06
- 11/104: gnu: r-httr: Update to 1.4.1., guix-commits, 2019/08/06