mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add r-partykit.
* gnu/packages/cran.scm (r-partykit): New variable.
This commit is contained in:
parent
d165d77f85
commit
57add3d0fc
1 changed files with 26 additions and 0 deletions
|
@ -1933,6 +1933,32 @@ (define-public r-pastecs
|
|||
initiative to bring PASSTEC 2000 functionalities to R.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-partykit
|
||||
(package
|
||||
(name "r-partykit")
|
||||
(version "1.2-9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "partykit" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18nc6vvj1cy8ly2hqixg544sbg8vbpzwsr1cdlzrqfykd0pzgkvf"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-formula" ,r-formula)
|
||||
("r-inum" ,r-inum)
|
||||
("r-libcoin" ,r-libcoin)
|
||||
("r-mvtnorm" ,r-mvtnorm)
|
||||
("r-rpart" ,r-rpart)
|
||||
("r-survival" ,r-survival)))
|
||||
(home-page "http://partykit.R-Forge.R-project.org/partykit")
|
||||
(synopsis "Toolkit for recursive partytioning")
|
||||
(description
|
||||
"This package provides a toolkit with infrastructure for representing,
|
||||
summarizing, and visualizing tree-structured regression and classification
|
||||
models.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-plogr
|
||||
(package
|
||||
(name "r-plogr")
|
||||
|
|
Loading…
Reference in a new issue