Package: recosystem
Type: Package
Title: Recommender System using Matrix Factorization
Version: 0.5.1
Date: 2023-05-05
Author: Yixuan Qiu, David Cortes, Chih-Jen Lin, Yu-Chin Juan, Wei-Sheng Chin,
    Yong Zhuang, Bo-Wen Yuan, Meng-Yuan Yang, and other
    contributors. See file AUTHORS for details.
Maintainer: Yixuan Qiu <yixuan.qiu@cos.name>
Description: R wrapper of the 'libmf' library
    <https://www.csie.ntu.edu.tw/~cjlin/libmf/> for recommender
    system using matrix factorization. It is typically used to
    approximate an incomplete matrix using the product of two
    matrices in a latent space. Other common names for this task
    include "collaborative filtering", "matrix completion",
    "matrix recovery", etc. High performance multi-core parallel
    computing is supported in this package.
License: BSD_3_clause + file LICENSE
Copyright: see file COPYRIGHTS
URL: https://github.com/yixuan/recosystem
BugReports: https://github.com/yixuan/recosystem/issues
Depends: R (>= 3.3.0), methods
Imports: Rcpp (>= 0.11.0), float
Suggests: knitr, rmarkdown, prettydoc, Matrix
LinkingTo: Rcpp, RcppProgress
VignetteBuilder: knitr
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-05-05 08:56:55 UTC; qyx
Repository: CRAN
Date/Publication: 2023-05-05 10:40:02 UTC
Built: R 4.2.0; x86_64-apple-darwin17.0; 2023-05-06 12:44:19 UTC; unix
Archs: recosystem.so.dSYM
