mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-regsem: Update to 1.6.2.
* gnu/packages/cran.scm (r-regsem): Update to 1.6.2. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
b68f77fc8d
commit
860841b7ff
1 changed files with 4 additions and 2 deletions
|
@ -20763,14 +20763,14 @@ (define-public r-semtools
|
|||
(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 @@ (define-public r-regsem
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue