mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: r-factominer: Update to 2.4.
* gnu/packages/cran.scm (r-factominer): Update to 2.4. [propagated-inputs]: Add r-dt. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
1463ad0b00
commit
4758473024
1 changed files with 5 additions and 2 deletions
|
@ -6871,19 +6871,20 @@ (define-public r-flashclust
|
||||||
(define-public r-factominer
|
(define-public r-factominer
|
||||||
(package
|
(package
|
||||||
(name "r-factominer")
|
(name "r-factominer")
|
||||||
(version "2.3")
|
(version "2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "FactoMineR" version))
|
(uri (cran-uri "FactoMineR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ldgf3daksh6lpblhqys67m4mxqx3q9s9n5plfam6dwshfik0ky6"))))
|
"0lg8n9fxxk46nchnj4pbpqqf4swxfsq7r9jzr36dmd36kb7avqxr"))))
|
||||||
(properties `((upstream-name . "FactoMineR")))
|
(properties `((upstream-name . "FactoMineR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-car" ,r-car)
|
`(("r-car" ,r-car)
|
||||||
("r-cluster" ,r-cluster)
|
("r-cluster" ,r-cluster)
|
||||||
|
("r-dt" ,r-dt)
|
||||||
("r-ellipse" ,r-ellipse)
|
("r-ellipse" ,r-ellipse)
|
||||||
("r-flashclust" ,r-flashclust)
|
("r-flashclust" ,r-flashclust)
|
||||||
("r-ggplot2" ,r-ggplot2)
|
("r-ggplot2" ,r-ggplot2)
|
||||||
|
@ -6892,6 +6893,8 @@ (define-public r-factominer
|
||||||
("r-leaps" ,r-leaps)
|
("r-leaps" ,r-leaps)
|
||||||
("r-mass" ,r-mass)
|
("r-mass" ,r-mass)
|
||||||
("r-scatterplot3d" ,r-scatterplot3d)))
|
("r-scatterplot3d" ,r-scatterplot3d)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "http://factominer.free.fr")
|
(home-page "http://factominer.free.fr")
|
||||||
(synopsis "Multivariate exploratory data analysis and data mining")
|
(synopsis "Multivariate exploratory data analysis and data mining")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue