mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: Add r-gparotation.
* gnu/packages/cran.scm (r-gparotation): New variable. Change-Id: I39d6261c4cf607b54faa0abf912e279eb4599b49
This commit is contained in:
parent
5fd662cd4d
commit
f5c336b1ad
1 changed files with 19 additions and 0 deletions
|
@ -3024,6 +3024,25 @@ (define-public r-ggside
|
|||
distribution.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-gparotation
|
||||
(package
|
||||
(name "r-gparotation")
|
||||
(version "2024.3-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "GPArotation" version))
|
||||
(sha256
|
||||
(base32 "1njl4qg5jgmx14r41q1kzfmhf4zga3yjkig0h7ar35bq56pmgxl8"))))
|
||||
(properties `((upstream-name . "GPArotation")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://optimizer.r-forge.r-project.org/GPArotation_www/")
|
||||
(synopsis "Gradient projection factor rotation")
|
||||
(description
|
||||
"This package provides gradient projection algorithms for factor
|
||||
rotation. For details see @code{?GPArotation}.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-gprofiler
|
||||
(package
|
||||
(name "r-gprofiler")
|
||||
|
|
Loading…
Reference in a new issue