[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/11: gnu: r-magick: Update to 2.4.0.
From: |
guix-commits |
Subject: |
03/11: gnu: r-magick: Update to 2.4.0. |
Date: |
Wed, 24 Jun 2020 11:24:00 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 55df96b8a8b8ea8289b8a98aa47780012c03e493
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 24 17:21:15 2020 +0200
gnu: r-magick: Update to 2.4.0.
* gnu/packages/cran.scm (r-magick): Update to 2.4.0.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ffba68d..a3031dd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8326,14 +8326,14 @@ multiple-imputation datasets.")
(define-public r-magick
(package
(name "r-magick")
- (version "2.3")
+ (version "2.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "magick" version))
(sha256
(base32
- "182b4wahkq9q0scn99mql4vm9fp92nja0r5yizc4x9rjl492ahd8"))))
+ "1y1p2blkg0h6061ay7mdwssxbswgrc25raffp6d8d9cqhdmsa72s"))))
(build-system r-build-system)
(inputs
`(("imagemagick" ,imagemagick)
@@ -8343,7 +8343,8 @@ multiple-imputation datasets.")
("r-magrittr" ,r-magrittr)
("r-rcpp" ,r-rcpp)))
(native-inputs
- `(("pkg-config" ,pkg-config)))
+ `(("pkg-config" ,pkg-config)
+ ("r-knitr" ,r-knitr)))
(home-page "https://github.com/ropensci/magick")
(synopsis "Advanced graphics and image-processing in R")
(description
- branch master updated (d739b8d -> f39ef3a), guix-commits, 2020/06/24
- 01/11: gnu: r-gower: Update to 0.2.2., guix-commits, 2020/06/24
- 04/11: gnu: r-docopt: Update to 0.7.1., guix-commits, 2020/06/24
- 05/11: gnu: r-bookdown: Update to 0.20., guix-commits, 2020/06/24
- 02/11: gnu: r-recipes: Update to 0.1.13., guix-commits, 2020/06/24
- 03/11: gnu: r-magick: Update to 2.4.0.,
guix-commits <=
- 07/11: gnu: r-patchwork: Update to 1.0.1., guix-commits, 2020/06/24
- 08/11: gnu: r-knitr: Update to 1.29., guix-commits, 2020/06/24
- 06/11: gnu: r-ggforce: Update to 0.3.2., guix-commits, 2020/06/24
- 09/11: gnu: r-segmented: Update to 1.2-0., guix-commits, 2020/06/24
- 11/11: gnu: r-fpc: Update to 2.2-6., guix-commits, 2020/06/24
- 10/11: gnu: r-dt: Update to 0.14., guix-commits, 2020/06/24