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

2016-09-19 Thread Ricardo Wurmus
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 > +

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

2016-09-15 Thread Roel Janssen
* gnu/packages/bioinformatics.scm (r-optparse): New variable. --- gnu/packages/bioinformatics.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 225e470..af32d66 100644 ---