[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/21: gnu: r-radiant-data: Update to 1.3.4.
From: |
guix-commits |
Subject: |
09/21: gnu: r-radiant-data: Update to 1.3.4. |
Date: |
Tue, 24 Mar 2020 06:06:12 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2f445f0da3add6737dfce52736356cc9fd764cf8
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Mar 24 10:31:58 2020 +0100
gnu: r-radiant-data: Update to 1.3.4.
* gnu/packages/cran.scm (r-radiant-data): Update to 1.3.4.
[propagated-inputs]: Remove r-gridextra; add r-mass, r-patchwork, and
r-randomizr.
---
gnu/packages/cran.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 07eeeb7..b1ef458 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4983,14 +4983,14 @@ systems.")
(define-public r-radiant-data
(package
(name "r-radiant-data")
- (version "1.0.6")
+ (version "1.3.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "radiant.data" version))
(sha256
(base32
- "08x7zasxf429m021482p86lx3zc6dqz2mih0id8s34isg4gafapg"))
+ "19sjjb49inrfl7jzq4zpwhdslni0zrp30bl58pisin29ka3ylpzs"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -5008,15 +5008,17 @@ systems.")
("r-dt" ,r-dt)
("r-glue" ,r-glue)
("r-ggplot2" ,r-ggplot2)
- ("r-gridextra" ,r-gridextra)
("r-import" ,r-import)
("r-jsonlite" ,r-jsonlite)
("r-knitr" ,r-knitr)
("r-lubridate" ,r-lubridate)
("r-magrittr" ,r-magrittr)
("r-markdown" ,r-markdown)
+ ("r-mass" ,r-mass)
+ ("r-patchwork" ,r-patchwork)
("r-plotly" ,r-plotly)
("r-psych" ,r-psych)
+ ("r-randomizr" ,r-randomizr)
("r-readr" ,r-readr)
("r-readxl" ,r-readxl)
("r-rlang" ,r-rlang)
- branch master updated (47a2306 -> b0d1da9), guix-commits, 2020/03/24
- 01/21: gnu: Add r-randomizr., guix-commits, 2020/03/24
- 05/21: gnu: r-hmisc: Update to 4.4-0., guix-commits, 2020/03/24
- 04/21: gnu: r-pkgmaker: Update to 0.31.1., guix-commits, 2020/03/24
- 03/21: gnu: r-dt: Update to 0.13., guix-commits, 2020/03/24
- 07/21: gnu: r-igraph: Update to 1.2.5., guix-commits, 2020/03/24
- 08/21: gnu: r-patchwork: Update to 1.0.0., guix-commits, 2020/03/24
- 09/21: gnu: r-radiant-data: Update to 1.3.4.,
guix-commits <=
- 14/21: gnu: r-caret: Update to 6.0-86., guix-commits, 2020/03/24
- 15/21: gnu: r-tximport: Update to 1.14.2., guix-commits, 2020/03/24
- 06/21: gnu: r-robustbase: Update to 0.93-6., guix-commits, 2020/03/24
- 16/21: gnu: r-gosemsim: Update to 2.12.1., guix-commits, 2020/03/24
- 17/21: gnu: r-biosigner: Update to 1.14.4., guix-commits, 2020/03/24
- 20/21: gnu: r-shiny: Update to 1.4.0.2., guix-commits, 2020/03/24
- 10/21: gnu: r-xgboost: Update to 1.0.0.1., guix-commits, 2020/03/24
- 11/21: gnu: r-proc: Update to 1.16.2., guix-commits, 2020/03/24
- 12/21: gnu: r-mcmc: Update to 0.9-7., guix-commits, 2020/03/24
- 02/21: gnu: r-locfit: Update to 1.5-9.2., guix-commits, 2020/03/24