Package: CFilt
Title: Collaborative Filtering Models for Recommendation Systems
Version: 1.0.0
Authors@R: 
  c(person(given = "Jessica",
           family = "Kubrusly",
           role = c("aut", "cre"),
           email = "jessicakubrusly@id.uff.br",
           comment = c(ORCID = "0000-0003-0465-4629")),
    person(given = "Thiago",
           family = "Lima",
           role = "ctb"),
    person(given = "Lucas",
           family = "Oliveira",
           role = "ctb"),
    person(given = "Caio",
           family = "Salviano",
           role = "ctb"))
Description: Implements collaborative filtering methods for recommendation systems based on user-item interaction data. Supports both explicit feedback (ratings) and implicit feedback (consumption). The package uses efficient sparse matrix representations and provides incremental updates for users, items, and similarity structures through an R6 class-based architecture. See Aggarwal (2016) <doi:10.1007/978-3-319-29659-3> for an overview.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: Matrix, R6
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2026-04-25 00:02:20 UTC; jessi
Author: Jessica Kubrusly [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-0465-4629>),
  Thiago Lima [ctb],
  Lucas Oliveira [ctb],
  Caio Salviano [ctb]
Maintainer: Jessica Kubrusly <jessicakubrusly@id.uff.br>
Depends: R (>= 3.5.0)
Repository: CRAN
Date/Publication: 2026-04-25 02:10:02 UTC
Built: R 4.6.0; ; 2026-04-27 10:55:01 UTC; windows
