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

* gnu/packages/statistics.scm (r-codetools): Update to 0.2-15.
master
Ricardo Wurmus 2016-10-26 15:54:31 +02:00
parent cf738e961e
commit 4f2ebc16ce
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2477,14 +2477,14 @@ data.")
(define-public r-codetools
(package
(name "r-codetools")
(version "0.2-14")
(version "0.2-15")
(source
(origin
(method url-fetch)
(uri (cran-uri "codetools" version))
(sha256
(base32
"0y9r4m2b8xgavr89sc179knzwpz54xljbc1dinpq2q07i4xn0397"))))
"0h7sjmvvsi35041jp47cxhsqzgf1y8jrw6fxii7n26i8g7nrh1sf"))))
(build-system r-build-system)
(home-page "http://cran.r-project.org/web/packages/codetools")
(synopsis "Code analysis tools for R")