{
  "_id": "6a1d4b551d7bb097a0a4384f",
  "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-06-01 09:00:01 UTC",
    "User": "root"
  },
  "MD5sum": "15cec9bd52e137cf9281f5a0dff1c5d5",
  "_user": "yixuan",
  "_type": "src",
  "_file": "recosystem_0.5.1.tar.gz",
  "_fileid": "427f3352d8578dda8758c6f74251f1c2f1cedbde7003325c755630a7060f00b1",
  "_filesize": 275788,
  "_sha256": "427f3352d8578dda8758c6f74251f1c2f1cedbde7003325c755630a7060f00b1",
  "_created": "2026-06-01T09:00:01.000Z",
  "_published": "2026-06-01T09:05:25.752Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78819275797,
      "time": 183,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7327447522"
    },
    {
      "job": 78819275706,
      "time": 161,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7327440495"
    },
    {
      "job": 78819275755,
      "time": 164,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7327442045"
    },
    {
      "job": 78819275749,
      "time": 131,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7327430954"
    },
    {
      "job": 78819275701,
      "time": 109,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7327423580"
    },
    {
      "job": 78819275676,
      "time": 265,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7327474965"
    },
    {
      "job": 78819275745,
      "time": 129,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7327429985"
    },
    {
      "job": 78819275663,
      "time": 194,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7327450979"
    },
    {
      "job": 78818715472,
      "time": 200,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7327383909"
    },
    {
      "job": 78819275690,
      "time": 144,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7327434597"
    },
    {
      "job": 78819275768,
      "time": 135,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7327431908"
    },
    {
      "job": 78819275733,
      "time": 114,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7327425219"
    },
    {
      "job": 78819275781,
      "time": 134,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7327432257"
    }
  ],
  "_buildurl": "https://github.com/r-universe/yixuan/actions/runs/26745160165",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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
  },
  "_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": 85,
  "_contributors": [
    {
      "user": "yixuan",
      "count": 267,
      "uuid": 216398
    },
    {
      "user": "david-cortes",
      "count": 1,
      "uuid": 11860098
    }
  ],
  "_userbio": {
    "uuid": 216398,
    "type": "user",
    "name": "Yixuan Qiu"
  },
  "_downloads": {
    "count": 741,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/recosystem"
  },
  "_devurl": "https://github.com/yixuan/recosystem",
  "_searchresults": 142,
  "_rbuild": "4.6.0",
  "_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",
    "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": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "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.102896569167289,
  "_indexed": true,
  "_nocasepkg": "recosystem",
  "_universes": [
    "yixuan"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.1",
      "date": "2026-06-01T09:03:03.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "ade3a149a5a99aa05f9bf3c9d3fa5e199ee703c9e93054e613de5240f23f35a8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/26745160165"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.1",
      "date": "2026-06-01T09:02:35.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "fb2e6b97ae63ea54abb7a8f2c8464c0e2f0123e4861e3ba42aa16271a0dbf319",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/26745160165"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.1",
      "date": "2026-06-01T09:02:47.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "3d03cceae005cd50ae38db0c2c480c0ffb3145ca871f40cd6092f4000d2a98c4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/26745160165"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.1",
      "date": "2026-06-01T09:02:13.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "c232ac2480348537571518a50be17a4923cd03af6453def7851d485fac20f5ff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/26745160165"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.1",
      "date": "2026-06-01T09:01:58.000Z",
      "arch": "aarch64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "4bd7992b0e53852afc0fcc9af80cc52db5f03f4201668f841a316e1d5dd70645",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/26745160165"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.1",
      "date": "2026-06-01T09:03:28.000Z",
      "arch": "x86_64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "b02a436253083fbbf01dc464fbbc661f3d41930064355e70b7c418f10d7678f6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/26745160165"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.5.1",
      "date": "2026-06-01T09:02:08.000Z",
      "arch": "aarch64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "96e164f389c226d3bf05e2d2520682f51340c86d498a105df0b67dfc160c90a4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/26745160165"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.5.1",
      "date": "2026-06-01T09:02:54.000Z",
      "arch": "x86_64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "63b5c123e6bc25a2a767b2ba20e442c7178842a95773eb76c73b176391b14d05",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/26745160165"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.1",
      "date": "2026-06-01T09:02:50.000Z",
      "arch": "emscripten",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "f8a8fcf2a6d412b280e5d897d6d131bfefb017259d441ec8ef25a530ca940454",
      "status": "success",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/26745160165"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.1",
      "date": "2026-06-01T09:01:29.000Z",
      "arch": "x86_64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "e1efb17cac112c8516ad77d99413c2e3781d4afd70616478e04b89b8e9181aba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/26745160165"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.1",
      "date": "2026-06-01T09:01:27.000Z",
      "arch": "x86_64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "fef47cf17950e6b86118ab15c915b9033d1a34dd57c356fd2a6b8fe707b5bb79",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/26745160165"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.5.1",
      "date": "2026-06-01T09:01:34.000Z",
      "arch": "x86_64",
      "commit": "f1207182ed700ec957cc36f25137e0d882566111",
      "fileid": "b50f3dfaaeb140d37367a97b93a465e58ea6f36f1feaf39744287ff642c8aada",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yixuan/actions/runs/26745160165"
    }
  ]
}