guix-commits
[Top][All Lists]
Advanced

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

02/103: gnu: Add r-polynom.


From: Ricardo Wurmus
Subject: 02/103: gnu: Add r-polynom.
Date: Wed, 5 Sep 2018 14:03:39 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 53718658d20388f47fcf3747264f454c944c451e
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 12:56:40 2018 +0200

    gnu: Add r-polynom.
    
    * gnu/packages/cran.scm (r-polynom): New variable.
---
 gnu/packages/cran.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index be64aa3..a142e9f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4516,6 +4516,25 @@ patterned after functions in the Python @code{itertools} 
module, and others
 patterned after functions in the snow package.")
     (license license:gpl2)))
 
+(define-public r-polynom
+  (package
+    (name "r-polynom")
+    (version "1.3-9")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "polynom" version))
+       (sha256
+        (base32
+         "1s4xxv5rvpigawknvq27v9vzvs83phfsj5h8mim2lmf5bj950nnk"))))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/polynom/";)
+    (synopsis "Functions for univariate polynomial manipulations")
+    (description
+     "This package provides a collection of functions to implement a class for
+univariate polynomial manipulations.")
+    (license license:gpl2)))
+
 (define-public r-writexl
   (package
     (name "r-writexl")



reply via email to

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