[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/11: gnu: r-survey: Update to 3.36.
From: |
guix-commits |
Subject: |
03/11: gnu: r-survey: Update to 3.36. |
Date: |
Sat, 27 Apr 2019 06:03:25 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 7b18fac45ba260bc5080db76fec6c01f22a9c6b2
Author: Ricardo Wurmus <address@hidden>
Date: Sat Apr 27 11:36:44 2019 +0200
gnu: r-survey: Update to 3.36.
* gnu/packages/cran.scm (r-survey): Update to 3.36.
[propagated-inputs]: Add r-mitools.
---
gnu/packages/cran.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b623381..405940a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7249,19 +7249,20 @@ console, resulting in an interactive editing
environment.")
(define-public r-survey
(package
(name "r-survey")
- (version "3.35-1")
+ (version "3.36")
(source
(origin
(method url-fetch)
(uri (cran-uri "survey" version))
(sha256
(base32
- "1nv4sdfmidvyjgvp3zvn5iw35bb8w0v7095is2pdy8cckkgdvr8i"))))
+ "0xclsy4ram4k48vzh5m5bpmknnpwxnss85v73s4czsjj5ffjxwwh"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)
("r-matrix" ,r-matrix)
("r-minqa" ,r-minqa)
+ ("r-mitools" ,r-mitools)
("r-numderiv" ,r-numderiv)
("r-survival" ,r-survival)))
(home-page "http://r-survey.r-forge.r-project.org/survey/")
- branch master updated (747c8f2 -> ea9d634), guix-commits, 2019/04/27
- 02/11: gnu: r-ordinal: Update to 2019.4-25., guix-commits, 2019/04/27
- 01/11: gnu: Add r-mitools., guix-commits, 2019/04/27
- 03/11: gnu: r-survey: Update to 3.36.,
guix-commits <=
- 04/11: gnu: r-classint: Update to 0.3-3., guix-commits, 2019/04/27
- 05/11: gnu: r-sf: Update to 0.7-4., guix-commits, 2019/04/27
- 08/11: gnu: r-rngtools: Update to 1.3.1.1., guix-commits, 2019/04/27
- 10/11: gnu: r-caret: Update to 6.0-84., guix-commits, 2019/04/27
- 06/11: gnu: r-boot: Update to 1.3-22., guix-commits, 2019/04/27
- 09/11: gnu: r-fpc: Update to 2.1-11.2., guix-commits, 2019/04/27
- 07/11: gnu: r-mass: Update to 7.3-51.4., guix-commits, 2019/04/27
- 11/11: gnu: r-quadprog: Update to 1.5-6., guix-commits, 2019/04/27