[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39416] [PATCH 22/34] gnu: Add package r-openmx
From: |
Lars-Dominik Braun |
Subject: |
[bug#39416] [PATCH 22/34] gnu: Add package r-openmx |
Date: |
Tue, 4 Feb 2020 14:56:14 +0100 |
* gnu/packages/cran.scm (r-openmx): New variable.
---
gnu/packages/cran.scm | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a607abd262..0223b97a62 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19843,3 +19843,41 @@ core support code suitable for more specialized IRT
packages to build upon.
Complete access to optimized C functions are made available with
@code{R_RegisterCCallable()}.")
(license license:gpl3+)))
+
+(define-public r-openmx
+ (package
+ (name "r-openmx")
+ (version "2.15.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "OpenMx" version))
+ (sha256
+ (base32
+ "1wbzhmyb1lnk39dkcyccmblxvniwsghh0jd94x05pk6yrcq8im5v"))))
+ (properties `((upstream-name . "OpenMx")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-bh" ,r-bh)
+ ("r-digest" ,r-digest)
+ ("r-mass" ,r-mass)
+ ("r-matrix" ,r-matrix)
+ ("r-rcpp" ,r-rcpp)
+ ("r-rcppeigen" ,r-rcppeigen)
+ ("r-rpf" ,r-rpf)
+ ("r-stanheaders" ,r-stanheaders)))
+ (native-inputs `(("gfortran" ,gfortran)))
+ (home-page "http://openmx.ssri.psu.edu")
+ (synopsis
+ "Extended Structural Equation Modelling")
+ (description
+ "Create structural equation models that can be manipulated
+programmatically. Models may be specified with matrices or paths (LISREL or
+RAM) Example models include confirmatory factor, multiple group, mixture
+distribution, categorical threshold, modern test theory, differential Fit
+functions include full information maximum likelihood, maximum likelihood, and
+weighted least squares. equations, state space, and many others. Support and
+advanced package binaries available at <http://openmx.ssri.psu.edu>. The
+software is described in Neale, Hunter, Pritikin, Zahery, Brick, Kirkpatrick,
+Estabrook, Bates, Maes, & Boker (2016) <doi:10.1007/s11336-014-9435-8>.")
+ (license license:asl2.0)))
--
2.20.1
- [bug#39416] [PATCH 14/34] gnu: Add package r-ltm, (continued)
- [bug#39416] [PATCH 14/34] gnu: Add package r-ltm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 16/34] gnu: Add package r-matrixcalc, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 19/34] gnu: Add package r-regsem, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 21/34] gnu: Add package r-rpf, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 20/34] gnu: Add package r-stanheaders, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 23/34] gnu: Add package r-kutils, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 34/34] gnu: Add package r-irtoys, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 31/34] gnu: Add package r-cdm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 24/34] gnu: Add package r-rockchalk, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 25/34] gnu: Add package r-lisreltor, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 22/34] gnu: Add package r-openmx,
Lars-Dominik Braun <=
- [bug#39416] [PATCH 28/34] gnu: Add package r-d3network, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 27/34] gnu: Add package r-ggm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 33/34] gnu: Add package r-erm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 29/34] gnu: Add package r-qgraph, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 32/34] gnu: Add package r-tam, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 26/34] gnu: Add package r-bdgraph, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 30/34] gnu: Add package r-semplot, Lars-Dominik Braun, 2020/02/04
- [bug#39416] Bulk import of R packages, Ricardo Wurmus, 2020/02/04