me
/
guix
Archived
1
0
Fork 0

gnu: r-patchwork: Update to 1.0.0.

* gnu/packages/cran.scm (r-patchwork): Update to 1.0.0.
[source]: Fetch from CRAN.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2020-03-24 10:32:29 +01:00
parent d8dc2a7c1e
commit ff248f41cb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 21 additions and 25 deletions

View File

@ -15583,26 +15583,22 @@ guaranteeing well-connected communities.\" <arXiv:1810.08473>.")
(license license:gpl3))) (license license:gpl3)))
(define-public r-patchwork (define-public r-patchwork
;; There has been no public release yet.
(let ((commit "fd7958bae3e7a1e30237c751952e412a0a1d1242")
(revision "1"))
(package (package
(name "r-patchwork") (name "r-patchwork")
(version (git-version "0.0.1" revision commit)) (version "1.0.0")
(source (source
(origin (origin
(method git-fetch) (method url-fetch)
(uri (git-reference (uri (cran-uri "patchwork" version))
(url "https://github.com/thomasp85/patchwork.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"00fq520xwy1ysg4k8x48x9b0yy9wyi8y8zj6dvxjg4bwx0yyp6s4")))) "0qrwbcswh7ylrmghi17k6wk7w51cz6mcmvcyyd41hy3m2ywmkywb"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-ggplot2" ,r-ggplot2) `(("r-ggplot2" ,r-ggplot2)
("r-gtable" ,r-gtable))) ("r-gtable" ,r-gtable)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/thomasp85/patchwork") (home-page "https://github.com/thomasp85/patchwork")
(synopsis "Compose ggplot2 plots") (synopsis "Compose ggplot2 plots")
(description (description
@ -15611,7 +15607,7 @@ building up a plot, but does not concern itself with composition of multiple
plots. Patchwork is a package that expands the API to allow for arbitrarily plots. Patchwork is a package that expands the API to allow for arbitrarily
complex composition of plots by providing mathmatical operators for combining complex composition of plots by providing mathmatical operators for combining
multiple plots.") multiple plots.")
(license license:expat)))) (license license:expat)))
(define-public r-liger (define-public r-liger
(package (package