gnu: r-options: Update to 0.2.0.
* gnu/packages/cran.scm (r-options): Update to 0.2.0. Change-Id: Ia011d3fb5295a58ea49396b090186beae2bab575master
parent
c590b6f1cc
commit
ec14825484
|
@ -24403,13 +24403,13 @@ authoring books and technical documents with R Markdown.")
|
|||
(define-public r-options
|
||||
(package
|
||||
(name "r-options")
|
||||
(version "0.1.0")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "options" version))
|
||||
(sha256
|
||||
(base32 "0pprbp2pxvgh120f8dahswws44gpdm4f4nlq3h3nvqrlhnspwnb8"))))
|
||||
(base32 "02qnbipdmnw01f40300pg1ycrcbnr37f8yiqbabm6jznf6r4ihm9"))))
|
||||
(properties `((upstream-name . "options")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
|
|
Reference in New Issue