gnu: r-getoptlong: Update to 1.0.0.
* gnu/packages/cran.scm (r-getoptlong): Update to 1.0.0. [propagated-inputs]: Add r-crayon. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
dcfdf2def6
commit
d828ed59a3
1 changed files with 6 additions and 3 deletions
|
@ -2094,21 +2094,24 @@ compare different dendrograms to one another.")
|
||||||
(define-public r-getoptlong
|
(define-public r-getoptlong
|
||||||
(package
|
(package
|
||||||
(name "r-getoptlong")
|
(name "r-getoptlong")
|
||||||
(version "0.1.8")
|
(version "1.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "GetoptLong" version))
|
(uri (cran-uri "GetoptLong" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l8xkvyl152bsyvxazsvx2sm1vkygn75x0lsg3sbg7xp6drdn3kc"))))
|
"1fswgy5j4xaipqs7nk7nzrl66vrchhxrk0w7hcsbyij3sxgn3z9j"))))
|
||||||
(properties `((upstream-name . "GetoptLong")))
|
(properties `((upstream-name . "GetoptLong")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("perl" ,perl)))
|
`(("perl" ,perl)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-globaloptions" ,r-globaloptions)
|
`(("r-crayon" ,r-crayon)
|
||||||
|
("r-globaloptions" ,r-globaloptions)
|
||||||
("r-rjson" ,r-rjson)))
|
("r-rjson" ,r-rjson)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/jokergoo/GetoptLong")
|
(home-page "https://github.com/jokergoo/GetoptLong")
|
||||||
(synopsis "Parsing command-line arguments and variable interpolation")
|
(synopsis "Parsing command-line arguments and variable interpolation")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue