diff options
Diffstat (limited to 'gnu/packages/statistics.scm')
-rw-r--r-- | gnu/packages/statistics.scm | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 2b640645c4..b3ebd5abbd 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -1578,13 +1578,13 @@ and printing capabilities than traditional data frames.") (define-public r-dplyr (package (name "r-dplyr") - (version "0.7.3") + (version "0.7.4") (source (origin (method url-fetch) (uri (cran-uri "dplyr" version)) (sha256 (base32 - "0wz5vrcsxzmxpxvs1raz9kyfc7mq3591nadq4rb4hx4sc97ysrxf")))) + "1hm8ml7yaraag1ak6kvz2mxx6if568c759ix8a1n9d7va03wj7vv")))) (build-system r-build-system) (propagated-inputs `(("r-assertthat" ,r-assertthat) @@ -1730,13 +1730,13 @@ and density estimation.") (define-public r-chron (package (name "r-chron") - (version "2.3-50") + (version "2.3-51") (source (origin (method url-fetch) (uri (cran-uri "chron" version)) (sha256 (base32 - "1w3sl60gsirniqslb3pa75caiqbzbvc44phpd4czvwkb62xx1vx9")))) + "05aznigw9nwv3hbwjnjbvqhfjqkwsw2csgrjx8500gzr2fvla5w8")))) (build-system r-build-system) (home-page "http://cran.r-project.org/web/packages/chron") (synopsis "Chronological R objects which can handle dates and times") @@ -1748,13 +1748,13 @@ times.") (define-public r-data-table (package (name "r-data-table") - (version "1.10.4") + (version "1.10.4-2") (source (origin (method url-fetch) (uri (cran-uri "data.table" version)) (sha256 (base32 - "0ykbjr1x50ajxbri385vi3mnxj7zg1dcgh9y0snp341qmmmdypw6")))) + "159dgcjlrpq17iy7y3a6v2wnlrszjlz031cj4aqcl9bbfkh07mr7")))) (build-system r-build-system) (home-page "https://github.com/Rdatatable/data.table/wiki") (synopsis "Enhanced version of data.frame R object") @@ -2480,15 +2480,17 @@ well as additional utilities such as panel and axis annotation functions.") (define-public r-rcpparmadillo (package (name "r-rcpparmadillo") - (version "0.7.960.1.2") + (version "0.8.100.1.0") (source (origin (method url-fetch) (uri (cran-uri "RcppArmadillo" version)) (sha256 (base32 - "0kg8vbamaz3413h283f23hzgqkmfpf6fs0vbklmpj0l3ricvp9cc")))) + "19sghlkslz6llcrjk5pd8c6dsb338jsi4dnwrbbrjkfq6jdr5jlp")))) (properties `((upstream-name . "RcppArmadillo"))) (build-system r-build-system) + (native-inputs + `(("r-knitr" ,r-knitr))) ; needed for vignettes (propagated-inputs `(("r-rcpp" ,r-rcpp))) (home-page "https://github.com/RcppCore/RcppArmadillo") @@ -2716,7 +2718,7 @@ engine (version 3.8.8.2) is included.") (version "1.95-0.1.2") (source (origin (method url-fetch) - (uri (string-append "http://www.bioconductor.org/packages/" + (uri (string-append "https://www.bioconductor.org/packages/" "release/extra/src/" "contrib/RCurl_" version ".tar.gz")) (sha256 @@ -3586,14 +3588,14 @@ the 'lite' version of the more complete @code{viridis} package.") (define-public r-tidyselect (package (name "r-tidyselect") - (version "0.2.0") + (version "0.2.2") (source (origin (method url-fetch) (uri (cran-uri "tidyselect" version)) (sha256 (base32 - "1h10qc5bxk5v0zhmip3gwnzy50fs2gbdvcg2163is0k9a8rifq9r")))) + "1lndr0ajd3fhycmrw2fdaiyf32in5pgl5ig901q221g24n87vmnd")))) (build-system r-build-system) (propagated-inputs `(("r-glue" ,r-glue) @@ -3612,14 +3614,14 @@ selection.") (define-public r-tidyr (package (name "r-tidyr") - (version "0.7.1") + (version "0.7.2") (source (origin (method url-fetch) (uri (cran-uri "tidyr" version)) (sha256 (base32 - "18fii18f967xaw6swn0w744sncx37rfq6gd8d9dccrpyf8647hmr")))) + "1700fry2b3d3ksj7x2f09xl6agjrdnx1rqsc1r8gvzsp5cpflb06")))) (build-system r-build-system) (propagated-inputs `(("r-dplyr" ,r-dplyr) |