Skip to content
Snippets Groups Projects
Commit 6af48134 authored by Vicente Vera Parra's avatar Vicente Vera Parra Committed by Ricardo Wurmus
Browse files

gnu: Add r-lazyeval.

* gnu/packages/statistics.scm (r-lazyeval): New variable.
parent ed6094fc
No related branches found
No related tags found
No related merge requests found
......@@ -520,3 +520,22 @@ (define-public r-assertthat
producing friendly error messages so that your users know what they've done
wrong.")
(license license:gpl3+)))
(define-public r-lazyeval
(package
(name "r-lazyeval")
(version "0.1.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cran/src/contrib/lazyeval_"
version ".tar.gz"))
(sha256
(base32
"02qfpn2fmy78vx4jxr7g7rhqzcm1kcivfwai7lbh0vvpawia0qwh"))))
(build-system r-build-system)
(home-page "https://github.com/hadley/lazyeval")
(synopsis "Lazy (non-standard) evaluation in R")
(description
"This package provides the tools necessary to do non-standard
evaluation (NSE) in R.")
(license license:gpl3+)))
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