[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/15: gnu: Add r-lava.
From: |
Ricardo Wurmus |
Subject: |
02/15: gnu: Add r-lava. |
Date: |
Mon, 18 Sep 2017 06:49:54 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 797e1dfbf209e7b4cb23fcce6074933ba2e98058
Author: Ricardo Wurmus <address@hidden>
Date: Sun Sep 10 00:35:30 2017 +0200
gnu: Add r-lava.
* gnu/packages/cran.scm (r-lava): 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 05fdde9..f424b6d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -960,3 +960,25 @@ implementations of the Cochran's Q test with permutations
and the sequential
testing framework of Wald are generic and can therefore also be used in other
contexts.")
(license license:gpl2+)))
+
+(define-public r-lava
+ (package
+ (name "r-lava")
+ (version "1.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "lava" version))
+ (sha256
+ (base32
+ "0x6s7x111x87a4rh5nbk7vw6j4iq40i1c21w0j795h28rgyc7zc2"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-numderiv" ,r-numderiv)
+ ("r-survival" ,r-survival)))
+ (home-page "https://github.com/kkholst/lava")
+ (synopsis "Latent variable models")
+ (description
+ "This package provides tools for the estimation and simulation of latent
+variable models.")
+ (license license:gpl3)))
- branch master updated (851cb6d -> d82937f), Ricardo Wurmus, 2017/09/18
- 02/15: gnu: Add r-lava.,
Ricardo Wurmus <=
- 03/15: gnu: Add r-drr., Ricardo Wurmus, 2017/09/18
- 01/15: gnu: Add r-cvst., Ricardo Wurmus, 2017/09/18
- 04/15: gnu: Add r-prodlim., Ricardo Wurmus, 2017/09/18
- 05/15: gnu: Add r-dimred., Ricardo Wurmus, 2017/09/18
- 06/15: gnu: Add r-timedate., Ricardo Wurmus, 2017/09/18
- 07/15: gnu: Add r-ddalpha., Ricardo Wurmus, 2017/09/18
- 13/15: gnu: r-rstudioapi: Update to 0.7., Ricardo Wurmus, 2017/09/18
- 14/15: gnu: r-caret: Update to 6.0-77., Ricardo Wurmus, 2017/09/18
- 15/15: gnu: r-rcas: Update to 1.3.4., Ricardo Wurmus, 2017/09/18
- 08/15: gnu: Add r-gower., Ricardo Wurmus, 2017/09/18