{
  "_id": "6a1b62da1d7bb097a0a11dd1",
  "Package": "CFilt",
  "Title": "Collaborative Filtering Models for Recommendation Systems",
  "Version": "1.0.1",
  "Authors@R": "c(person(given = \"Jessica\",\nfamily = \"Kubrusly\",\nrole = c(\"aut\", \"cre\"),\nemail = \"jessicakubrusly@id.uff.br\",\ncomment = c(ORCID = \"0000-0003-0465-4629\")),\nperson(given = \"Thiago\",\nfamily = \"Lima\",\nrole = \"ctb\"),\nperson(given = \"Lucas\",\nfamily = \"Oliveira\",\nrole = \"ctb\"),\nperson(given = \"Caio\",\nfamily = \"Salviano\",\nrole = \"ctb\"))",
  "Description": "Implements collaborative filtering methods for\nrecommendation systems based on user-item interaction data.\nSupports both explicit feedback (ratings) and implicit feedback\n(consumption). The package uses efficient sparse matrix\nrepresentations and provides incremental updates for users,\nitems, and similarity structures through an R6 class-based\narchitecture. See Aggarwal (2016)\n<doi:10.1007/978-3-319-29659-3> for an overview.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Config/roxygen2/version": "8.0.0",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-30 22:18:00 UTC",
    "User": "root"
  },
  "Author": "Jessica Kubrusly [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-0465-4629>), Thiago Lima [ctb],\nLucas Oliveira [ctb], Caio Salviano [ctb]",
  "Maintainer": "Jessica Kubrusly <jessicakubrusly@id.uff.br>",
  "Repository": "https://jessicakubrusly.r-universe.dev",
  "Date/Publication": "2026-05-30 20:10:02 UTC",
  "RemoteUrl": "https://github.com/cran/CFilt",
  "RemoteRef": "HEAD",
  "RemoteSha": "86ae587bda8baf8396d210445a50a22e5f349e59",
  "MD5sum": "27c33a084b1fd78f86b169b0455ac731",
  "_user": "jessicakubrusly",
  "_type": "src",
  "_file": "CFilt_1.0.1.tar.gz",
  "_fileid": "bebf8bdaef73027cc3d4ff9d8fef8c63065d80533da338504f72175b07de5863",
  "_filesize": 136158,
  "_sha256": "bebf8bdaef73027cc3d4ff9d8fef8c63065d80533da338504f72175b07de5863",
  "_created": "2026-05-30T22:18:00.000Z",
  "_published": "2026-05-30T22:21:14.310Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78681543656,
      "time": 121,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7311772936"
    },
    {
      "job": 78681543638,
      "time": 162,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7311777136"
    },
    {
      "job": 78681543626,
      "time": 84,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7311769507"
    },
    {
      "job": 78681543628,
      "time": 90,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7311769919"
    },
    {
      "job": 78681429012,
      "time": 133,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7311761220"
    },
    {
      "job": 78681543630,
      "time": 88,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7311769861"
    },
    {
      "job": 78681543631,
      "time": 75,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7311768582"
    },
    {
      "job": 78681543625,
      "time": 87,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7311769762"
    },
    {
      "job": 78681543632,
      "time": 72,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7311768355"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jessicakubrusly/actions/runs/26696345858",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/CFilt",
  "_commit": {
    "id": "86ae587bda8baf8396d210445a50a22e5f349e59",
    "author": "Jessica Kubrusly <jessicakubrusly@id.uff.br>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.1\n",
    "time": 1780171802
  },
  "_maintainer": {
    "name": "Jessica Kubrusly",
    "email": "jessicakubrusly@id.uff.br",
    "login": "jessicakubrusly",
    "orcid": "0000-0003-0465-4629",
    "description": "",
    "uuid": 93325328
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-17",
      "n": 1
    },
    {
      "week": "2026-22",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.0.0",
      "date": "2026-04-25"
    },
    {
      "name": "1.0.1",
      "date": "2026-05-30"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "jessicakubrusly",
      "count": 3,
      "uuid": 93325328
    },
    {
      "user": "thiagoslima21",
      "count": 3,
      "uuid": 44952468
    }
  ],
  "_userbio": {
    "uuid": 93325328,
    "type": "user",
    "name": "jessicakubrusly"
  },
  "_downloads": {
    "count": 593,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/CFilt"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/CFilt.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "manual.pdf"
  ],
  "_realowner": "jessicakubrusly",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-06-19"
    },
    {
      "version": "0.2.0",
      "date": "2020-09-19"
    },
    {
      "version": "0.2.1",
      "date": "2020-10-14"
    },
    {
      "version": "0.3.0",
      "date": "2024-10-04"
    },
    {
      "version": "1.0.0",
      "date": "2026-04-25"
    }
  ],
  "_exports": [
    "CF",
    "CFbuilder",
    "kclosestitems",
    "topkitems",
    "topkusers"
  ],
  "_datasets": [
    {
      "name": "movies",
      "title": "Movie ratings by users",
      "object": "movies",
      "file": "movies.RData",
      "class": [
        "data.frame"
      ],
      "fields": [
        "IdUsers",
        "IdItems",
        "Ratings"
      ],
      "rows": 7276,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "CF",
      "title": "Recommendation by Collaborative Filtering",
      "topics": [
        "CF"
      ]
    },
    {
      "page": "CFbuilder",
      "title": "Build a Collaborative Filtering Object",
      "topics": [
        "CFbuilder"
      ]
    },
    {
      "page": "kclosestitems",
      "title": "K Closest Items",
      "topics": [
        "kclosestitems"
      ]
    },
    {
      "page": "movies",
      "title": "Movie ratings by users",
      "topics": [
        "movies"
      ]
    },
    {
      "page": "topkitems",
      "title": "Top-K Item Recommendation",
      "topics": [
        "topkitems"
      ]
    },
    {
      "page": "topkusers",
      "title": "Top-K User Recommendation for an Item",
      "topics": [
        "topkusers"
      ]
    }
  ],
  "_rundeps": [
    "lattice",
    "Matrix",
    "R6"
  ],
  "_score": 1.3010299956639813,
  "_indexed": true,
  "_nocasepkg": "cfilt",
  "_universes": [
    "jessicakubrusly"
  ],
  "_previous": "1.0.0",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-30T22:19:50.000Z",
      "distro": "noble",
      "commit": "86ae587bda8baf8396d210445a50a22e5f349e59",
      "fileid": "13bb4e50472f03ea2707e5d3226c5c342b35b5cefd586d6c7e3eaf2439cabff2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jessicakubrusly/actions/runs/26696345858"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-30T22:20:31.000Z",
      "distro": "noble",
      "commit": "86ae587bda8baf8396d210445a50a22e5f349e59",
      "fileid": "52da88a4ba041b599da5d0c5d393ac36baed6013b94f8ba0bcc630c545dd1b1a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jessicakubrusly/actions/runs/26696345858"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-30T22:19:27.000Z",
      "commit": "86ae587bda8baf8396d210445a50a22e5f349e59",
      "fileid": "30b569b599d7ce70a82ab92adeb9fb1184aced831d62e4707316f032e9d94c0d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jessicakubrusly/actions/runs/26696345858"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-30T22:19:29.000Z",
      "commit": "86ae587bda8baf8396d210445a50a22e5f349e59",
      "fileid": "5f2ebb20db6334d7744fbe1a7b00688252802d1a8bae55a477915da1611209ec",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jessicakubrusly/actions/runs/26696345858"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-05-30T22:19:45.000Z",
      "commit": "86ae587bda8baf8396d210445a50a22e5f349e59",
      "fileid": "fb158f4ccf974cf0c8751d3ac6276afb31cf0366eec2f8a143a3d162f9fc6871",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jessicakubrusly/actions/runs/26696345858"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-30T22:19:04.000Z",
      "commit": "86ae587bda8baf8396d210445a50a22e5f349e59",
      "fileid": "d1544c5f27807b0b07a95f2c04229cd92396923c6708e894038cdc7a6045a96b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jessicakubrusly/actions/runs/26696345858"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-30T22:19:13.000Z",
      "commit": "86ae587bda8baf8396d210445a50a22e5f349e59",
      "fileid": "708c928667db009b0ea1990aee3fd98454a646b18729144c9196ac8410bed4f3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jessicakubrusly/actions/runs/26696345858"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-30T22:19:02.000Z",
      "commit": "86ae587bda8baf8396d210445a50a22e5f349e59",
      "fileid": "2ef759d60fadd4b878f879fedd811e64c3c9370b98d19cc6949363e3c67b5769",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jessicakubrusly/actions/runs/26696345858"
    }
  ]
}