me
/
guix
Archived
1
0
Fork 0

gnu: r-desctools: Update to 0.99.45.

* gnu/packages/statistics.scm (r-desctools): Update to 0.99.45.
[propagated-inputs]: Add r-httr and r-readxl.
master
Ricardo Wurmus 2022-05-28 08:31:02 +02:00
parent 55a04c5245
commit 7fadf9bad7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -6920,13 +6920,13 @@ Calculates confidence intervals for the difference in proportion.")
(define-public r-desctools (define-public r-desctools
(package (package
(name "r-desctools") (name "r-desctools")
(version "0.99.44") (version "0.99.45")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "DescTools" version)) (uri (cran-uri "DescTools" version))
(sha256 (sha256
(base32 "04wp3sp6sahgq167465y38y13h1ia5a4zqazysacpjxd1if0578j")))) (base32 "01gbmikpzjmymvb7p76k7wqvfvwznl6v0qa78jy7bi6fzmbp1zld"))))
(properties `((upstream-name . "DescTools"))) (properties `((upstream-name . "DescTools")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
@ -6936,9 +6936,11 @@ Calculates confidence intervals for the difference in proportion.")
r-exact r-exact
r-expm r-expm
r-gld r-gld
r-httr
r-mass r-mass
r-mvtnorm r-mvtnorm
r-rcpp r-rcpp
r-readxl
r-rstudioapi)) r-rstudioapi))
(native-inputs (list gfortran)) (native-inputs (list gfortran))
(home-page "https://andrisignorell.github.io/DescTools/") (home-page "https://andrisignorell.github.io/DescTools/")