guix-commits
[Top][All Lists]
Advanced

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

18/53: gnu: Add r-semtools.


From: guix-commits
Subject: 18/53: gnu: Add r-semtools.
Date: Sat, 22 Feb 2020 14:46:10 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 27d9764d063b0f607fe7635366eedea166f7fda7
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Tue Feb 4 14:07:41 2020 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 30eee24..67546a5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19717,3 +19717,24 @@ equation models (with observed and latent variables) 
using the RAM approach,
 and for fitting structural equations in observed-variable models by two-stage
 least squares.")
     (license license:gpl2+)))
+
+(define-public r-semtools
+  (package
+    (name "r-semtools")
+    (version "0.5-2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "semTools" version))
+       (sha256
+        (base32
+         "1zj841pszfsikzp82cmh463qyc4xhdrqjqcnhc2r8mcflv12irv6"))))
+    (properties `((upstream-name . "semTools")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-lavaan" ,r-lavaan)))
+    (home-page "https://github.com/simsem/semTools/wiki";)
+    (synopsis "Useful tools for structural equation modeling")
+    (description
+     "This package provides useful tools for structural equation modeling.")
+    (license license:gpl2+)))



reply via email to

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