gnu: r-codetools: Update to 0.2-18.

* gnu/packages/statistics.scm (r-codetools): Update to 0.2-18.
This commit is contained in:
Ricardo Wurmus 2020-12-09 22:00:46 +01:00
parent 1f2ceaccf1
commit 59771643de
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -503,14 +503,14 @@ Hubert, based on Kaufman and Rousseeuw (1990) \"Finding Groups in Data\".")
(define-public r-codetools (define-public r-codetools
(package (package
(name "r-codetools") (name "r-codetools")
(version "0.2-16") (version "0.2-18")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "codetools" version)) (uri (cran-uri "codetools" version))
(sha256 (sha256
(base32 (base32
"00bmhzqprqfn3w6ghx7sakai6s7il8gbksfiawj8in5mbhbncypn")))) "0a2c115glq8jxixwfigrpvjabhxchn9r4mc40y41dg9dg6wsd7hs"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/codetools") (home-page "https://cran.r-project.org/web/packages/codetools")
(synopsis "Code analysis tools for R") (synopsis "Code analysis tools for R")