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:
Ricardo Wurmus 2025-03-11 12:04:46 +01:00
parent 210e125cf1
commit b9579d1e39
No known key found for this signature in database
GPG key ID: 197A5888235FACAC
2 changed files with 23 additions and 23 deletions

View file

@ -4835,6 +4835,29 @@ gene set and related information, and provides read, write and other utilities
to process this file format.")
(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
(package
(name "r-guix-install")

View file

@ -1699,29 +1699,6 @@ certain criterion, e.g., it contains a certain regular file.")
variety of formats.")
(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
(package
(name "r-pkgconfig")