>From 669dbf6dc52cd6349262234625f5b02a3bc4ae60 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 4 Feb 2020 14:11:25 +0100 Subject: [v2 25/34] gnu: Add package r-lisreltor * gnu/packages/cran.scm (r-lisreltor): New variable. --- gnu/packages/cran.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 1ccc237bf1..55966d09aa 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -19954,3 +19954,25 @@ fairly comprehensive overview. The vignette @code{Rstyle} has advice about coding in R. The package title @code{rockchalk} refers to our school motto, \"Rock Chalk Jayhawk, Go K.U.\".") (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. This package or its maintainer is not in any way affiliated with +the creators of LISREL and SSI, Inc.") + (license license:gpl2))) -- 2.20.1