Package: ramify Type: Package Title: Additional Matrix Functionality Version: 0.4.0 Authors@R: person(c("Brandon", "M."), family = "Greenwell", email = "greenwell.brandon@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8120-0084")) Description: Additional matrix functionality for R including: (1) wrappers for the base matrix function that allow matrices to be created from character strings and lists (the former is especially useful for creating block matrices), (2) better printing of large matrices via the generic "pretty" print function, and (3) a number of convenience functions for users more familiar with other scientific languages like 'Julia', 'Matlab'/'Octave', or 'Python'+'NumPy'. Suggests: knitr, rmarkdown, testthat (>= 3.0.0) License: GPL (>= 2) URL: https://github.com/bgreenwell/ramify, http://bgreenwell.github.io/ramify/ BugReports: https://github.com/bgreenwell/ramify/issues VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://bgreenwell.r-universe.dev Date/Publication: 2025-06-23 17:32:24 UTC RemoteUrl: https://github.com/bgreenwell/ramify RemoteRef: HEAD RemoteSha: 029b918d8938dbc15a2e25585a92d9203f271c45 NeedsCompilation: no Packaged: 2026-06-18 09:34:16 UTC; root Author: Brandon M. Greenwell [aut, cre] (ORCID: ) Maintainer: Brandon M. Greenwell