Package: matsbyname
Type: Package
Title: An Implementation of Matrix Mathematics
Version: 0.6.1
Date: 2023-04-25
Authors@R: c(person("Matthew", "Heun", role = c("aut", "cre"),
                     comment = c(ORCID = "0000-0002-7438-214X"),
                     email = "matthew.heun@me.com"))
Maintainer: Matthew Heun <matthew.heun@me.com>
Description: An implementation of matrix mathematics wherein operations are performed "by name."
License: MIT + file LICENSE
Language: en-US
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Imports:
    assertthat,
    dplyr,
    lifecycle,
    Matrix,
    magrittr,
    matrixcalc,
    methods,
    purrr,
    RCLabels,
    rlang,
    tibble
Suggests:
    covr,
    knitr,
    matsindf,
    rmarkdown,
    testthat (>= 3.0.0),
    tidyr
VignetteBuilder: 
    knitr
URL: https://github.com/MatthewHeun/matsbyname
BugReports: https://github.com/MatthewHeun/matsbyname/issues
Config/testthat/edition: 3
