Package: recommenderlab
Version: 1.0.7
Date: 2025-05-29
Title: Lab for Developing and Testing Recommender Algorithms
Authors@R: c(person("Michael", "Hahsler", role = c("aut", "cre", "cph"),
	    email = "mhahsler@lyle.smu.edu",
	    comment = c(ORCID = "0000-0003-2716-1405")),
	     person("Bregt", "Vereet", role = c("ctb")))
Description: Provides a research infrastructure to develop and evaluate
    collaborative filtering recommender algorithms. This includes a sparse 
    representation for user-item matrices, many popular algorithms, top-N recommendations,
    and cross-validation. Hahsler (2022) <doi:10.48550/arXiv.2205.12371>.
Classification/ACM: G.4, H.2.8
Depends: R (>= 4.5.0), Matrix, arules (>= 1.7-11), proxy (>= 0.4-26)
Imports: registry, methods, utils, stats, irlba, recosystem,
        matrixStats
Suggests: testthat
BugReports: https://github.com/mhahsler/recommenderlab/issues
URL: https://github.com/mhahsler/recommenderlab
License: GPL-2
Copyright: (C) Michael Hahsler
NeedsCompilation: no
Packaged: 2025-05-29 20:14:47 UTC; mhahsler
Author: Michael Hahsler [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-2716-1405>),
  Bregt Vereet [ctb]
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Repository: CRAN
Date/Publication: 2025-05-31 21:20:02 UTC
Built: R 4.5.1; ; 2025-10-06 02:07:45 UTC; windows
