all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 6/7] gnu: Add r-getopt. * gnu/packages/bioinformatics.scm (r-getopt): New variable. --- gnu/packages/bioinformatics.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)
@ 2016-09-15 11:38 Roel Janssen
  2016-09-19 12:43 ` Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Roel Janssen @ 2016-09-15 11:38 UTC (permalink / raw)
  To: guix-devel

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index af32d66..902d1d2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5404,6 +5404,28 @@ functionality.")
 scripts that accept short and long flag/options.")
     (license license:gpl2+)))
 
+(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 "C-like getopt behavior")
+    (description
+     "Package designed to be used with Rscript to write ``#!'' shebang
+scripts that accept short and long flags/options.  Many users will prefer
+using instead the packages optparse or argparse which add extra features
+like automatically generated help option and usage, support for default
+values, positional argument support, etc.")                                                                     
+    (license license:gpl2+)))
+
 (define-public r-dnacopy
   (package
     (name "r-dnacopy")
-- 
2.10.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 6/7] gnu: Add r-getopt. * gnu/packages/bioinformatics.scm (r-getopt): New variable. --- gnu/packages/bioinformatics.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)
  2016-09-15 11:38 [PATCH 6/7] gnu: Add r-getopt. * gnu/packages/bioinformatics.scm (r-getopt): New variable. --- gnu/packages/bioinformatics.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) Roel Janssen
@ 2016-09-19 12:43 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2016-09-19 12:43 UTC (permalink / raw)
  To: Roel Janssen; +Cc: guix-devel


There seems to be something wrong with the summary.  Did you forget to
leave the second line empty?

> diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
> index af32d66..902d1d2 100644
> --- a/gnu/packages/bioinformatics.scm
> +++ b/gnu/packages/bioinformatics.scm
> @@ -5404,6 +5404,28 @@ functionality.")
>  scripts that accept short and long flag/options.")
>      (license license:gpl2+)))
>  
> +(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 "C-like getopt behavior")

This is a bit cryptic.  If you can, replace “behavior” with something
more … tangible.

> +    (description
> +     "Package designed to be used with Rscript to write ``#!'' shebang
> +scripts that accept short and long flags/options.  Many users will prefer
> +using instead the packages optparse or argparse which add extra features
> +like automatically generated help option and usage, support for default
> +values, positional argument support, etc.")

Here’s what I wrote for my version of the package:

“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.”

~~ Ricardo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-19 12:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-15 11:38 [PATCH 6/7] gnu: Add r-getopt. * gnu/packages/bioinformatics.scm (r-getopt): New variable. --- gnu/packages/bioinformatics.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) Roel Janssen
2016-09-19 12:43 ` Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.