mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add r-a3.
gnu/packages/cran.scm (r-a3): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
881cc61c1b
commit
16b0e8da48
1 changed files with 23 additions and 0 deletions
|
@ -4921,3 +4921,26 @@ (define-public r-manipulatewidget
|
|||
charts. It is useful to quickly explore visually some data or for package
|
||||
developers to generate user interfaces easy to maintain.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-a3
|
||||
(package
|
||||
(name "r-a3")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "A3" version))
|
||||
(sha256
|
||||
(base32 "017hq9pjsv1h9i7cqk5cfx27as54shlhdsdvr6jkhb8jfkpdb6cw"))))
|
||||
(properties `((upstream-name . "A3")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-pbapply" ,r-pbapply)
|
||||
("r-xtable" ,r-xtable)))
|
||||
(home-page "https://cran.r-project.org/web/packages/A3/")
|
||||
(synopsis "Error metrics for predictive models")
|
||||
(description
|
||||
"This package supplies tools for tabulating and analyzing the results of predictive
|
||||
models. The methods employed are applicable to virtually any predictive model
|
||||
and make comparisons between different methodologies straightforward.")
|
||||
(license license:gpl2+)))
|
||||
|
|
Loading…
Reference in a new issue