me
/
guix
Archived
1
0
Fork 0

gnu: r-options: Update to 0.2.0.

* gnu/packages/cran.scm (r-options): Update to 0.2.0.

Change-Id: Ia011d3fb5295a58ea49396b090186beae2bab575
master
Ricardo Wurmus 2024-05-13 21:59:52 +02:00
parent c590b6f1cc
commit ec14825484
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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))