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 @@ handle data from simple random samples as well as complex surveys.")
|
||||||
(define-public r-dvmisc
|
(define-public r-dvmisc
|
||||||
(package
|
(package
|
||||||
(name "r-dvmisc")
|
(name "r-dvmisc")
|
||||||
(version "1.1.3")
|
(version "1.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "dvmisc" version))
|
(uri (cran-uri "dvmisc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0x391pxg5mqgp5xxc8qwhwxky8ds7d9gr9iwmsb12c92kxfk00bv"))))
|
(base32 "01v6sixx0f3nrn6ymfifb3pvd2msfrwm21kmdv38laxq29vc4rsi"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-cubature" ,r-cubature)
|
`(("r-cubature" ,r-cubature)
|
||||||
|
@ -7922,10 +7922,10 @@ handle data from simple random samples as well as complex surveys.")
|
||||||
("r-mass" ,r-mass)
|
("r-mass" ,r-mass)
|
||||||
("r-mvtnorm" ,r-mvtnorm)
|
("r-mvtnorm" ,r-mvtnorm)
|
||||||
("r-pracma" ,r-pracma)
|
("r-pracma" ,r-pracma)
|
||||||
("r-purrr" ,r-purrr)
|
|
||||||
("r-rbenchmark" ,r-rbenchmark)
|
("r-rbenchmark" ,r-rbenchmark)
|
||||||
("r-rcpp" ,r-rcpp)
|
("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/")
|
(home-page "https://cran.r-project.org/web/packages/dvmisc/")
|
||||||
(synopsis "Faster computation of common statistics and miscellaneous functions")
|
(synopsis "Faster computation of common statistics and miscellaneous functions")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue