diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-07-15 14:37:25 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-05 10:59:31 +0200 |
| commit | b4cb7dd52126262c46ffb100a004ed3ecdd61b85 (patch) | |
| tree | 69fa54d41e05ef5d28e04c5b53dc4f2e4f13c2ca | |
| parent | 7a13866fd5d359c4e2e6617fbb04c2116ffbeb6d (diff) | |
gnu: Remove r-matrix-utils.
* gnu/packages/cran.scm (r-matrix-utils): Delete variable.
| -rw-r--r-- | gnu/packages/cran.scm | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 13fa56d8ebc..0a7deb30866 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm | |||
| @@ -13340,31 +13340,6 @@ rows/columns. The main goals are speed through vectorization, detailed and | |||
| 13340 | user-friendly output, and compatibility with tests implemented in R.") | 13340 | user-friendly output, and compatibility with tests implemented in R.") |
| 13341 | (license license:gpl2))) | 13341 | (license license:gpl2))) |
| 13342 | 13342 | ||
| 13343 | (define-public r-matrix-utils | ||
| 13344 | (package | ||
| 13345 | (name "r-matrix-utils") | ||
| 13346 | (version "0.9.8") | ||
| 13347 | (source | ||
| 13348 | (origin | ||
| 13349 | (method url-fetch) | ||
| 13350 | (uri (cran-uri "Matrix.utils" version)) | ||
| 13351 | (sha256 | ||
| 13352 | (base32 | ||
| 13353 | "0a5fq1scykqk0kc9j051j6fix6j2dqwz5wbgb0amaxsiywz9vigb")))) | ||
| 13354 | (properties `((upstream-name . "Matrix.utils"))) | ||
| 13355 | (build-system r-build-system) | ||
| 13356 | (propagated-inputs | ||
| 13357 | (list r-grr r-matrix)) | ||
| 13358 | (native-inputs (list r-testthat)) | ||
| 13359 | (home-page "https://github.com/cvarrichio/Matrix.utils") | ||
| 13360 | (synopsis | ||
| 13361 | "Data.frame-Like Operations on Sparse and Dense Matrix Objects") | ||
| 13362 | (description | ||
| 13363 | "This package implements data manipulation methods such as @code{cast}, | ||
| 13364 | @code{aggregate}, and @code{merge}/@code{join} for Matrix and Matrix-like | ||
| 13365 | objects.") | ||
| 13366 | (license license:gpl3))) | ||
| 13367 | |||
| 13368 | (define-public r-mblm | 13343 | (define-public r-mblm |
| 13369 | (package | 13344 | (package |
| 13370 | (name "r-mblm") | 13345 | (name "r-mblm") |
