diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-08-06 13:50:53 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-08-06 15:48:52 +0200 |
commit | db93ef0948f2595bf032b6f427808111277acc1a (patch) | |
tree | 4e5f26bc4e8621fb0768edae309a53ced0a40930 /gnu/packages/statistics.scm | |
parent | b2fea059543c54600c27d877723a1b17243c9039 (diff) | |
download | patches-db93ef0948f2595bf032b6f427808111277acc1a.tar patches-db93ef0948f2595bf032b6f427808111277acc1a.tar.gz |
gnu: r-cowplot: Update to 1.0.0.
* gnu/packages/statistics.scm (r-cowplot): Update to 1.0.0.
[propagated-inputs]: Remove r-plyr; add r-rlang.
Diffstat (limited to 'gnu/packages/statistics.scm')
-rw-r--r-- | gnu/packages/statistics.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 0428af998f..b949ac64e2 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -4568,19 +4568,19 @@ Farebrother's algorithm or Liu et al.'s algorithm.") (define-public r-cowplot (package (name "r-cowplot") - (version "0.9.4") + (version "1.0.0") (source (origin (method url-fetch) (uri (cran-uri "cowplot" version)) (sha256 (base32 - "0yvalwalvyddyqk0q66y8361nxlh2cvp3ssazax9g5q89lghjmzv")))) + "19cqdhgfyr1wj0fz0c5ly8f0aiy9sfgzq6lzb78hkx0hdp2agybh")))) (build-system r-build-system) (propagated-inputs `(("r-ggplot2" ,r-ggplot2) ("r-gtable" ,r-gtable) - ("r-plyr" ,r-plyr) + ("r-rlang" ,r-rlang) ("r-scales" ,r-scales))) (home-page "https://github.com/wilkelab/cowplot") (synopsis "Streamlined plot theme and plot annotations for ggplot2") |