Package: recommenderlab
Version: 1.0.6
Date: 2023-09-19
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 (>= 3.5.0), Matrix, arules, 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: 2023-09-19 16:47:44 UTC; hahsler
Author: Michael Hahsler [aut, cre, cph]
    (<https://orcid.org/0000-0003-2716-1405>),
  Bregt Vereet [ctb]
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Repository: CRAN
Date/Publication: 2023-09-20 07:30:02 UTC
Built: R 4.3.3; ; 2025-01-24 17:12:34 UTC; unix
