{
  "_id": "6a55c701ff0138dec5d68c9a",
  "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\nChin, Yong Zhuang, Bo-Wen Yuan, Meng-Yuan Yang, and other\ncontributors. See file AUTHORS for details.",
  "Maintainer": "Yixuan Qiu <yixuan.qiu@cos.name>",
  "Description": "R wrapper of the 'libmf' library\n<https://www.csie.ntu.edu.tw/~cjlin/libmf/> for recommender\nsystem using matrix factorization. It is typically used to\napproximate an incomplete matrix using the product of two\nmatrices in a latent space. Other common names for this task\ninclude \"collaborative filtering\", \"matrix completion\", \"matrix\nrecovery\", etc. High performance multi-core parallel computing\nis 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",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.2.3",
  "Repository": "https://yixuan.r-universe.dev",
  "Date/Publication": "2023-05-05 10:09:12 UTC",
  "RemoteUrl": "https://github.com/yixuan/recosystem",
  "RemoteRef": "HEAD",
  "RemoteSha": "f1207182ed700ec957cc36f25137e0d882566111",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-14 05:09:25 UTC",
    "User": "root"
  },
  "_user": "yixuan",
  "_type": "src",
  "_file": "recosystem_0.5.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/763e18f83f311041b9244a9a377b0bdaefe65e15f60257516ac86ca5b51f1a6b",
  "_filesize": 283662,
  "_sha256": "763e18f83f311041b9244a9a377b0bdaefe65e15f60257516ac86ca5b51f1a6b",
  "_expires": "2026-10-22T05:19:59.000Z",
  "_created": "2026-07-14T05:09:25.000Z",
  "_published": "2026-07-14T05:20:01.374Z",
  "_jobs": [
    {
      "job": 87004874977,
      "time": 155,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8300916955"
    },
    {
      "job": 87004875067,
      "time": 167,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8300919431"
    },
    {
      "job": 87004874993,
      "time": 159,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8300918099"
    },
    {
      "job": 87004875041,
      "time": 192,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8300926175"
    },
    {
      "job": 87004874962,
      "time": 131,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8300914968"
    },
    {
      "job": 87004874984,
      "time": 225,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8300938321"
    },
    {
      "job": 87004874952,
      "time": 115,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8300915257"
    },
    {
      "job": 87004875086,
      "time": 546,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8301030495"
    },
    {
      "job": 87004166399,
      "time": 254,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8300872695"
    },
    {
      "job": 87004875015,
      "time": 111,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8300903583"
    },
    {
      "job": 87004874937,
      "time": 147,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8300914347"
    },
    {
      "job": 87004874910,
      "time": 130,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8300909084"
    },
    {
      "job": 87004874933,
      "time": 173,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8300920808"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/yixuan/actions/runs/29307607275",
  "_status": "success",
  "_upstream": "https://github.com/yixuan/recosystem",
  "_commit": {
    "id": "f1207182ed700ec957cc36f25137e0d882566111",
    "author": "Yixuan Qiu <yixuanq@gmail.com>",
    "committer": "Yixuan Qiu <yixuanq@gmail.com>",
    "message": "remove C++11 specification as suggested by CRAN\n",
    "time": 1683281352
  },
  "_maintainer": {
    "name": "Yixuan Qiu",
    "email": "yixuan.qiu@cos.name",
    "login": "yixuan",
    "description": "",
    "uuid": 216398
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.3.0",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppProgress",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.11.0",
      "role": "Imports"
    },
    {
      "package": "float",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "prettydoc",
      "role": "Suggests"
    },
    {
      "package": "Matrix",
      "role": "Suggests"
    }
  ],
  "_owner": "yixuan",
  "_selfowned": true,
  "_usedby": 7,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "matrix-factorization",
    "recommender-system",
    "cpp",
    "openmp"
  ],
  "_stars": 84,
  "_contributors": [
    {
      "user": "yixuan",
      "count": 267,
      "uuid": 216398
    },
    {
      "user": "david-cortes",
      "count": 1,
      "uuid": 11860098
    }
  ],
  "_userbio": {
    "uuid": 216398,
    "type": "user",
    "name": "Yixuan Qiu",
    "followers": 904
  },
  "_downloads": {
    "count": 832,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/recosystem"
  },
  "_devurl": "https://github.com/yixuan/recosystem",
  "_searchresults": 138,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/recosystem.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/yixuan/recosystem",
  "_realowner": "yixuan",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.1",
      "date": "2014-09-11"
    },
    {
      "version": "0.2.3",
      "date": "2014-09-11"
    },
    {
      "version": "0.2.4",
      "date": "2014-09-13"
    },
    {
      "version": "0.2.5",
      "date": "2015-02-07"
    },
    {
      "version": "0.3",
      "date": "2015-05-30"
    },
    {
      "version": "0.4",
      "date": "2016-07-13"
    },
    {
      "version": "0.4.1",
      "date": "2017-03-21"
    },
    {
      "version": "0.4.2",
      "date": "2017-09-02"
    },
    {
      "version": "0.4.3",
      "date": "2020-05-18"
    },
    {
      "version": "0.4.4",
      "date": "2021-01-10"
    },
    {
      "version": "0.4.5",
      "date": "2021-05-14"
    },
    {
      "version": "0.5",
      "date": "2021-09-19"
    },
    {
      "version": "0.5.1",
      "date": "2023-05-05"
    }
  ],
  "_exports": [
    "data_file",
    "data_matrix",
    "data_memory",
    "out_file",
    "out_memory",
    "out_nothing",
    "Reco"
  ],
  "_help": [
    {
      "page": "data_source",
      "title": "Specifying Data Source",
      "topics": [
        "data_file",
        "data_matrix",
        "data_memory",
        "data_source"
      ]
    },
    {
      "page": "output",
      "title": "Exporting Factorization Matrices",
      "topics": [
        "output"
      ]
    },
    {
      "page": "output_format",
      "title": "Specifying Output Format",
      "topics": [
        "output_format",
        "out_file",
        "out_memory",
        "out_nothing"
      ]
    },
    {
      "page": "predict",
      "title": "Recommender Model Predictions",
      "topics": [
        "predict"
      ]
    },
    {
      "page": "Reco",
      "title": "Constructing a Recommender System Object",
      "topics": [
        "Reco"
      ]
    },
    {
      "page": "train",
      "title": "Training a Recommender Model",
      "topics": [
        "train"
      ]
    },
    {
      "page": "tune",
      "title": "Tuning Model Parameters",
      "topics": [
        "tune"
      ]
    }
  ],
  "_readme": "https://github.com/yixuan/recosystem/raw/HEAD/README.md",
  "_rundeps": [
    "float",
    "Rcpp",
    "RcppProgress"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_vignettes": [
    {
      "source": "introduction.Rmd",
      "filename": "introduction.html",
      "title": "recosystem: Recommender System Using Parallel Matrix Factorization",
      "author": "Yixuan Qiu",
      "engine": "knitr::rmarkdown",
      "headings": [
        "About recosystem Package",
        "Highlights of LIBMF and recosystem",
        "A Quick View of Recommender System",
        "Data Input and Output",
        "Data Format",
        "Usage of recosystem",
        "Performance Improvement with Extra Installation Options",
        "References"
      ],
      "created": "2014-07-21 22:46:16",
      "modified": "2021-05-24 03:01:29",
      "commits": 21
    }
  ],
  "_score": 8.085347671533055,
  "_indexed": true,
  "_nocasepkg": "recosystem",
  "_universes": [
    "yixuan"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.1",
      "date": "2026-07-14T05:12:10.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "https://r2.ropensci.org/e61514b7348a043704f7e8df7ae6b692168371007a7c7aac8e9a03c3bf746c03",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/29307607275"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.1",
      "date": "2026-07-14T05:12:15.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "https://r2.ropensci.org/5da6b6ee52e47035357f381632c655fe5c2bb5a1fa4510c2b7d389f6ab5b8fe8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/29307607275"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.5.1",
      "date": "2026-07-14T05:12:12.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "https://r2.ropensci.org/11e8e694bdae86ae5a3639d5c70c1da7826ed26ada0d2ce6aac9712733c61d8f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/29307607275"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.5.1",
      "date": "2026-07-14T05:12:36.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "https://r2.ropensci.org/061504f2ad0f441a8d361773ceed4e69540162ee89c726aa02efa2af29712298",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/29307607275"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.1",
      "date": "2026-07-14T05:11:53.000Z",
      "arch": "aarch64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "https://r2.ropensci.org/ab26ff24a20a9d66d2efc56cf2049a247e86c31f553d6ad23a1503d26c380b40",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/29307607275"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.1",
      "date": "2026-07-14T05:12:46.000Z",
      "arch": "x86_64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "https://r2.ropensci.org/eb0bae8113113d6eadb0265fbf771355e4f442eab0794b460847f1d9027e21bb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/29307607275"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.5.1",
      "date": "2026-07-14T05:12:01.000Z",
      "arch": "aarch64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "https://r2.ropensci.org/a944a41ab8c9072a02928f0ca1be41df5b5996a66261691693bee5feebe9bc22",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/29307607275"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.5.1",
      "date": "2026-07-14T05:15:18.000Z",
      "arch": "x86_64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "https://r2.ropensci.org/3d1951a1df0afdafde473866dbe16c59011af74b4f6dd810dd1e731671dad263",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/29307607275"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.1",
      "date": "2026-07-14T05:11:43.000Z",
      "arch": "emscripten",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "https://r2.ropensci.org/b3e977573c15272bda425a9581a8afa3fc93564e7d09a23ff6d9a26c0017aaa6",
      "status": "success",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/29307607275"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.1",
      "date": "2026-07-14T05:11:19.000Z",
      "arch": "x86_64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "https://r2.ropensci.org/92c1d92616015c11756e00cb714a61cea8a8c36ea517ffdfc495c3c2bf6d521c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/29307607275"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.1",
      "date": "2026-07-14T05:11:01.000Z",
      "arch": "x86_64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "https://r2.ropensci.org/3bd0145d53d883e45d36dd6aa05322f2c0767a7fc03d4ea0fa39eb61876da442",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/29307607275"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.5.1",
      "date": "2026-07-14T05:11:41.000Z",
      "arch": "x86_64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "https://r2.ropensci.org/22ab48638e7baf033dbce360572a4342c01040f998db310e8368af40be85bf60",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/29307607275"
    }
  ]
}