me
/
guix
Archived
1
0
Fork 0

gnu: r-googlevis: Update to 0.7.1.

* gnu/packages/cran.scm (r-googlevis): Update to 0.7.1.
[native-inputs]: Add r-rmarkdown.
master
Ricardo Wurmus 2023-03-19 14:44:16 +01:00
parent 332d829c6e
commit 58e114a702
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -743,17 +743,17 @@ such as counts or binary matrices.")
(define-public r-googlevis
(package
(name "r-googlevis")
(version "0.7.0")
(version "0.7.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "googleVis" version))
(sha256
(base32 "1s82xcs6zrlmnhay764bspzwvabfyi35nq6fwdrrk3v79q13c5jz"))))
(base32 "067jcwbq0a06wbpaa46ngjs3hkpvz8q6v8019f15yr58kq2k2n9k"))))
(properties `((upstream-name . "googleVis")))
(build-system r-build-system)
(propagated-inputs (list r-jsonlite))
(native-inputs (list r-knitr))
(native-inputs (list r-knitr r-rmarkdown))
(home-page "https://mages.github.io/googleVis/")
(synopsis "R interface to Google Charts")
(description