guix-commits
[Top][All Lists]
Advanced

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

03/103: gnu: Add r-gbrd.


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

rekado pushed a commit to branch master
in repository guix.

commit dd954dd7436b47494c8708cefd0856bf6719ac68
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 13:38:39 2018 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a142e9f..64dba2c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4535,6 +4535,27 @@ patterned after functions in the snow package.")
 univariate polynomial manipulations.")
     (license license:gpl2)))
 
+(define-public r-gbrd
+  (package
+    (name "r-gbrd")
+    (version "0.4-11")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "gbRd" version))
+       (sha256
+        (base32
+         "06x97rw5i6v6cgjxkfhxnw4dn7lghn5q6ra7ri5ag1x9dkfzcl82"))))
+    (properties `((upstream-name . "gbRd")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/gbRd/";)
+    (synopsis "Utilities for processing Rd objects and files")
+    (description
+     "This package provides utilities for processing Rd objects and files.
+Extract argument descriptions and other parts of the help pages of
+functions.")
+    (license license:gpl2+)))
+
 (define-public r-writexl
   (package
     (name "r-writexl")



reply via email to

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