mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-dvmisc: Update to 1.1.4.
* gnu/packages/cran.scm (r-dvmisc): Update to 1.1.4. [propagated-inputs]: Add r-tab; remove r-purrr.
This commit is contained in:
parent
6e963260ae
commit
f6e75823bd
1 changed files with 4 additions and 4 deletions
|
@ -7906,13 +7906,13 @@ (define-public r-tab
|
|||
(define-public r-dvmisc
|
||||
(package
|
||||
(name "r-dvmisc")
|
||||
(version "1.1.3")
|
||||
(version "1.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "dvmisc" version))
|
||||
(sha256
|
||||
(base32 "0x391pxg5mqgp5xxc8qwhwxky8ds7d9gr9iwmsb12c92kxfk00bv"))))
|
||||
(base32 "01v6sixx0f3nrn6ymfifb3pvd2msfrwm21kmdv38laxq29vc4rsi"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-cubature" ,r-cubature)
|
||||
|
@ -7922,10 +7922,10 @@ (define-public r-dvmisc
|
|||
("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-survey" ,r-survey)))
|
||||
("r-survey" ,r-survey)
|
||||
("r-tab" ,r-tab)))
|
||||
(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