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.
This commit is contained in:
parent
675be97376
commit
e9c8c01e24
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Reference in a new issue