guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#39416] [PATCH 25/34] gnu: Add package r-lisreltor


From: Lars-Dominik Braun
Subject: [bug#39416] [PATCH 25/34] gnu: Add package r-lisreltor
Date: Tue, 4 Feb 2020 14:56:17 +0100

* 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 2df2f90d37..1d6a26c6fa 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19950,3 +19950,25 @@ 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]