guix-devel
[Top][All Lists]
Advanced

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

[PATCH 07/35] gnu: Add r-modeltools.


From: Raoul Bonnal
Subject: [PATCH 07/35] gnu: Add r-modeltools.
Date: Thu, 19 Jan 2017 19:55:02 +0100

From: Raoul Jean Pierre Bonnal <address@hidden>

* gnu/packages/statistics.scm (r-modeltools): New variable.
---
 gnu/packages/statistics.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 99c2b12..3f3f4a7 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4181,3 +4181,23 @@ Independent Component Analysis ICA and projection 
pursuit.")
  multimodality and provides a test with simulation based p-values, where 
 the original public code has been corrected.")
     (license license:gpl2+)))
+
+(define-public r-modeltools
+  (package
+    (name "r-modeltools")
+    (version "0.2-21")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "modeltools" version))
+       (sha256
+        (base32
+         "0ynds453xprxv0jqqzi3blnv5w6vrdww9pvd1sq4lrr5ar3k3cq7"))))
+    (build-system r-build-system)
+    (home-page "http://cran.r-project.org/web/packages/modeltools";)
+    (synopsis "Tools and classes for statistical models")
+    (description
+     "This package provides a collection of tools to deal with statistical
+models.  The functionality is experimental and the user interface is likely
+to change in the future.")
+    (license license:gpl2)))
-- 
1.9.1




reply via email to

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