mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-gtable: Move to (gnu packages cran).
* gnu/packages/statistics.scm (r-gtable): Move from here... * gnu/packages/cran.scm (r-gtable): ...to here. Change-Id: Ifeacfae1c83d8bfe981747f9c24737d2f57a9aee
This commit is contained in:
parent
210e125cf1
commit
b9579d1e39
2 changed files with 23 additions and 23 deletions
|
@ -4835,6 +4835,29 @@ gene set and related information, and provides read, write and other utilities
|
||||||
to process this file format.")
|
to process this file format.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
(define-public r-gtable
|
||||||
|
(package
|
||||||
|
(name "r-gtable")
|
||||||
|
(version "0.3.6")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "gtable" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1vz0kpj1hh3iz27yaax4i3l9n018py455p4f5nfn92r727xaa1fk"))))
|
||||||
|
(properties `((upstream-name . "gtable")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list r-cli r-glue r-lifecycle r-rlang))
|
||||||
|
(native-inputs
|
||||||
|
(list r-knitr r-testthat))
|
||||||
|
(home-page "https://cran.r-project.org/web/packages/gtable")
|
||||||
|
(synopsis "R library to arrange grobs in tables")
|
||||||
|
(description
|
||||||
|
"Gtable is a collection of tools to make it easier to work with
|
||||||
|
\"tables\" of grobs.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public r-guix-install
|
(define-public r-guix-install
|
||||||
(package
|
(package
|
||||||
(name "r-guix-install")
|
(name "r-guix-install")
|
||||||
|
|
|
@ -1699,29 +1699,6 @@ certain criterion, e.g., it contains a certain regular file.")
|
||||||
variety of formats.")
|
variety of formats.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public r-gtable
|
|
||||||
(package
|
|
||||||
(name "r-gtable")
|
|
||||||
(version "0.3.6")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (cran-uri "gtable" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1vz0kpj1hh3iz27yaax4i3l9n018py455p4f5nfn92r727xaa1fk"))))
|
|
||||||
(properties `((upstream-name . "gtable")))
|
|
||||||
(build-system r-build-system)
|
|
||||||
(propagated-inputs
|
|
||||||
(list r-cli r-glue r-lifecycle r-rlang))
|
|
||||||
(native-inputs
|
|
||||||
(list r-knitr r-testthat))
|
|
||||||
(home-page "https://cran.r-project.org/web/packages/gtable")
|
|
||||||
(synopsis "R library to arrange grobs in tables")
|
|
||||||
(description
|
|
||||||
"Gtable is a collection of tools to make it easier to work with
|
|
||||||
\"tables\" of grobs.")
|
|
||||||
(license license:gpl2+)))
|
|
||||||
|
|
||||||
(define-public r-pkgconfig
|
(define-public r-pkgconfig
|
||||||
(package
|
(package
|
||||||
(name "r-pkgconfig")
|
(name "r-pkgconfig")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue