[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28089] [PATCH 12/29] gnu: Add r-getoptlong.
From: |
Ricardo Wurmus |
Subject: |
[bug#28089] [PATCH 12/29] gnu: Add r-getoptlong. |
Date: |
Mon, 14 Aug 2017 22:56:54 +0200 |
* gnu/packages/cran.scm (r-getoptlong): New variable.
---
gnu/packages/cran.scm | 30 +++++++++++++++++++++++++++++-
1 file changed, 29 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b2502e182..abdff54db 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22,7 +22,9 @@
#:use-module (guix download)
#:use-module (guix utils)
#:use-module (guix build-system r)
- #:use-module (gnu packages statistics))
+ #:use-module (gnu packages perl)
+ #:use-module (gnu packages statistics)
+ #:use-module (gnu packages web))
(define-public r-colorspace
(package
@@ -338,3 +340,29 @@ type, etc of its branches, nodes and labels) and visually
and statistically
compare different dendrograms to one another.")
;; Any of these versions
(license (list license:gpl2 license:gpl3))))
+
+(define-public r-getoptlong
+ (package
+ (name "r-getoptlong")
+ (version "0.1.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "GetoptLong" version))
+ (sha256
+ (base32
+ "1d98gcvlvp9nz5lbnzr0kkpc2hbkx74hlhrnybqhg1gdwc3g09pm"))))
+ (properties `((upstream-name . "GetoptLong")))
+ (build-system r-build-system)
+ (inputs
+ `(("perl" ,perl)))
+ (propagated-inputs
+ `(("r-globaloptions" ,r-globaloptions)
+ ("r-rjson" ,r-rjson)))
+ (home-page "https://github.com/jokergoo/GetoptLong")
+ (synopsis "Parsing command-line arguments and variable interpolation")
+ (description
+ "This is yet another command-line argument parser which wraps the
+powerful Perl module @code{Getopt::Long} and with some adaptation for easier
+use in R. It also provides a simple way for variable interpolation in R.")
+ (license license:gpl2+)))
--
2.13.3
- [bug#28089] [PATCH 03/29] gnu: Add r-auc., (continued)
- [bug#28089] [PATCH 03/29] gnu: Add r-auc., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 07/29] gnu: Add r-circlize., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 04/29] gnu: Add r-calibrate., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 06/29] gnu: Add r-globaloptions., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 08/29] gnu: Add r-powerlaw., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 09/29] gnu: Add r-png., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 02/29] gnu: Add r-annotationhub., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 10/29] gnu: Add r-compare., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 13/29] gnu: Add r-fastmatch., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 05/29] gnu: Add r-shape., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 12/29] gnu: Add r-getoptlong.,
Ricardo Wurmus <=
- [bug#28089] [PATCH 15/29] gnu: Add r-ffbase., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 14/29] gnu: Add r-ff., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 11/29] gnu: Add r-dendextend., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 16/29] gnu: Add r-prettyunits., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 17/29] gnu: Add r-reshape., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 18/29] gnu: Add r-progress., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 21/29] gnu: Add r-sp., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 24/29] gnu: Add r-lmoments., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 20/29] gnu: Add r-proxy., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 26/29] gnu: Add r-extremes., Ricardo Wurmus, 2017/08/14