3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-gtools: Update to 3.9.2.

* gnu/packages/statistics.scm (r-gtools): Update to 3.9.2.
[arguments]: Remove.
This commit is contained in:
Ricardo Wurmus 2021-07-10 13:22:01 +02:00
parent ce84ba5bd7
commit c0e4357043
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4185,23 +4185,15 @@ Zurich, including many that are related to graphics.")
(define-public r-gtools
(package
(name "r-gtools")
(version "3.8.2")
(version "3.9.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "gtools" version))
(sha256
(base32
"1pnwy412wvhhvnnx8qg6s9hrgcnsfhnfcpf2560ipipk845acfsh"))))
"0lx97yafrms2mjym8rhcq5586z7s1iqgy8qfm4px3xl1yn5qkc83"))))
(build-system r-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'make-deterministic
(lambda _
(substitute* "R/checkReverseDependencies.R"
(("tempdir\\(\\)") "\"/tmp\""))
#t)))))
(home-page "https://cran.r-project.org/web/packages/gtools")
(synopsis "Various R programming tools")
(description