[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/20: gnu: r-sn: Update to 1.6-0.
From: |
guix-commits |
Subject: |
04/20: gnu: r-sn: Update to 1.6-0. |
Date: |
Wed, 1 Apr 2020 05:21:55 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 0b4067277e7cbd9726c429667f4a088c4a2eaaed
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Apr 1 11:10:53 2020 +0200
gnu: r-sn: Update to 1.6-0.
* gnu/packages/statistics.scm (r-sn): Update to 1.6-0.
[propagated-inputs]: Add r-quantreq.
---
gnu/packages/statistics.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index ed60485..5a18d2c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5310,18 +5310,19 @@ first and second order derivatives.")
(define-public r-sn
(package
(name "r-sn")
- (version "1.5-5")
+ (version "1.6-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "sn" version))
(sha256
(base32
- "0ymyyc0di1g2b11wzljiih05z3rxck48wn74bygg3fiby973z49f"))))
+ "0hp4r0g87jwzkqvxsjqs5jfwwnfv3p9vzb214ffk1xvqixydc5cm"))))
(build-system r-build-system)
(propagated-inputs
`(("r-mnormt" ,r-mnormt)
- ("r-numderiv" ,r-numderiv)))
+ ("r-numderiv" ,r-numderiv)
+ ("r-quantreg" ,r-quantreg)))
(home-page "http://azzalini.stat.unipd.it/SN")
(synopsis "The skew-normal and skew-t distributions")
(description
- branch master updated (31e4794 -> 4ecba23), guix-commits, 2020/04/01
- 01/20: gnu: r-tibble: Update to 3.0.0., guix-commits, 2020/04/01
- 02/20: gnu: r-foreach: Update to 1.5.0., guix-commits, 2020/04/01
- 05/20: gnu: r-callr: Update to 3.4.3., guix-commits, 2020/04/01
- 03/20: gnu: r-gtools: Update to 3.8.2., guix-commits, 2020/04/01
- 04/20: gnu: r-sn: Update to 1.6-0.,
guix-commits <=
- 06/20: gnu: r-tinytex: Update to 0.21., guix-commits, 2020/04/01
- 07/20: gnu: r-quantmod: Update to 0.4.17., guix-commits, 2020/04/01
- 08/20: gnu: r-heatmaply: Update to 1.1.0., guix-commits, 2020/04/01
- 09/20: gnu: r-performance: Update to 0.4.5., guix-commits, 2020/04/01
- 10/20: gnu: r-fs: Update to 1.4.0., guix-commits, 2020/04/01
- 15/20: gnu: r-biomart: Update to 2.42.1., guix-commits, 2020/04/01
- 16/20: gnu: r-genomicinteractions: Update to 1.20.2., guix-commits, 2020/04/01
- 12/20: gnu: r-rematch2: Update to 2.1.1., guix-commits, 2020/04/01
- 17/20: gnu: r-gofuncr: Update to 1.6.1., guix-commits, 2020/04/01
- 18/20: gnu: r-cytoml: Update to 1.12.1., guix-commits, 2020/04/01