[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
104/105: gnu: r-tolerance: Update to 2.0.0.
From: |
guix-commits |
Subject: |
104/105: gnu: r-tolerance: Update to 2.0.0. |
Date: |
Wed, 19 Feb 2020 15:48:18 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 1a060eabf8d30d1d1f5f9c551a7d3840e07651d1
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 19 21:19:39 2020 +0100
gnu: r-tolerance: Update to 2.0.0.
* gnu/packages/cran.scm (r-tolerance): Update to 2.0.0.
[propagated-inputs]: Add r-mass.
---
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 29106bb..5c6a4e7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18475,18 +18475,19 @@ used in outliers detection.")
(define-public r-tolerance
(package
(name "r-tolerance")
- (version "1.3.0")
+ (version "2.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "tolerance" version))
(sha256
(base32
- "17qh4ad1f3fbcpwlxxqh8qr9bnwjcl4yxk0l3fkbr6b2l4rc5p86"))))
+ "001snzr2ipag3zprynydlbi9prkjzrllc054qh7m0qwkb3r19jjd"))))
(properties `((upstream-name . "tolerance")))
(build-system r-build-system)
(propagated-inputs
- `(("r-rgl" ,r-rgl)))
+ `(("r-mass" ,r-mass)
+ ("r-rgl" ,r-rgl)))
(home-page "https://cran.r-project.org/web/packages/tolerance/")
(synopsis "Statistical tolerance intervals and regions")
(description
- 79/105: gnu: r-etm: Update to 1.0.5.1., (continued)
- 79/105: gnu: r-etm: Update to 1.0.5.1., guix-commits, 2020/02/19
- 85/105: gnu: r-picante: Update to 1.8.1., guix-commits, 2020/02/19
- 86/105: gnu: r-spdata: Update to 0.3.3., guix-commits, 2020/02/19
- 88/105: gnu: r-sf: Update to 0.8-1., guix-commits, 2020/02/19
- 92/105: gnu: r-styler: Update to 1.3.1., guix-commits, 2020/02/19
- 94/105: gnu: r-assertr: Update to 2.7., guix-commits, 2020/02/19
- 97/105: gnu: r-abcrlda: Update to 1.0.2., guix-commits, 2020/02/19
- 99/105: gnu: r-randtoolbox: Update to 1.30.1., guix-commits, 2020/02/19
- 102/105: gnu: r-actigraphy: Update to 1.4.0., guix-commits, 2020/02/19
- 103/105: gnu: r-imager: Update to 0.42.1., guix-commits, 2020/02/19
- 104/105: gnu: r-tolerance: Update to 2.0.0.,
guix-commits <=
- 105/105: gnu: r-biclust: Update to 2.0.2., guix-commits, 2020/02/19