Package: matricks
Type: Package
Title: Useful Tricks for Matrix Manipulation
Version: 0.8.2
Authors@R: 
    person(given   = "Krzysztof",
           family  = "Joachimiak",
           role    = c("aut", "cre"),
           email   = "joachimiak.krzysztof@gmail.com",
           comment = c(ORCID = "0000-0003-4780-7947"))
Description: Provides functions, which make matrix creation conciser 
             (such as the core package's function m() for rowwise matrix definition or 
             runifm() for random value matrices).
             Allows to set multiple matrix values at once, by using list of formulae. 
             Provides additional matrix operators and dedicated plotting function.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
BugReports: https://github.com/krzjoa/matricks/issues
URL: https://github.com/krzjoa/matricks,
        https://krzjoa.github.io/matricks/
Suggests: testthat (>= 2.1.0), knitr, rmarkdown, covr
RoxygenNote: 6.1.1
LinkingTo: Rcpp
Imports: Rcpp, rlang, ggplot2, reshape2
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-02-12 22:40:10 UTC; krzysztof
Author: Krzysztof Joachimiak [aut, cre]
    (<https://orcid.org/0000-0003-4780-7947>)
Maintainer: Krzysztof Joachimiak <joachimiak.krzysztof@gmail.com>
Repository: CRAN
Date/Publication: 2020-02-23 11:40:02 UTC
Built: R 4.6.0; aarch64-apple-darwin20; 2025-07-18 08:16:34 UTC; unix
Archs: matricks.so.dSYM
