guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 5/7] gnu: Add r-optparse.


From: Ricardo Wurmus
Subject: Re: [PATCH 5/7] gnu: Add r-optparse.
Date: Mon, 19 Sep 2016 14:44:40 +0200
User-agent: mu4e 0.9.16; emacs 25.1.1

That’s also one I’ve packaged but forgot to send to the ML :)

> +(define-public r-optparse
> +  (package
> +    (name "r-optparse")
> +    (version "1.3.2")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (cran-uri "optparse" version))
> +       (sha256
> +        (base32
> +         "1g8as89r91xxi5j5azsd6vrfrhg84mnfx2683j7pacdp8s33radw"))))
> +    (build-system r-build-system)
> +    (propagated-inputs
> +     `(("r-getopt" ,r-getopt)))
> +    (home-page
> +     "https://github.com/trevorld/optparse";)
> +    (synopsis "Command Line Option Parser")

“Command line option parser”

> +    (description
> +     "This package provides a command line parser inspired by Python's
> +'optparse' library to be used with Rscript to write \"#!\" shebang
> +scripts that accept short and long flag/options.")

@code{optparse} instead of 'optparse'

and I’d drop “"#!"”. 

~~ Ricardo




reply via email to

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