me
/
guix
Archived
1
0
Fork 0

gnu: r-desctools: Update to 0.99.48.

* gnu/packages/statistics.scm (r-desctools): Update to 0.99.48.
[native-inputs]: Add r-r-rsp.
master
Ricardo Wurmus 2023-03-19 14:44:49 +01:00
parent 675be97376
commit e9c8c01e24
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -7092,13 +7092,13 @@ Calculates confidence intervals for the difference in proportion.")
(define-public r-desctools
(package
(name "r-desctools")
(version "0.99.47")
(version "0.99.48")
(source
(origin
(method url-fetch)
(uri (cran-uri "DescTools" version))
(sha256
(base32 "0dd1n2dwyh8sdsmmsqj670hmawffqck35qdanrgb4yfcc0zzmd1j"))))
(base32 "0axn9sgv8cwzmrnwrpbla8zcfpii1xlsyjxbgk85xlcsmv05iq6v"))))
(properties `((upstream-name . "DescTools")))
(build-system r-build-system)
(propagated-inputs
@ -7114,7 +7114,7 @@ Calculates confidence intervals for the difference in proportion.")
r-rcpp
r-readxl
r-rstudioapi))
(native-inputs (list gfortran))
(native-inputs (list gfortran r-r-rsp))
(home-page "https://andrisignorell.github.io/DescTools/")
(synopsis "Tools for Descriptive Statistics")
(description