mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add r-modeltools.
* gnu/packages/statistics.scm (r-modeltools): New variable. Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
This commit is contained in:
parent
d5eca4f9ac
commit
1721fb4fe7
1 changed files with 20 additions and 0 deletions
|
@ -4189,3 +4189,23 @@ (define-public r-diptest
|
|||
multimodality and provides a test with simulation based p-values, where the
|
||||
original public code has been corrected.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-modeltools
|
||||
(package
|
||||
(name "r-modeltools")
|
||||
(version "0.2-21")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "modeltools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ynds453xprxv0jqqzi3blnv5w6vrdww9pvd1sq4lrr5ar3k3cq7"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://cran.r-project.org/web/packages/modeltools")
|
||||
(synopsis "Tools and classes for statistical models")
|
||||
(description
|
||||
"This package provides a collection of tools to deal with statistical
|
||||
models. The functionality is experimental and the user interface is likely
|
||||
to change in the future.")
|
||||
(license license:gpl2)))
|
||||
|
|
Loading…
Reference in a new issue