gnu: r-regsem: Update to 1.6.2.
* gnu/packages/cran.scm (r-regsem): Update to 1.6.2. [native-inputs]: Add r-knitr.master
parent
b68f77fc8d
commit
860841b7ff
|
@ -20763,14 +20763,14 @@ least squares.")
|
||||||
(define-public r-regsem
|
(define-public r-regsem
|
||||||
(package
|
(package
|
||||||
(name "r-regsem")
|
(name "r-regsem")
|
||||||
(version "1.5.2")
|
(version "1.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "regsem" version))
|
(uri (cran-uri "regsem" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ch057010xfsw0nqcsarzakdbiplvxaldyqlbbacspqs65ax1yk7"))))
|
"14nrzyrkrijdrr4jwkri5zra2wh36w68wy6xs600l2z1633h2lmn"))))
|
||||||
(properties `((upstream-name . "regsem")))
|
(properties `((upstream-name . "regsem")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -20778,6 +20778,8 @@ least squares.")
|
||||||
("r-rcpp" ,r-rcpp)
|
("r-rcpp" ,r-rcpp)
|
||||||
("r-rcpparmadillo" ,r-rcpparmadillo)
|
("r-rcpparmadillo" ,r-rcpparmadillo)
|
||||||
("r-rsolnp" ,r-rsolnp)))
|
("r-rsolnp" ,r-rsolnp)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://cran.r-project.org/package=regsem")
|
(home-page "https://cran.r-project.org/package=regsem")
|
||||||
(synopsis "Regularized structural equation modeling")
|
(synopsis "Regularized structural equation modeling")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue