gnu: r-optparse: Update to 1.6.6.
* gnu/packages/cran.scm (r-optparse): Update to 1.6.6. [native-inputs]: Add r-knitr.master
parent
bf4e440c19
commit
838ec254a0
|
@ -13851,17 +13851,19 @@ authoring books and technical documents with R Markdown.")
|
||||||
(define-public r-optparse
|
(define-public r-optparse
|
||||||
(package
|
(package
|
||||||
(name "r-optparse")
|
(name "r-optparse")
|
||||||
(version "1.6.4")
|
(version "1.6.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "optparse" version))
|
(uri (cran-uri "optparse" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wyrc42ja3ab5szx46zmz8lm7vzfqxkjca0m0sms8g9hqbmmay6d"))))
|
"1l301dy3gc8pn7j00awcjh41wmc1ks9kswak255kbsa6f54rsxsi"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-getopt" ,r-getopt)))
|
`(("r-getopt" ,r-getopt)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/trevorld/optparse")
|
(home-page "https://github.com/trevorld/optparse")
|
||||||
(synopsis "Command line option parser")
|
(synopsis "Command line option parser")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue