Package: LRMF3
Title: Low Rank Matrix Factorization S3 Objects
Version: 0.1.0
Authors@R: 
    person(given = "Alex",
           family = "Hayes",
           role = c("aut", "cre"),
           email = "alexpghayes@gmail.com",
           comment = c(ORCID = "0000-0002-4985-5160"))
Description: Provides S3 classes to represent low rank matrix
    decompositions.
License: MIT + file LICENSE
URL: https://github.com/RoheLab/LRMF3
BugReports: https://github.com/RoheLab/LRMF3/issues
Depends: 
    Matrix,
    R (>= 3.1)
Imports:
    glue
Suggests: 
    covr,
    testthat
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Config/testthat/edition: 3
