diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-12-03 22:37:03 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:26:16 +0100 |
| commit | 2a55fd07ef3662c48bec0a99464beb76ec3807e7 (patch) | |
| tree | a7c09b7b3278c9b97c2fa8cec93eeaf6f363d5ab /gnu | |
| parent | 465b228744ed6f1969000a0c769bdfa003c56d3e (diff) | |
gnu: r-bestnormalize: Update to 1.9.2.
* gnu/packages/cran.scm (r-bestnormalize): Update to 1.9.2.
[propagated-inputs]: Add r-progress.
[native-inputs]: Add r-rlang.
Change-Id: I895f2e3aa75270849ad5848e474e23fb42bdb135
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 545bbf5688..68af1bf91c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -7322,13 +7322,13 @@ specifications, such as RAM, CPU type, and R version.") (define-public r-bestnormalize (package (name "r-bestnormalize") - (version "1.9.1") + (version "1.9.2") (source (origin (method url-fetch) (uri (cran-uri "bestNormalize" version)) (sha256 (base32 - "1lryl23jvf51n7ka58ncwhjglk0zzm18wik962h403j4mph1jjly")))) + "1q3ylrn496q7z6ascwg4qnmv0k0fghhkwwdkf05457d3s9gavc75")))) (properties `((upstream-name . "bestNormalize"))) (build-system r-build-system) (propagated-inputs (list r-butcher @@ -7339,10 +7339,11 @@ specifications, such as RAM, CPU type, and R version.") r-generics r-lambertw r-nortest + r-progress r-purrr r-recipes r-tibble)) - (native-inputs (list r-knitr r-testthat)) + (native-inputs (list r-knitr r-rlang r-testthat)) (home-page "https://petersonr.github.io/bestNormalize/") (synopsis "Normalizing transformation functions") (description |
