Skip to content
Snippets Groups Projects
Commit 9c94b53b authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: Add R.utils.

* gnu/packages/statistics.scm (r-r-utils): New variable.
parent c8c75a8d
No related branches found
No related tags found
No related merge requests found
...@@ -1784,3 +1784,25 @@ (define-public r-r-oo ...@@ -1784,3 +1784,25 @@ (define-public r-r-oo
maintenance for package developers.") maintenance for package developers.")
(license license:lgpl2.1+))) (license license:lgpl2.1+)))
(define-public r-r-utils
(package
(name "r-r-utils")
(version "2.1.0")
(source (origin
(method url-fetch)
(uri (cran-uri "R.utils" version))
(sha256
(base32
"03pi6pkcsq65fv7cn4x74cj050dc8x5d4xyg930p6f7flk788xaz"))))
(properties `((upstream-name . "R.utils")))
(build-system r-build-system)
(propagated-inputs
`(("r-r-methodss3" ,r-r-methodss3)
("r-r-oo" ,r-r-oo)))
(home-page "https://github.com/HenrikBengtsson/R.utils")
(synopsis "Various programming utilities")
(description
"This package provides utility functions useful when programming and
developing R packages.")
(license license:lgpl2.1+)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment