diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-05-21 06:15:17 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-05-28 12:13:55 +0200 |
| commit | a6ed426e1f225e76ed26e8bedb040f8c5e2b2b32 (patch) | |
| tree | 1781493141b223c558acb8b6c7d0518f6563b524 | |
| parent | 73993d585bd4fa583a250a433fdffc9aeccd0a79 (diff) | |
gnu: r-np: Update to 0.70-2.
* gnu/packages/cran.scm (r-np): Update to 0.70-2.
[native-inputs]: Add r-withr.
Change-Id: I5c3350a7b65eba18703480ce529f051178504e6d
| -rw-r--r-- | gnu/packages/cran.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 67d05583ed6..c6a39cf95ce 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm | |||
| @@ -26050,19 +26050,19 @@ creation and manipulation of WAVE audio files.") | |||
| 26050 | (define-public r-np | 26050 | (define-public r-np |
| 26051 | (package | 26051 | (package |
| 26052 | (name "r-np") | 26052 | (name "r-np") |
| 26053 | (version "0.70-1") | 26053 | (version "0.70-2") |
| 26054 | (source | 26054 | (source |
| 26055 | (origin | 26055 | (origin |
| 26056 | (method url-fetch) | 26056 | (method url-fetch) |
| 26057 | (uri (cran-uri "np" version)) | 26057 | (uri (cran-uri "np" version)) |
| 26058 | (sha256 | 26058 | (sha256 |
| 26059 | (base32 | 26059 | (base32 |
| 26060 | "00bnq24wln12hjq028wng2l4ha5glxblnhnyrrilfbm6qiq7ij1w")))) | 26060 | "1w5hkp6nfbanp87v2dkpbx36mnd0pfqf8zr95krjrzxnmy2diq14")))) |
| 26061 | (build-system r-build-system) | 26061 | (build-system r-build-system) |
| 26062 | (propagated-inputs | 26062 | (propagated-inputs |
| 26063 | (list r-boot r-cubature r-quadprog r-quantreg)) | 26063 | (list r-boot r-cubature r-quadprog r-quantreg)) |
| 26064 | (native-inputs | 26064 | (native-inputs |
| 26065 | (list r-crs r-knitr r-pkgload r-testthat)) | 26065 | (list r-crs r-knitr r-pkgload r-testthat r-withr)) |
| 26066 | (home-page "https://github.com/JeffreyRacine/R-Package-np") | 26066 | (home-page "https://github.com/JeffreyRacine/R-Package-np") |
| 26067 | (synopsis "Non-parametric kernel smoothing methods for mixed data types") | 26067 | (synopsis "Non-parametric kernel smoothing methods for mixed data types") |
| 26068 | (description "This package provides non-parametric (and semi-parametric) | 26068 | (description "This package provides non-parametric (and semi-parametric) |
