gnu: r-survival: Move to set of recommended R packages.

* gnu/packages/statistics.scm (r-survival): Move up to set of recommended R
packages.
This commit is contained in:
Ricardo Wurmus 2017-03-12 00:20:03 +01:00
parent 4b005c7a75
commit 6eaa9bfba6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -511,6 +511,28 @@ (define-public r-spatial
;; Either version may be picked.
(license (list license:gpl2 license:gpl3))))
(define-public r-survival
(package
(name "r-survival")
(version "2.40-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "survival" version))
(sha256
(base32
"10pf0kq0g66k5rgizrvh29mq3r84acljw2jgrv5yp6z38xw23mci"))))
(build-system r-build-system)
(propagated-inputs
`(("r-matrix" ,r-matrix)))
(home-page "https://github.com/therneau/survival")
(synopsis "Survival analysis")
(description
"This package contains the core survival analysis routines, including
definition of Surv objects, Kaplan-Meier and Aalen-Johansen (multi-state)
curves, Cox models, and parametric accelerated failure time models.")
(license license:lgpl2.0+)))
(define-public r-bit
(package
(name "r-bit")
@ -3683,26 +3705,6 @@ (define-public r-spams
@end enumerate\n")
(license license:gpl3+)))
(define-public r-survival
(package
(name "r-survival")
(version "2.40-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "survival" version))
(sha256
(base32
"10pf0kq0g66k5rgizrvh29mq3r84acljw2jgrv5yp6z38xw23mci"))))
(build-system r-build-system)
(home-page "https://github.com/therneau/survival")
(synopsis "Survival analysis")
(description
"This package contains the core survival analysis routines, including
definition of Surv objects, Kaplan-Meier and Aalen-Johansen (multi-state)
curves, Cox models, and parametric accelerated failure time models.")
(license license:lgpl2.0+)))
(define-public r-base64
(package
(name "r-base64")