mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Add r-goftest.
* gnu/packages/cran.scm (r-goftest): New variable.
This commit is contained in:
parent
31b1455c0b
commit
44706254ff
1 changed files with 21 additions and 0 deletions
|
@ -22732,3 +22732,24 @@ (define-public r-iml
|
|||
@end itemize
|
||||
")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-goftest
|
||||
(package
|
||||
(name "r-goftest")
|
||||
(version "1.2-2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "goftest" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ivnkqhv5xgiv05dm648nngacymd8x8g0fyppv3bc0mhcqk9k5z4"))))
|
||||
(properties `((upstream-name . "goftest")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/baddstats/goftest")
|
||||
(synopsis "Classical Goodness-of-Fit tests for univariate distributions")
|
||||
(description
|
||||
"This package provides Cramer-Von Mises and Anderson-Darling tests of
|
||||
goodness-of-fit for continuous univariate distributions, using efficient
|
||||
algorithms.")
|
||||
(license license:gpl2+)))
|
||||
|
|
Loading…
Reference in a new issue