guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: r-getopt: Move from bioinformatics to cran.


From: Ricardo Wurmus
Subject: 03/10: gnu: r-getopt: Move from bioinformatics to cran.
Date: Thu, 5 Jul 2018 09:09:26 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit aec7d6be709d7237824af8eb0855e0bb5e89c3cc
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jul 4 17:41:59 2018 +0200

    gnu: r-getopt: Move from bioinformatics to cran.
    
    * gnu/packages/bioinformatics.scm (r-getopt): Move from here...
    * gnu/packages/cran.scm (r-getopt): ...to here.
---
 gnu/packages/bioinformatics.scm | 22 ----------------------
 gnu/packages/cran.scm           | 22 ++++++++++++++++++++++
 2 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 853aa75..eaa5cac 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7058,28 +7058,6 @@ functionality.")
 checks on R packages that are to be submitted to the Bioconductor repository.")
     (license license:artistic2.0)))
 
-(define-public r-getopt
-  (package
-    (name "r-getopt")
-    (version "1.20.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (cran-uri "getopt" version))
-       (sha256
-        (base32
-         "13p35lbpy7i578752fa71sbfvcsqw5qfa9p6kf8b5m3c5p9i4v1x"))))
-    (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-optparse
   (package
     (name "r-optparse")
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f00d84f..3ef45a2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4578,3 +4578,25 @@ more detailed one displaying different types of relevant 
information for the
 molecules in a given set of categories (circle plot, chord plot, cluster plot,
 Venn diagram, heatmap).")
     (license license:gpl2)))
+
+(define-public r-getopt
+  (package
+    (name "r-getopt")
+    (version "1.20.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "getopt" version))
+       (sha256
+        (base32
+         "13p35lbpy7i578752fa71sbfvcsqw5qfa9p6kf8b5m3c5p9i4v1x"))))
+    (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+)))



reply via email to

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