mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
gnu: Add r-muhaz.
* gnu/packages/cran.scm (r-muhaz): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
6995f99ce7
commit
3ad68ec251
1 changed files with 25 additions and 0 deletions
|
@ -23287,3 +23287,28 @@ designed as a drop-in replacement for the RANN function @code{nn2}. In
|
||||||
addition, objects which include the k-d tree search structure can be returned
|
addition, objects which include the k-d tree search structure can be returned
|
||||||
to speed up repeated queries of the same set of target points.")
|
to speed up repeated queries of the same set of target points.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public r-muhaz
|
||||||
|
(package
|
||||||
|
(name "r-muhaz")
|
||||||
|
(version "1.2.6.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "muhaz" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"08qh43zx6h3yby44q2vxphfvmfdmqxpgyp0734yn341sy9n8pkkk"))))
|
||||||
|
(properties `((upstream-name . "muhaz")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-survival" ,r-survival)))
|
||||||
|
(native-inputs
|
||||||
|
`(("gfortran" ,gfortran)))
|
||||||
|
(home-page "https://cran.r-project.org/web/packages/muhaz/")
|
||||||
|
(synopsis "Hazard function estimation in survival analysis")
|
||||||
|
(description
|
||||||
|
"This package produces a smooth estimate of the hazard function for
|
||||||
|
censored data.")
|
||||||
|
;; Any version of the GPL.
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue