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

* gnu/packages/statistics.scm (r-codetools): Update to 0.2-19.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:09:05 +01:00
parent 7b9fb40073
commit 0876435e65
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -573,14 +573,14 @@ (define-public r-cluster
(define-public r-codetools
(package
(name "r-codetools")
(version "0.2-18")
(version "0.2-19")
(source
(origin
(method url-fetch)
(uri (cran-uri "codetools" version))
(sha256
(base32
"0a2c115glq8jxixwfigrpvjabhxchn9r4mc40y41dg9dg6wsd7hs"))))
"1ardg28x2cvilkgsj6bdvvp5snsy3rj7jbz9bpcdlcvzr1kybdy4"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/codetools")
(synopsis "Code analysis tools for R")