Package: amatrix Type: Package Title: Backend-Agnostic Matrix Extensions Version: 0.1.0 Authors@R: person("Brad", "Buchsbaum", email = "brad.buchsbaum@gmail.com", role = c("aut", "cre")) Description: Matrix-compatible S4 classes with backend-dispatch hooks for accelerated execution and predictable CPU fallback. URL: https://bbuchsbaum.github.io/amatrix/, https://github.com/bbuchsbaum/amatrix BugReports: https://github.com/bbuchsbaum/amatrix/issues License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 4.3) Imports: methods, Matrix Suggests: testthat (>= 3.0.0), callr, ggplot2, irlba, knitr, pkgload, rmarkdown, rprojroot, withr, amatrix.mlx, amatrix.arrayfire, amatrix.opencl, amatrix.metal Additional_repositories: https://bbuchsbaum.r-universe.dev VignetteBuilder: knitr Config/testthat/edition: 3 RoxygenNote: 7.3.3 Config/Needs/website: albersdown Repository: https://bbuchsbaum.r-universe.dev Date/Publication: 2026-07-02 13:18:49 UTC RemoteUrl: https://github.com/bbuchsbaum/amatrix RemoteRef: HEAD RemoteSha: aa1a39a22def2841186cc195dd1b4c7e0d5ff8e2 NeedsCompilation: yes Packaged: 2026-07-02 15:14:40 UTC; root Author: Brad Buchsbaum [aut, cre] Maintainer: Brad Buchsbaum