mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-dvmisc: Update to 1.1.3.
* gnu/packages/cran.scm (r-dvmisc): Update to 1.1.3. [propagated-inputs]: Add r-cubature, r-data-table, r-dplyr, r-ggplot2, r-mvtnorm, r-pracma, r-purrr, and r-survey.
This commit is contained in:
parent
5093cbdc04
commit
a6a87db8ce
1 changed files with 12 additions and 4 deletions
|
@ -7229,18 +7229,26 @@ (define-public r-survey
|
|||
(define-public r-dvmisc
|
||||
(package
|
||||
(name "r-dvmisc")
|
||||
(version "1.1.2")
|
||||
(version "1.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "dvmisc" version))
|
||||
(sha256
|
||||
(base32 "1dy0yykskwhkql19bhzmbwsgv028afc8jh9yqwbczj6f3vpv31zh"))))
|
||||
(base32 "0x391pxg5mqgp5xxc8qwhwxky8ds7d9gr9iwmsb12c92kxfk00bv"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-mass" ,r-mass)
|
||||
`(("r-cubature" ,r-cubature)
|
||||
("r-data-table" ,r-data-table)
|
||||
("r-dplyr" ,r-dplyr)
|
||||
("r-ggplot2" ,r-ggplot2)
|
||||
("r-mass" ,r-mass)
|
||||
("r-mvtnorm" ,r-mvtnorm)
|
||||
("r-pracma" ,r-pracma)
|
||||
("r-purrr" ,r-purrr)
|
||||
("r-rbenchmark" ,r-rbenchmark)
|
||||
("r-rcpp" ,r-rcpp)))
|
||||
("r-rcpp" ,r-rcpp)
|
||||
("r-survey" ,r-survey)))
|
||||
(home-page "https://cran.r-project.org/web/packages/dvmisc/")
|
||||
(synopsis "Faster computation of common statistics and miscellaneous functions")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue