mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 15:03:44 +00:00
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>
This commit is contained in:
committed by
Rutherther
parent
465b228744
commit
2a55fd07ef
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user