GNU bug report logs - #39416
Bulk import of R packages

Previous Next

Package: guix-patches;

Reported by: Lars-Dominik Braun <ldb <at> leibniz-psychology.org>

Date: Tue, 4 Feb 2020 13:55:01 UTC

Severity: normal

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars-Dominik Braun <ldb <at> leibniz-psychology.org>
To: 39416 <at> debbugs.gnu.org
Cc: Lars-Dominik Braun <ldb <at> leibniz-psychology.org>
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





This bug report was last modified 5 years and 84 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.