mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
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.
This commit is contained in:
parent
55a04c5245
commit
7fadf9bad7
1 changed files with 4 additions and 2 deletions
|
@ -6920,13 +6920,13 @@ (define-public r-exact
|
|||
(define-public r-desctools
|
||||
(package
|
||||
(name "r-desctools")
|
||||
(version "0.99.44")
|
||||
(version "0.99.45")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "DescTools" version))
|
||||
(sha256
|
||||
(base32 "04wp3sp6sahgq167465y38y13h1ia5a4zqazysacpjxd1if0578j"))))
|
||||
(base32 "01gbmikpzjmymvb7p76k7wqvfvwznl6v0qa78jy7bi6fzmbp1zld"))))
|
||||
(properties `((upstream-name . "DescTools")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -6936,9 +6936,11 @@ (define-public r-desctools
|
|||
r-exact
|
||||
r-expm
|
||||
r-gld
|
||||
r-httr
|
||||
r-mass
|
||||
r-mvtnorm
|
||||
r-rcpp
|
||||
r-readxl
|
||||
r-rstudioapi))
|
||||
(native-inputs (list gfortran))
|
||||
(home-page "https://andrisignorell.github.io/DescTools/")
|
||||
|
|
Loading…
Reference in a new issue