From b9c5dff57ff961a16c8fc24843a4535ea817e732 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 4 Jan 2022 17:10:15 +0100 Subject: gnu: Add r-varhandle. * gnu/packages/cran.scm (r-varhandle): New variable. --- gnu/packages/cran.scm | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index b9b1171496..448ac5b724 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ricardo Wurmus +;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Ricardo Wurmus ;;; Copyright © 2015 Andreas Enge ;;; Copyright © 2015, 2016 Pjotr Prins ;;; Copyright © 2016, 2017 Ben Woodcroft @@ -31600,6 +31600,27 @@ data. This package provides functions that query the BIEN database by constructing and executing optimized SQL queries.") (license license:expat))) +(define-public r-varhandle + (package + (name "r-varhandle") + (version "2.0.5") + (source + (origin + (method url-fetch) + (uri (cran-uri "varhandle" version)) + (sha256 + (base32 "1l42d0s6fbjjc9l28a2m3myxkrx2c0p0b9yj8wjjjgilw19yc3lv")))) + (properties `((upstream-name . "varhandle"))) + (build-system r-build-system) + (home-page "https://bitbucket.org/mehrad_mahmoudian/varhandle") + (synopsis "Functions for robust variable handling") + (description + "This package contains some functions to help users (especially data +explorers) to make more sense of their variables and take the most out of +variables and hardware resources. Functions in this package are supposed to +be efficient and easy to use.") + (license license:gpl2+))) + (define-public r-ggh4x (package (name "r-ggh4x") -- cgit v1.2.3