guix-patches
[Top][All Lists]
Advanced

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

[bug#39416] [PATCH 30/34] gnu: Add package r-semplot


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

* gnu/packages/cran.scm (r-semplot): New variable.
---
 gnu/packages/cran.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3f24c9964a..fe2ef959dd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20096,3 +20096,37 @@ Model Estimation")
 graphical model computation.  See Epskamp et al. (2012)
 <doi:10.18637/jss.v048.i04>.")
     (license license:gpl2)))
+
+(define-public r-semplot
+  (package
+    (name "r-semplot")
+    (version "1.1.2")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "semPlot" version))
+        (sha256
+          (base32
+            "0l1v9yi1pv59iwfknw4dh9qskk5y8r347jq1vq13gnfd3bmd71xr"))))
+    (properties `((upstream-name . "semPlot")))
+    (build-system r-build-system)
+    (propagated-inputs
+      `(("r-colorspace" ,r-colorspace)
+        ("r-corpcor" ,r-corpcor)
+        ("r-igraph" ,r-igraph)
+        ("r-lavaan" ,r-lavaan)
+        ("r-lisreltor" ,r-lisreltor)
+        ("r-openmx" ,r-openmx)
+        ("r-plyr" ,r-plyr)
+        ("r-qgraph" ,r-qgraph)
+        ("r-regsem" ,r-regsem)
+        ("r-rockchalk" ,r-rockchalk)
+        ("r-sem" ,r-sem)
+        ("r-xml" ,r-xml)))
+    (home-page
+      "https://github.com/SachaEpskamp/semPlot";)
+    (synopsis
+      "Path Diagrams and Visual Analysis of Various SEM Packages' Output")
+    (description
+      "Path diagrams and visual analysis of various SEM packages' output.")
+    (license license:gpl2)))
-- 
2.20.1






reply via email to

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