GNU bug report logs -
#39416
Bulk import of R packages
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/cran.scm (r-semtools): 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 d318f2a33e..100d9bd4dd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19730,3 +19730,25 @@ 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+)))
--
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.