[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/53: gnu: Add r-openmx.
From: |
guix-commits |
Subject: |
22/53: gnu: Add r-openmx. |
Date: |
Sat, 22 Feb 2020 14:46:12 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 3be13aa8ca8044e7e77e142f7fab489044a06663
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Tue Feb 4 14:09:42 2020 +0100
gnu: Add r-openmx.
* gnu/packages/cran.scm (r-openmx): New variable.
---
gnu/packages/cran.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2d00c11..96f7fd0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19828,3 +19828,35 @@ core support code suitable for more specialized IRT
packages to build upon.
Complete access to optimized C functions is 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
+ "This package allows for the estimation of a wide variety of advanced
+multivariate statistical models. It consists of a library of functions and
+optimizers that allow you to quickly and flexibly define an SEM model and
+estimate parameters given observed data.")
+ (license license:asl2.0)))
- 07/53: gnu: Add r-spacyr., (continued)
- 07/53: gnu: Add r-spacyr., guix-commits, 2020/02/22
- 21/53: gnu: Add r-rpf., guix-commits, 2020/02/22
- 04/53: gnu: Add r-proxyc., guix-commits, 2020/02/22
- 17/53: gnu: Add r-sem., guix-commits, 2020/02/22
- 03/53: gnu: Add r-xmisc., guix-commits, 2020/02/22
- 25/53: gnu: Add r-lisreltor., guix-commits, 2020/02/22
- 18/53: gnu: Add r-semtools., guix-commits, 2020/02/22
- 20/53: gnu: Add r-stanheaders., guix-commits, 2020/02/22
- 11/53: gnu: Add r-stm., guix-commits, 2020/02/22
- 16/53: gnu: Add r-matrixcalc., guix-commits, 2020/02/22
- 22/53: gnu: Add r-openmx.,
guix-commits <=
- 24/53: gnu: Add r-rockchalk., guix-commits, 2020/02/22
- 23/53: gnu: Add r-kutils., guix-commits, 2020/02/22
- 26/53: gnu: Add r-bdgraph., guix-commits, 2020/02/22
- 27/53: gnu: Add r-ggm., guix-commits, 2020/02/22
- 30/53: gnu: Add r-semplot., guix-commits, 2020/02/22
- 32/53: gnu: Add r-tam., guix-commits, 2020/02/22
- 35/53: gnu: r-sp: Update to 1.4-0., guix-commits, 2020/02/22
- 39/53: gnu: r-doby: Update to 4.6.5., guix-commits, 2020/02/22
- 41/53: gnu: r-dalex: Update to 1.0., guix-commits, 2020/02/22
- 40/53: gnu: r-rgl: Update to 0.100.50., guix-commits, 2020/02/22