[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/22: gnu: r-car: Update to 3.0-7.
From: |
guix-commits |
Subject: |
22/22: gnu: r-car: Update to 3.0-7. |
Date: |
Thu, 12 Mar 2020 10:35:31 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 72e76113f7731190881267856d3f91775450f147
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Mar 12 14:27:12 2020 +0100
gnu: r-car: Update to 3.0-7.
* gnu/packages/statistics.scm (r-car): Update to 3.0-7.
[native-inputs]: Add r-knitr.
---
gnu/packages/statistics.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index cee6dd4..6616780 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus
<address@hidden>
;;; Copyright © 2015 Vicente Vera Parra <address@hidden>
;;; Copyright © 2016 Andreas Enge <address@hidden>
;;; Copyright © 2016, 2017, 2019 Efraim Flashner <address@hidden>
@@ -5204,13 +5204,13 @@ Companion to Applied Regression, Third Edition, Sage.")
(define-public r-car
(package
(name "r-car")
- (version "3.0-6")
+ (version "3.0-7")
(source
(origin
(method url-fetch)
(uri (cran-uri "car" version))
(sha256
- (base32 "0yv5mwaa0ymrbis9590mx0zcj3w6j4drhs6ab13zhx4zc3x1b7b6"))))
+ (base32 "11sfk1l41j27mrfy16g7b02c570n3gy9icvpcrfjh1biykqa565d"))))
(build-system r-build-system)
(propagated-inputs
`(("r-abind" ,r-abind)
@@ -5224,6 +5224,8 @@ Companion to Applied Regression, Third Edition, Sage.")
("r-pbkrtest" ,r-pbkrtest)
("r-quantreg" ,r-quantreg)
("r-rio" ,r-rio)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://r-forge.r-project.org/projects/car/")
(synopsis "Companion to applied regression")
(description
- 01/22: gnu: r-qtl: Update to 1.46-2., (continued)
- 01/22: gnu: r-qtl: Update to 1.46-2., guix-commits, 2020/03/12
- 04/22: gnu: r-cicero: Update to 1.4.4., guix-commits, 2020/03/12
- 03/22: gnu: r-ggcyto: Update to 1.14.1., guix-commits, 2020/03/12
- 05/22: gnu: r-vctrs: Update to 0.2.4., guix-commits, 2020/03/12
- 08/22: gnu: r-sjplot: Update to 2.8.3., guix-commits, 2020/03/12
- 06/22: gnu: r-vim: Update to 5.1.1., guix-commits, 2020/03/12
- 07/22: gnu: r-catdap: Update to 1.3.5., guix-commits, 2020/03/12
- 09/22: gnu: r-rcppparallel: Update to 5.0.0., guix-commits, 2020/03/12
- 15/22: gnu: r-graphlayouts: Update to 0.6.0., guix-commits, 2020/03/12
- 17/22: gnu: r-cdm: Update to 7.5-15., guix-commits, 2020/03/12
- 22/22: gnu: r-car: Update to 3.0-7.,
guix-commits <=
- 14/22: gnu: r-ggfortify: Update to 0.4.9., guix-commits, 2020/03/12
- 16/22: gnu: r-parameters: Update to 0.6.0., guix-commits, 2020/03/12
- 18/22: gnu: r-tam: Update to 3.4-26., guix-commits, 2020/03/12
- 19/22: gnu: r-xml2: Update to 1.2.5., guix-commits, 2020/03/12
- 21/22: gnu: r-nloptr: Update to 1.2.2.1., guix-commits, 2020/03/12
- 12/22: gnu: r-pegas: Update to 0.13., guix-commits, 2020/03/12
- 10/22: gnu: r-tidytree: Update to 0.3.2., guix-commits, 2020/03/12
- 11/22: gnu: r-spatialextremes: Update to 2.0-8., guix-commits, 2020/03/12
- 13/22: gnu: r-ggplotify: Update to 0.0.5., guix-commits, 2020/03/12
- 20/22: gnu: r-roxygen2: Update to 7.1.0., guix-commits, 2020/03/12