guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add r-getopt.


From: Roel Janssen
Subject: 01/01: gnu: Add r-getopt.
Date: Wed, 19 Oct 2016 07:56:40 +0000 (UTC)

roelj pushed a commit to branch master
in repository guix.

commit 2acaaee55007ddae404661e9f260ca720cbcda2d
Author: Roel Janssen <address@hidden>
Date:   Wed Oct 19 09:55:45 2016 +0200

    gnu: Add r-getopt.
    
    * gnu/packages/bioinformatics.scm (r-getopt): New variable.
---
 gnu/packages/bioinformatics.scm |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 43faaa0..a7e4d09 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5888,6 +5888,28 @@ packages.")
 Bioconductor, CRAN, and Github.")
     (license license:artistic2.0)))
 
+(define-public r-getopt
+  (package
+    (name "r-getopt")
+    (version "1.20.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "getopt" version))
+       (sha256
+        (base32
+         "00f57vgnzmg7cz80rjmjz1556xqcmx8nhrlbbhaq4w7gl2ibl87r"))))
+    (build-system r-build-system)
+    (home-page "https://github.com/trevorld/getopt";)
+    (synopsis "Command-line option processor for R")
+    (description
+     "This package is designed to be used with Rscript to write shebang
+scripts that accept short and long options.  Many users will prefer to
+use the packages @code{optparse} or @code{argparse} which add extra
+features like automatically generated help options and usage texts,
+support for default values, positional argument support, etc.")
+    (license license:gpl2+)))
+
 (define-public r-dnacopy
   (package
     (name "r-dnacopy")



reply via email to

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