me
/
guix
Archived
1
0
Fork 0

gnu: Add r-pma.

* gnu/packages/cran.scm (r-pma): New variable.
master
Mădălin Ionel Patrașcu 2023-02-27 11:28:49 +01:00 committed by Ricardo Wurmus
parent 60652a8efa
commit 9ba8dd3bd2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 20 additions and 0 deletions

View File

@ -905,6 +905,26 @@ pronounceable identifiers.")
can read and write both the metadata and the cell data in a Sheet.")
(license license:expat)))
(define-public r-pma
(package
(name "r-pma")
(version "1.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "PMA" version))
(sha256
(base32 "1rhiylm3jfarnqdkv7nwg536sgsa30ic80dk9byks9w0wf4mn59s"))))
(properties `((upstream-name . "PMA")))
(build-system r-build-system)
(home-page "https://github.com/bnaras/PMA")
(synopsis "Penalized multivariate analysis")
(description
"This package performs penalized multivariate analysis: a penalized
matrix decomposition, sparse principal components analysis, and sparse
canonical correlation analysis.")
(license license:gpl2+)))
(define-public r-proj4
(package
(name "r-proj4")