~ruther/guix-local

2a55fd07ef3662c48bec0a99464beb76ec3807e7 — Ricardo Wurmus 8 months ago 465b228
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>
1 files changed, 4 insertions(+), 3 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +4 -3
@@ 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