mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add r-nada.
* gnu/packages/cran.scm (r-nada): New variable.
This commit is contained in:
parent
a65ce9dd50
commit
8bf7241b8b
1 changed files with 21 additions and 0 deletions
|
@ -29223,6 +29223,27 @@ (define-public r-nabor
|
|||
to speed up repeated queries of the same set of target points.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public r-nada
|
||||
(package
|
||||
(name "r-nada")
|
||||
(version "1.6-1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "NADA" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jp4mqr77cx7q5lff84s6wb0dwjy9mi0jyhbjc5fsx50bdczc3v7"))))
|
||||
(properties `((upstream-name . "NADA")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-survival))
|
||||
(home-page "https://cran.r-project.org/package=NADA")
|
||||
(synopsis "Nondetects and data analysis for environmental data")
|
||||
(description
|
||||
"This package contains methods described by Dennis Helsel in his
|
||||
book @emph{Nondetects and Data Analysis: Statistics for Censored
|
||||
Environmental Data}.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-naturalsort
|
||||
(package
|
||||
(name "r-naturalsort")
|
||||
|
|
Loading…
Reference in a new issue