mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add r-ca.
* gnu/packages/cran.scm (r-ca): New variable.
This commit is contained in:
parent
41cb392544
commit
71a0f7f542
1 changed files with 20 additions and 0 deletions
|
@ -213,6 +213,26 @@ (define-public r-brio
|
|||
files and provide more explicit control over line endings.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-ca
|
||||
(package
|
||||
(name "r-ca")
|
||||
(version "0.71.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ca" version))
|
||||
(sha256
|
||||
(base32
|
||||
"095lk7p2b9835hc3a03c4019wg0baf0dhz6c2vqpaq1m9k4jy304"))))
|
||||
(properties `((upstream-name . "ca")))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://www.carme-n.org/")
|
||||
(synopsis "Simple, multiple and joint correspondence analysis")
|
||||
(description
|
||||
"This is a package for computation and visualization of simple,
|
||||
multiple and joint correspondence analysis.")
|
||||
;; Any version of the GPL
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public r-cachem
|
||||
(package
|
||||
(name "r-cachem")
|
||||
|
|
Loading…
Reference in a new issue