Package: matrixset Title: Creating, Manipulating and Annotating Matrix Ensemble Version: 0.4.0.9000 Authors@R: person(given = "Pascal", family = "Croteau", role = c("aut", "cre", "cph"), email = "croteaupascl@gmail.com") Description: Creates an object that stores a matrix ensemble, matrices that share the same common properties, where rows and columns can be annotated. Matrices must have the same dimension and dimnames. Operators to manipulate these objects are provided as well as mechanisms to apply functions to these objects. Imports: cli, crayon, dplyr, lifecycle, Matrix, methods, pillar, purrr, R6, Rcpp, rlang, stringr, tibble, tidyr, tidyselect, vctrs License: MIT + file LICENSE URL: https://github.com/pascalcroteau/matrixset BugReports: https://github.com/pascalcroteau/matrixset/issues Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Suggests: MASS, ggfortify, knitr, lme4, magrittr, patchwork, rmarkdown, testthat (>= 3.0.0), tidyverse, withr Config/testthat/edition: 3 Depends: R (>= 4.0) VignetteBuilder: knitr LinkingTo: Rcpp Config/pak/sysreqs: libicu-dev Repository: https://pascalcroteau.r-universe.dev Date/Publication: 2025-12-24 16:42:43 UTC RemoteUrl: https://github.com/pascalcroteau/matrixset RemoteRef: HEAD RemoteSha: bcd8546b93534958461a1cd7734cc65faf7058c4 NeedsCompilation: yes Packaged: 2026-06-22 09:40:15 UTC; root Author: Pascal Croteau [aut, cre, cph] Maintainer: Pascal Croteau