[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/55: gnu: r-proc: Update to 1.14.0.
From: |
guix-commits |
Subject: |
49/55: gnu: r-proc: Update to 1.14.0. |
Date: |
Wed, 20 Mar 2019 19:03:12 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit a3daf011cca786cf4b9cc9048af83ac81d8a8ea7
Author: Ricardo Wurmus <address@hidden>
Date: Wed Mar 20 23:55:11 2019 +0100
gnu: r-proc: Update to 1.14.0.
* gnu/packages/cran.scm (r-proc): Update to 1.14.0.
[propagated-inputs]: Remove r-ggplot2.
---
gnu/packages/cran.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8b83bc4..a178c8f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6273,19 +6273,18 @@ containing one or more SNPs that evolved under
directional selection.")
(define-public r-proc
(package
(name "r-proc")
- (version "1.13.0")
+ (version "1.14.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "pROC" version))
(sha256
(base32
- "0ain17clympkx09ym7gydylcd93096dxzqx1qzci310yq2l7fknm"))))
+ "0ki1pvj5iaki81crapvwqllg5avn5qlvv62axnsdkdcmv9xc3wg0"))))
(properties `((upstream-name . "pROC")))
(build-system r-build-system)
(propagated-inputs
- `(("r-ggplot2" ,r-ggplot2)
- ("r-plyr" ,r-plyr)
+ `(("r-plyr" ,r-plyr)
("r-rcpp" ,r-rcpp)))
(home-page "http://expasy.org/tools/pROC/")
(synopsis "Display and analyze ROC curves")
- 29/55: gnu: r-cli: Update to 1.1.0., (continued)
- 29/55: gnu: r-cli: Update to 1.1.0., guix-commits, 2019/03/20
- 30/55: gnu: r-processx: Update to 3.3.0., guix-commits, 2019/03/20
- 35/55: gnu: r-purrr: Update to 0.3.2., guix-commits, 2019/03/20
- 32/55: gnu: r-zip: Update to 2.0.1., guix-commits, 2019/03/20
- 34/55: gnu: r-mclust: Update to 5.4.3., guix-commits, 2019/03/20
- 47/55: gnu: r-rgl: Update to 0.100.19., guix-commits, 2019/03/20
- 27/55: gnu: r-lmoments: Update to 1.3-1., guix-commits, 2019/03/20
- 46/55: gnu: r-argparse: Update to 2.0.1., guix-commits, 2019/03/20
- 41/55: gnu: r-gmp: Update to 0.5-13.5., guix-commits, 2019/03/20
- 45/55: gnu: r-findpython: Update to 1.0.5., guix-commits, 2019/03/20
- 49/55: gnu: r-proc: Update to 1.14.0.,
guix-commits <=
- 55/55: gnu: r-spam: Update to 2.2-2., guix-commits, 2019/03/20
- 09/55: gnu: qtractor: Update to 0.9.6., guix-commits, 2019/03/20
- 20/55: gnu: r-httpuv: Update to 1.5.0., guix-commits, 2019/03/20
- 26/55: gnu: r-rcpp: Update to 1.0.1., guix-commits, 2019/03/20
- 52/55: gnu: r-coin: Update to 1.3-0., guix-commits, 2019/03/20
- 07/55: gnu: r-maldiquant: Update to 1.19.2., guix-commits, 2019/03/20
- 03/55: gnu: r-sys: Update to 3.1., guix-commits, 2019/03/20
- 06/55: gnu: Add r-libcoin., guix-commits, 2019/03/20
- 14/55: gnu: r-highr: Update to 0.8., guix-commits, 2019/03/20
- 16/55: gnu: r-tibble: Update to 2.1.1., guix-commits, 2019/03/20