[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/20: gnu: r-vgam: Update to 1.1-3.
From: |
guix-commits |
Subject: |
20/20: gnu: r-vgam: Update to 1.1-3. |
Date: |
Thu, 30 Apr 2020 09:37:35 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 24599740e7e0910fdc2b859d2e0eff0411abbc3a
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Apr 30 15:27:45 2020 +0200
gnu: r-vgam: Update to 1.1-3.
* gnu/packages/statistics.scm (r-vgam): Update to 1.1-3.
[inputs]: Move gfortran from here...
[native-inputs]: ...to here.
---
gnu/packages/statistics.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 18eb38f..00b648a 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4957,16 +4957,16 @@ groupings.")
(define-public r-vgam
(package
(name "r-vgam")
- (version "1.1-2")
+ (version "1.1-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "VGAM" version))
(sha256
- (base32 "0kyan3a4ys2xbg9kf167cyf1gk7g963id62cjm2ij4i7y4wi61zq"))))
+ (base32 "1hwlrdx3nhdp83pvy1h23i16vbbhi4kizdhr58c8nvg7kqdzb7qc"))))
(properties `((upstream-name . "VGAM")))
(build-system r-build-system)
- (inputs
+ (native-inputs
`(("gfortran" ,gfortran)))
(home-page "https://www.stat.auckland.ac.nz/~yee/VGAM")
(synopsis "Vector generalized linear and additive models")
- branch master updated (eca648b -> 2459974), guix-commits, 2020/04/30
- 03/20: gnu: r-rootsolve: Update to 1.8.2.1., guix-commits, 2020/04/30
- 06/20: gnu: r-dalex: Update to 1.2.1., guix-commits, 2020/04/30
- 01/20: gnu: r-pkgbuild: Update to 1.0.7., guix-commits, 2020/04/30
- 07/20: gnu: r-ggfortify: Update to 0.4.10., guix-commits, 2020/04/30
- 08/20: gnu: r-systemfonts: Update to 0.2.1., guix-commits, 2020/04/30
- 04/20: gnu: r-usethis: Update to 1.6.1., guix-commits, 2020/04/30
- 05/20: gnu: r-arm: Update to 1.11-1., guix-commits, 2020/04/30
- 11/20: gnu: r-kutils: Update to 1.70., guix-commits, 2020/04/30
- 17/20: gnu: r-nnet: Update to 7.3-14., guix-commits, 2020/04/30
- 20/20: gnu: r-vgam: Update to 1.1-3.,
guix-commits <=
- 14/20: gnu: r-class: Update to 7.3-17., guix-commits, 2020/04/30
- 09/20: gnu: r-graphlayouts: Update to 0.7.0., guix-commits, 2020/04/30
- 15/20: gnu: r-foreign: Update to 0.8-79., guix-commits, 2020/04/30
- 02/20: gnu: r-proxy: Update to 0.4-24., guix-commits, 2020/04/30
- 10/20: gnu: r-univoutl: Update to 0.2., guix-commits, 2020/04/30
- 18/20: gnu: r-spatial: Update to 7.3-12., guix-commits, 2020/04/30
- 12/20: gnu: r-boot: Update to 1.3-25., guix-commits, 2020/04/30
- 16/20: gnu: r-kernsmooth: Update to 2.23-17., guix-commits, 2020/04/30
- 13/20: gnu: r-mass: Update to 7.3-51.6., guix-commits, 2020/04/30
- 19/20: gnu: r-rcpparmadillo: Update to 0.9.870.2.0., guix-commits, 2020/04/30