me
/
guix
Archived
1
0
Fork 0

gnu: Add r-locpol.

* gnu/packages/cran.scm (r-locpol): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Aniket Patil 2020-12-14 22:00:01 -05:00 committed by Leo Famulari
parent 795f654b2a
commit 6b5c04034d
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 22 additions and 0 deletions

View File

@ -25212,6 +25212,28 @@ estimation in measurement error models: The R package decon.
Journal of Statistical Software, 39(10), 1-24.") Journal of Statistical Software, 39(10), 1-24.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public r-locpol
(package
(name "r-locpol")
(version "0.7-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "locpol" version))
(sha256
(base32
"1p915n0l09kbwkly627074jslxl01yssp1rf0c7sygvsw6sgy5lm"))))
(properties `((upstream-name . "locpol")))
(build-system r-build-system)
(home-page
"https://cran.r-project.org/web/packages/locpol/")
(synopsis "Kernel Local Polynomial Regression")
(description
"Computes local polynomial estimators for the regression and
also density. It comprises several different utilities to handle
kernel estimators.")
(license license:gpl2+)))
(define-public r-aws-signature (define-public r-aws-signature
(package (package
(name "r-aws-signature") (name "r-aws-signature")