Archived
1
0
Fork 0

gnu: r-bestnormalize: Update to 1.9.0.

* gnu/packages/cran.scm (r-bestnormalize): Update to 1.9.0.
[propagated-inputs]: Add r-generics.
This commit is contained in:
Ricardo Wurmus 2023-03-19 21:01:30 +01:00
parent e9c8c01e24
commit 476f987f48
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1178,13 +1178,13 @@ specifications, such as RAM, CPU type, and R version.")
(define-public r-bestnormalize (define-public r-bestnormalize
(package (package
(name "r-bestnormalize") (name "r-bestnormalize")
(version "1.8.3") (version "1.9.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "bestNormalize" version)) (uri (cran-uri "bestNormalize" version))
(sha256 (sha256
(base32 (base32
"107z16vx6k31ln5ppxixjgagrzrjwlrk13689lq2s90x4k2pgmkh")))) "0kz03bawq45ff3vibhnfq1fq2xs7snx9qw2jaw7a7ma57svbr3gd"))))
(properties `((upstream-name . "bestNormalize"))) (properties `((upstream-name . "bestNormalize")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (list r-butcher (propagated-inputs (list r-butcher
@ -1192,6 +1192,7 @@ specifications, such as RAM, CPU type, and R version.")
r-dorng r-dorng
r-dplyr r-dplyr
r-foreach r-foreach
r-generics
r-lambertw r-lambertw
r-nortest r-nortest
r-purrr r-purrr