mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add r-ade4.
* gnu/packages/statistics.scm (r-ade4): New variable.
This commit is contained in:
parent
939cf41c3f
commit
fdd0f7b2a3
1 changed files with 19 additions and 0 deletions
|
@ -1405,6 +1405,25 @@ (define-public r-coda
|
|||
chain.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-ade4
|
||||
(package
|
||||
(name "r-ade4")
|
||||
(version "1.7-4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ade4" version))
|
||||
(sha256
|
||||
(base32
|
||||
"17sbicash7z4b63dlrbaf8xx2pbwh62vykzvhdjs43h8jkl881y7"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://pbil.univ-lyon1.fr/ADE-4")
|
||||
(synopsis "Multivariate data analysis and graphical display")
|
||||
(description
|
||||
"The ade4 package contains data analysis functions to analyze ecological
|
||||
and environmental data in the framework of Euclidean exploratory methods.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-xml2
|
||||
(package
|
||||
(name "r-xml2")
|
||||
|
|
Loading…
Reference in a new issue