mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add r-laeken.
* gnu/packages/cran.scm (r-laeken): New variable.
This commit is contained in:
parent
308c08d371
commit
018cf270a3
1 changed files with 22 additions and 0 deletions
|
@ -1525,3 +1525,25 @@ (define-public r-performanceanalytics
|
||||||
where possible.")
|
where possible.")
|
||||||
;; Either version may be picked.
|
;; Either version may be picked.
|
||||||
(license (list license:gpl2 license:gpl3))))
|
(license (list license:gpl2 license:gpl3))))
|
||||||
|
|
||||||
|
(define-public r-laeken
|
||||||
|
(package
|
||||||
|
(name "r-laeken")
|
||||||
|
(version "0.4.6")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "laeken" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1rhkv1kk508pwln1d325iq4fink2ncssps0ypxi52j9d7wk78la6"))))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-boot" ,r-boot)
|
||||||
|
("r-mass" ,r-mass)))
|
||||||
|
(home-page "http://cran.r-project.org/web/packages/laeken/")
|
||||||
|
(synopsis "Estimation of indicators on social exclusion and poverty")
|
||||||
|
(description "This package provides tools for the estimation of indicators
|
||||||
|
on social exclusion and poverty, as well as an implementation of Pareto tail
|
||||||
|
modeling for empirical income distributions.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
Loading…
Reference in a new issue