[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: r-optparse: Move to (gnu packages cran).
From: |
guix-commits |
Subject: |
03/06: gnu: r-optparse: Move to (gnu packages cran). |
Date: |
Mon, 25 Mar 2019 10:19:54 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 72a216a9d048a2a1018877b7e0eadb75fb278cf1
Author: Ricardo Wurmus <address@hidden>
Date: Mon Mar 25 14:04:19 2019 +0100
gnu: r-optparse: Move to (gnu packages cran).
* gnu/packages/bioinformatics.scm (r-optparse): Move from here...
* gnu/packages/cran.scm (r-optparse): ...to here.
---
gnu/packages/bioinformatics.scm | 23 -----------------------
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
2 files changed, 22 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index dcee943..c1d7f5d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7339,29 +7339,6 @@ functionality.")
checks on R packages that are to be submitted to the Bioconductor repository.")
(license license:artistic2.0)))
-(define-public r-optparse
- (package
- (name "r-optparse")
- (version "1.6.1")
- (source
- (origin
- (method url-fetch)
- (uri (cran-uri "optparse" version))
- (sha256
- (base32
- "04vyb6dhcga30mvghsg1p052jmf69xqxkvh3hzqz7dscyppy76w1"))))
- (build-system r-build-system)
- (propagated-inputs
- `(("r-getopt" ,r-getopt)))
- (home-page
- "https://github.com/trevorld/optparse")
- (synopsis "Command line option parser")
- (description
- "This package provides a command line parser inspired by Python's
address@hidden library to be used with Rscript to write shebang scripts
-that accept short and long options.")
- (license license:gpl2+)))
-
(define-public r-s4vectors
(package
(name "r-s4vectors")
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 03aa2f5..8bf5404 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12693,3 +12693,25 @@ SELECT or UPDATE queries to an end-point.")
(description "This package provides output formats and utilities for
authoring books and technical documents with R Markdown.")
(license license:gpl3)))
+
+(define-public r-optparse
+ (package
+ (name "r-optparse")
+ (version "1.6.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "optparse" version))
+ (sha256
+ (base32
+ "04vyb6dhcga30mvghsg1p052jmf69xqxkvh3hzqz7dscyppy76w1"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-getopt" ,r-getopt)))
+ (home-page "https://github.com/trevorld/optparse")
+ (synopsis "Command line option parser")
+ (description
+ "This package provides a command line parser inspired by Python's
address@hidden library to be used with Rscript to write shebang scripts
+that accept short and long options.")
+ (license license:gpl2+)))
- branch master updated (7cd4ff2 -> 80eb01c), guix-commits, 2019/03/25
- 02/06: gnu: r-bookdown: Move to (gnu packages cran)., guix-commits, 2019/03/25
- 01/06: gnu: r-sparql: Move to (gnu packages cran)., guix-commits, 2019/03/25
- 04/06: gnu: r-wgcna: Move to (gnu packages cran)., guix-commits, 2019/03/25
- 03/06: gnu: r-optparse: Move to (gnu packages cran).,
guix-commits <=
- 05/06: gnu: r-kernlab: Move to (gnu packages cran)., guix-commits, 2019/03/25
- 06/06: gnu: r-gkmsvm: Move to (gnu packages bioconductor)., guix-commits, 2019/03/25