diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-07-15 14:43:42 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-05 11:03:17 +0200 |
| commit | bbc504548eecfd491638c76ff98a02c9444569aa (patch) | |
| tree | da98c8ec08554108632d9cdc116e91daaa3ac641 | |
| parent | 8bf5832379202f940bce2cc9673fd2db5da855a2 (diff) | |
gnu: Remove r-grr.
* gnu/packages/cran.scm (r-grr): Delete variable.
| -rw-r--r-- | gnu/packages/cran.scm | 20 |
1 files changed, 0 insertions, 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 | |||
| 13079 | non-proportional hazards in Cox regressions.") | 13079 | non-proportional hazards in Cox regressions.") |
| 13080 | (license license:gpl3+))) | 13080 | (license license:gpl3+))) |
| 13081 | 13081 | ||
| 13082 | (define-public r-grr | ||
| 13083 | (package | ||
| 13084 | (name "r-grr") | ||
| 13085 | (version "0.9.5") | ||
| 13086 | (source | ||
| 13087 | (origin | ||
| 13088 | (method url-fetch) | ||
| 13089 | (uri (cran-uri "grr" version)) | ||
| 13090 | (sha256 | ||
| 13091 | (base32 | ||
| 13092 | "0arbcgrvhkwb5xk4nry1ffg2qj0v8ivhjghdr505ib4357g0c9i9")))) | ||
| 13093 | (build-system r-build-system) | ||
| 13094 | (home-page "https://cran.r-project.org/web/packages/grr") | ||
| 13095 | (synopsis "Alternative implementations of base R functions") | ||
| 13096 | (description | ||
| 13097 | "This package provides alternative implementations of some base R | ||
| 13098 | functions, including @code{sort}, @code{order}, and @code{match}. The | ||
| 13099 | functions are simplified but can be faster or have other advantages.") | ||
| 13100 | (license license:gpl3))) | ||
| 13101 | |||
| 13102 | (define-public r-magrittr | 13082 | (define-public r-magrittr |
| 13103 | (package | 13083 | (package |
| 13104 | (name "r-magrittr") | 13084 | (name "r-magrittr") |
