Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
From 5e353564b466ec5160e7681648f8f7cca6a1e0c7 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 18 Feb 2019 21:24:40 -0600
Subject: [PATCH 21/24] gnu: r-vim: Update to 4.8.0.
* gnu/packages/cran.scm (r-vim): Update to 4.8.0.
---
gnu/packages/cran.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Toggle diff (37 lines)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 32a1e066b..973ae1eb8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4607,14 +4607,14 @@ specific S3-method.")
(define-public r-vim
(package
(name "r-vim")
- (version "4.7.0")
+ (version "4.8.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "VIM" version))
(sha256
(base32
- "1vjcs5wvjv94ln01d94h9rs4j50d3ky4n26mm3prgh13raylrmnd"))))
+ "08x4a4yzgp8adgrv7a3666yma4b60n64mcsnvhzmwdy023f4ysrw"))))
(properties `((upstream-name . "VIM")))
(build-system r-build-system)
(propagated-inputs
@@ -4625,11 +4625,12 @@ specific S3-method.")
("r-laeken" ,r-laeken)
("r-mass" ,r-mass)
("r-nnet" ,r-nnet)
+ ("r-ranger" ,r-ranger)
("r-rcpp" ,r-rcpp)
("r-robustbase" ,r-robustbase)
("r-sp" ,r-sp)
("r-vcd" ,r-vcd)))
- (home-page "https://github.com/alexkowa/VIM")
+ (home-page "https://github.com/statistikat/VIM")
(synopsis "Visualization and imputation of missing values")
(description
"This package provides tools for the visualization of missing and/or
--
2.20.1