[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/89: gnu: r-regsem: Update to 1.6.2.
From: |
guix-commits |
Subject: |
60/89: gnu: r-regsem: Update to 1.6.2. |
Date: |
Mon, 5 Oct 2020 18:35:00 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 860841b7ffd7f5f0782f468af516bad560e9211f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 5 22:44:56 2020 +0200
gnu: r-regsem: Update to 1.6.2.
* gnu/packages/cran.scm (r-regsem): Update to 1.6.2.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 456e948..2a67f1f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20763,14 +20763,14 @@ least squares.")
(define-public r-regsem
(package
(name "r-regsem")
- (version "1.5.2")
+ (version "1.6.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "regsem" version))
(sha256
(base32
- "0ch057010xfsw0nqcsarzakdbiplvxaldyqlbbacspqs65ax1yk7"))))
+ "14nrzyrkrijdrr4jwkri5zra2wh36w68wy6xs600l2z1633h2lmn"))))
(properties `((upstream-name . "regsem")))
(build-system r-build-system)
(propagated-inputs
@@ -20778,6 +20778,8 @@ least squares.")
("r-rcpp" ,r-rcpp)
("r-rcpparmadillo" ,r-rcpparmadillo)
("r-rsolnp" ,r-rsolnp)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://cran.r-project.org/package=regsem")
(synopsis "Regularized structural equation modeling")
(description
- 12/89: gnu: r-psych: Update to 2.0.9., (continued)
- 12/89: gnu: r-psych: Update to 2.0.9., guix-commits, 2020/10/05
- 19/89: gnu: r-tinytex: Update to 0.26., guix-commits, 2020/10/05
- 14/89: gnu: r-hardyweinberg: Update to 1.6.8., guix-commits, 2020/10/05
- 15/89: gnu: r-vcd: Update to 1.4-8., guix-commits, 2020/10/05
- 20/89: gnu: r-statnet-common: Update to 4.4.1., guix-commits, 2020/10/05
- 24/89: gnu: r-bibtex: Update to 0.4.2.3., guix-commits, 2020/10/05
- 35/89: gnu: r-npsurv: Update to 0.5-0., guix-commits, 2020/10/05
- 40/89: gnu: r-fields: Update to 11.5., guix-commits, 2020/10/05
- 53/89: gnu: r-parameters: Update to 0.8.6., guix-commits, 2020/10/05
- 57/89: gnu: r-diagram: Update to 1.6.5., guix-commits, 2020/10/05
- 60/89: gnu: r-regsem: Update to 1.6.2.,
guix-commits <=
- 59/89: gnu: r-stm: Update to 1.3.6., guix-commits, 2020/10/05
- 58/89: gnu: r-quanteda: Update to 2.1.2., guix-commits, 2020/10/05
- 44/89: etc: committer: Use EQUAL? instead of EQ? for differences., guix-commits, 2020/10/05
- 64/89: gnu: r-binman: Update to 0.1.2., guix-commits, 2020/10/05
- 63/89: gnu: r-rxnat: Update to 1.0.14., guix-commits, 2020/10/05
- 66/89: gnu: r-cpp11: Update to 0.2.2., guix-commits, 2020/10/05
- 55/89: gnu: r-lhs: Update to 1.1.1., guix-commits, 2020/10/05
- 74/89: gnu: r-knitr: Update to 1.30., guix-commits, 2020/10/05
- 78/89: gnu: r-openssl: Update to 1.4.3., guix-commits, 2020/10/05
- 83/89: gnu: r-rsqlite: Update to 2.2.1., guix-commits, 2020/10/05