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