From bbc504548eecfd491638c76ff98a02c9444569aa Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 15 Jul 2026 14:43:42 +0200 Subject: gnu: Remove r-grr. * gnu/packages/cran.scm (r-grr): Delete variable. --- gnu/packages/cran.scm | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 0a7deb30866..ed5af30b768 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -13079,26 +13079,6 @@ adding non-linearities to a model, and a wrapper around the Epi package's non-proportional hazards in Cox regressions.") (license license:gpl3+))) -(define-public r-grr - (package - (name "r-grr") - (version "0.9.5") - (source - (origin - (method url-fetch) - (uri (cran-uri "grr" version)) - (sha256 - (base32 - "0arbcgrvhkwb5xk4nry1ffg2qj0v8ivhjghdr505ib4357g0c9i9")))) - (build-system r-build-system) - (home-page "https://cran.r-project.org/web/packages/grr") - (synopsis "Alternative implementations of base R functions") - (description - "This package provides alternative implementations of some base R -functions, including @code{sort}, @code{order}, and @code{match}. The -functions are simplified but can be faster or have other advantages.") - (license license:gpl3))) - (define-public r-magrittr (package (name "r-magrittr") -- cgit v1.2.3