gnu: Add r-lisreltor.

* gnu/packages/cran.scm (r-lisreltor): New variable.
This commit is contained in:
Lars-Dominik Braun 2020-02-04 14:11:25 +01:00 committed by Ricardo Wurmus
parent c86473c228
commit 6998b6f7aa
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -19921,3 +19921,23 @@ (define-public r-rockchalk
\"residual-centered\" predictors. The vignette @code{rockchalk} offers a
fairly comprehensive overview.")
(license license:gpl3+)))
(define-public r-lisreltor
(package
(name "r-lisreltor")
(version "0.1.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "lisrelToR" version))
(sha256
(base32
"0zicq0z3hhixan1p1apybnf3v5s6v6ysll4pcz8ivygwr2swv3p5"))))
(properties `((upstream-name . "lisrelToR")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/package=lisrelToR")
(synopsis "Import output from LISREL into R")
(description
"This is an unofficial package aimed at automating the import of LISREL
output in R.")
(license license:gpl2)))