Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 829 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 829 Bytes

LRMF3

R-CMD-check Codecov test coverage

LRMF3 is a developer facing package designed to provide a standardized representation of low rank matrix factorization objects using the S3 object system.

Installation

You can install the released version from CRAN with:

install.packages("LRMF3")

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("RoheLab/LRMF3")