gnu: r-gtools: Move to (gnu packages cran).

* gnu/packages/statistics.scm (r-gtools): Move from here...
* gnu/packages/cran.scm (r-gtools): ...to here.

Change-Id: I8f0c80fc1959af85ec62f26da7838f28b6822a67
This commit is contained in:
Ricardo Wurmus 2025-03-11 12:05:15 +01:00
parent b9579d1e39
commit b52a0dd565
No known key found for this signature in database
GPG key ID: 197A5888235FACAC
2 changed files with 22 additions and 22 deletions

View file

@ -4858,6 +4858,28 @@ to process this file format.")
\"tables\" of grobs.")
(license license:gpl2+)))
(define-public r-gtools
(package
(name "r-gtools")
(version "3.9.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "gtools" version))
(sha256
(base32
"0jqpvygxgr4m1rgaj5rzd048fwxvpcr4n1vx8bfabc9d2p0vdsfy"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/gtools")
(synopsis "Various R programming tools")
(description
"This package contains a collection of various functions to assist in R
programming, such as tools to assist in developing, updating, and maintaining
R and R packages, calculating the logit and inverse logit transformations,
tests for whether a value is missing, empty or contains only @code{NA} and
@code{NULL} values, and many more.")
(license license:gpl2)))
(define-public r-guix-install
(package
(name "r-guix-install")

View file

@ -2561,28 +2561,6 @@ framework, with additional code inspection and report generation tools.")
Zurich, including many that are related to graphics.")
(license license:gpl2+)))
(define-public r-gtools
(package
(name "r-gtools")
(version "3.9.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "gtools" version))
(sha256
(base32
"0jqpvygxgr4m1rgaj5rzd048fwxvpcr4n1vx8bfabc9d2p0vdsfy"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/gtools")
(synopsis "Various R programming tools")
(description
"This package contains a collection of various functions to assist in R
programming, such as tools to assist in developing, updating, and maintaining
R and R packages, calculating the logit and inverse logit transformations,
tests for whether a value is missing, empty or contains only @code{NA} and
@code{NULL} values, and many more.")
(license license:gpl2)))
(define-public r-rocr
(package
(name "r-rocr")