[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/74: gnu: r-dvmisc: Update to 1.1.3.
From: |
guix-commits |
Subject: |
45/74: gnu: r-dvmisc: Update to 1.1.3. |
Date: |
Thu, 7 Mar 2019 17:53:08 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit a6a87db8ce8a450fd7c44527382d0b2926fafe08
Author: Ricardo Wurmus <address@hidden>
Date: Thu Mar 7 23:43:19 2019 +0100
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.
---
gnu/packages/cran.scm | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index aac80c7..a0f8987 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7229,18 +7229,26 @@ analysis.")
(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
- 27/74: gnu: r-mgcv: Update to 1.8-27., (continued)
- 27/74: gnu: r-mgcv: Update to 1.8-27., guix-commits, 2019/03/07
- 32/74: gnu: r-lme4: Update to 1.1-21., guix-commits, 2019/03/07
- 43/74: gnu: r-multcomp: Update to 1.4-10., guix-commits, 2019/03/07
- 26/74: gnu: r-stringi: Update to 1.3.1., guix-commits, 2019/03/07
- 49/74: gnu: r-prediction: Update to 0.3.6.2., guix-commits, 2019/03/07
- 44/74: gnu: r-summarytools: Update to 0.9.2., guix-commits, 2019/03/07
- 36/74: gnu: r-gmp: Update to 0.5-13.4., guix-commits, 2019/03/07
- 25/74: gnu: r-stringr: Update to 1.4.0., guix-commits, 2019/03/07
- 22/74: gnu: r-catools: Update to 1.17.1.2., guix-commits, 2019/03/07
- 24/74: gnu: r-ranger: Update to 0.11.2., guix-commits, 2019/03/07
- 45/74: gnu: r-dvmisc: Update to 1.1.3.,
guix-commits <=
- 33/74: gnu: r-dplyr: Update to 0.8.0.1., guix-commits, 2019/03/07
- 57/74: gnu: r-later: Update to 0.8.0., guix-commits, 2019/03/07
- 46/74: gnu: r-hash: Update to 2.2.6.1., guix-commits, 2019/03/07
- 54/74: gnu: r-arules: Update to 1.6-3., guix-commits, 2019/03/07
- 73/74: gnu: r-readxl: Update to 1.3.0., guix-commits, 2019/03/07
- 56/74: gnu: r-vim: Update to 4.8.0., guix-commits, 2019/03/07
- 69/74: gnu: r-proxy: Update to 0.4-23., guix-commits, 2019/03/07
- 41/74: gnu: r-afex: Update to 0.23-0., guix-commits, 2019/03/07
- 30/74: gnu: r-r6: Update to 2.4.0., guix-commits, 2019/03/07
- 39/74: gnu: r-ks: Update to 1.11.4., guix-commits, 2019/03/07