guix-commits
[Top][All Lists]
Advanced

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

25/36: gnu: Add R.oo.


From: Ricardo Wurmus
Subject: 25/36: gnu: Add R.oo.
Date: Thu, 07 Jan 2016 16:19:13 +0000

rekado pushed a commit to branch master
in repository guix.

commit c8c75a8d889f5c3bab88cf52a92ad9b3b45a2fcb
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Dec 23 17:28:26 2015 +0100

    gnu: Add R.oo.
    
    * gnu/packages/statistics.scm (r-r-oo): New variable.
---
 gnu/packages/statistics.scm |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index ffedaca..3838776 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1761,3 +1761,26 @@ method @code{setMethodS3()} is a good start for those 
who in the future may
 want to migrate to S4.")
     (license license:lgpl2.1+)))
 
+(define-public r-r-oo
+  (package
+    (name "r-r-oo")
+    (version "1.19.0")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "R.oo" version))
+              (sha256
+               (base32
+                "15rm1qb9a212bqazhcpk7m48hcp7jq8rh4yhd9c6zfyvdqszfmsb"))))
+    (properties `((upstream-name . "R.oo")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-r-methodss3" ,r-r-methodss3)))
+    (home-page "https://github.com/HenrikBengtsson/R.oo";)
+    (synopsis "R object-oriented programming with or without references")
+    (description
+     "This package provides methods and classes for object-oriented
+programming in R with or without references.  Large effort has been made on
+making definition of methods as simple as possible with a minimum of
+maintenance for package developers.")
+    (license license:lgpl2.1+)))
+



reply via email to

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