guix-commits
[Top][All Lists]
Advanced

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

03/19: gnu: Add r-splus2r.


From: Ricardo Wurmus
Subject: 03/19: gnu: Add r-splus2r.
Date: Fri, 2 Mar 2018 17:15:49 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d3cb62e58d99a23a9154a9b03fdffa496c36d337
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Mar 2 23:05:02 2018 +0100

    gnu: Add r-splus2r.
    
    * gnu/packages/cran.scm (r-splus2r): 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 4f54b40..b0dcacc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2334,3 +2334,25 @@ rules with R.")
      "This package provides tools for regression subset selection, including
 exhaustive search.")
     (license license:gpl2+)))
+
+(define-public r-splus2r
+  (package
+    (name "r-splus2r")
+    (version "1.2-2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "splus2R" version))
+       (sha256
+        (base32
+         "0xrbj8vxy0pc6hl7m8abv71d3hjw47cl51s7j7priadyqczkq6sz"))))
+    (properties `((upstream-name . "splus2R")))
+    (build-system r-build-system)
+    (native-inputs `(("gfortran" ,gfortran)))
+    (home-page "http://cran.r-project.org/web/packages/splus2R/";)
+    (synopsis "Supplemental S-PLUS functionality in R")
+    (description
+     "Currently there are many functions in S-PLUS that are missing in R.  To
+facilitate the conversion of S-PLUS packages to R packages, this package
+provides some missing S-PLUS functionality in R.")
+    (license license:gpl2)))



reply via email to

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