diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 08:30:54 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 23:19:00 +0200 |
commit | 0632b773f00ebfb866d28e338d4e37ee7f9af61c (patch) | |
tree | 27ae27452f469713846739ab717c01986d6cb9c5 /gnu/packages/cran.scm | |
parent | 20d8275a2af463c958127b88e35856792f7be981 (diff) |
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.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index a202b72888..47bfda9fbd 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -32004,24 +32004,25 @@ with the dynamic plots from @code{dygraphs}.") (define-public r-rfigshare (package (name "r-rfigshare") - (version "0.3.7") + (version "0.3.8") (source (origin (method url-fetch) (uri (cran-uri "rfigshare" version)) (sha256 (base32 - "1qgzn0mpjy4czy0pnbi395fxxx84arkg8r7rk8aidmd34584gjiq")))) + "10shwl1y9220m7ld5w9fjsjzy5yg8myrz9cz97ps9z2bw7bvka5j")))) (properties `((upstream-name . "rfigshare"))) (build-system r-build-system) (propagated-inputs (list r-ggplot2 r-httpuv r-httr - r-plyr r-rjsonio r-xml r-yaml)) + (native-inputs + (list r-knitr)) (home-page "https://github.com/ropensci/rfigshare") (synopsis "R Interface to figshare") (description |