mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: r-rfigshare: Update to 0.3.8.
* gnu/packages/cran.scm (r-rfigshare): Update to 0.3.8. [propagated-inputs]: Remove r-plyr. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
20d8275a2a
commit
0632b773f0
1 changed files with 4 additions and 3 deletions
|
@ -32004,24 +32004,25 @@ (define-public r-zra
|
||||||
(define-public r-rfigshare
|
(define-public r-rfigshare
|
||||||
(package
|
(package
|
||||||
(name "r-rfigshare")
|
(name "r-rfigshare")
|
||||||
(version "0.3.7")
|
(version "0.3.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rfigshare" version))
|
(uri (cran-uri "rfigshare" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qgzn0mpjy4czy0pnbi395fxxx84arkg8r7rk8aidmd34584gjiq"))))
|
"10shwl1y9220m7ld5w9fjsjzy5yg8myrz9cz97ps9z2bw7bvka5j"))))
|
||||||
(properties `((upstream-name . "rfigshare")))
|
(properties `((upstream-name . "rfigshare")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-ggplot2
|
(list r-ggplot2
|
||||||
r-httpuv
|
r-httpuv
|
||||||
r-httr
|
r-httr
|
||||||
r-plyr
|
|
||||||
r-rjsonio
|
r-rjsonio
|
||||||
r-xml
|
r-xml
|
||||||
r-yaml))
|
r-yaml))
|
||||||
|
(native-inputs
|
||||||
|
(list r-knitr))
|
||||||
(home-page "https://github.com/ropensci/rfigshare")
|
(home-page "https://github.com/ropensci/rfigshare")
|
||||||
(synopsis "R Interface to figshare")
|
(synopsis "R Interface to figshare")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue