{
  "_id": "6a1d2bdf1d7bb097a0a38f0d",
  "Package": "rsparse",
  "Type": "Package",
  "Title": "Statistical Learning on Sparse Matrices",
  "Version": "0.5.3",
  "Authors@R": "c(\nperson(\"Dmitriy\", \"Selivanov\", role=c(\"aut\", \"cre\", \"cph\"), email=\"selivanov.dmitriy@gmail.com\",\ncomment = c(ORCID = \"0000-0001-5413-1506\")),\nperson(\"David\", \"Cortes\", role=\"ctb\"),\nperson(\"Drew\", \"Schmidt\", role=\"ctb\", comment=\"configure script for BLAS, LAPACK detection\"),\nperson(\"Wei-Chen\", \"Chen\", role=\"ctb\", comment=\"configure script and work on linking to float package\")\n)",
  "Maintainer": "Dmitriy Selivanov <selivanov.dmitriy@gmail.com>",
  "Description": "Implements many algorithms for statistical learning on\nsparse matrices - matrix factorizations, matrix completion,\nelastic net regressions, factorization machines. Also 'rsparse'\nenhances 'Matrix' package by providing methods for\nmultithreaded <sparse, dense> matrix products and native\nslicing of the sparse matrices in Compressed Sparse Row (CSR)\nformat. List of the algorithms for regression problems: 1)\nElastic Net regression via Follow The Proximally-Regularized\nLeader (FTRL) Stochastic Gradient Descent (SGD), as per McMahan\net al(, <doi:10.1145/2487575.2488200>) 2) Factorization\nMachines via SGD, as per Rendle (2010,\n<doi:10.1109/ICDM.2010.127>) List of algorithms for matrix\nfactorization and matrix completion: 1) Weighted Regularized\nMatrix Factorization (WRMF) via Alternating Least Squares (ALS)\n- paper by Hu, Koren, Volinsky (2008,\n<doi:10.1109/ICDM.2008.22>) 2) Maximum-Margin Matrix\nFactorization via ALS, paper by Rennie, Srebro (2005,\n<doi:10.1145/1102351.1102441>) 3) Fast Truncated Singular Value\nDecomposition (SVD), Soft-Thresholded SVD, Soft-Impute matrix\ncompletion via ALS - paper by Hastie, Mazumder et al. (2014,\n<doi:10.48550/arXiv.1410.2596>) 4) Linear-Flow matrix\nfactorization, from 'Practical linear models for large-scale\none-class collaborative filtering' by Sedhain, Bui, Kawale et\nal (2016, ISBN:978-1-57735-770-4) 5) GlobalVectors (GloVe)\nmatrix factorization via SGD, paper by Pennington, Socher,\nManning (2014, <https://aclanthology.org/D14-1162/>) Package is\nreasonably fast and memory efficient - it allows to work with\nlarge datasets - millions of rows and millions of columns. This\nis particularly useful for practitioners working on recommender\nsystems.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "ByteCompile": "true",
  "StagedInstall": "TRUE",
  "URL": "https://github.com/dselivanov/rsparse",
  "BugReports": "https://github.com/dselivanov/rsparse/issues",
  "RoxygenNote": "7.3.1",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-01 06:45:24 UTC",
    "User": "root"
  },
  "Author": "Dmitriy Selivanov [aut, cre, cph]\n(<https://orcid.org/0000-0001-5413-1506>), David Cortes [ctb],\nDrew Schmidt [ctb] (configure script for BLAS, LAPACK\ndetection), Wei-Chen Chen [ctb] (configure script and work on\nlinking to float package)",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-02-17 01:59:25 UTC",
  "RemoteUrl": "https://github.com/cran/rsparse",
  "RemoteRef": "HEAD",
  "RemoteSha": "559e0e43626cbcee83f93aa0adf2d5d8e4b70fb8",
  "MD5sum": "dc0835a41f1334a042fe9eae5952f95a",
  "_user": "cran",
  "_type": "src",
  "_file": "rsparse_0.5.3.tar.gz",
  "_fileid": "30b8c59a9d212f692fba52c438911507fbb8ece5f2b5752608e079a9b7cb7650",
  "_filesize": 393527,
  "_sha256": "30b8c59a9d212f692fba52c438911507fbb8ece5f2b5752608e079a9b7cb7650",
  "_created": "2026-06-01T06:45:24.000Z",
  "_published": "2026-06-01T06:51:11.025Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78800294823,
      "time": 224,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7325067386"
    },
    {
      "job": 78800294825,
      "time": 205,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7325062114"
    },
    {
      "job": 78800294822,
      "time": 233,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7325069378"
    },
    {
      "job": 78800294820,
      "time": 204,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7325061249"
    },
    {
      "job": 78799811938,
      "time": 235,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325007543"
    },
    {
      "job": 78800294775,
      "time": 161,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26739462294",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/rsparse",
  "_commit": {
    "id": "559e0e43626cbcee83f93aa0adf2d5d8e4b70fb8",
    "author": "Dmitriy Selivanov <selivanov.dmitriy@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.5.3\n",
    "time": 1739757565
  },
  "_maintainer": {
    "name": "Dmitriy Selivanov",
    "email": "selivanov.dmitriy@gmail.com",
    "login": "dselivanov",
    "twitter": "@rexyai",
    "description": "",
    "uuid": 5123805,
    "orcid": "0000-0001-5413-1506"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6.0",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "Matrix",
      "version": ">= 1.3",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "version": ">= 0.9.100.5.0",
      "role": "LinkingTo"
    },
    {
      "package": "MatrixExtra",
      "version": ">= 0.1.7",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.11",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "version": ">= 1.10.0",
      "role": "Imports"
    },
    {
      "package": "float",
      "version": ">= 0.2-2",
      "role": "Imports"
    },
    {
      "package": "RhpcBLASctl",
      "role": "Imports"
    },
    {
      "package": "lgr",
      "version": ">= 0.2",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 28,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "dselivanov",
      "count": 7,
      "uuid": 5123805
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 7085,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rsparse"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/dselivanov/rsparse",
  "_searchresults": 55,
  "_topics": [
    "openblas",
    "cpp",
    "openmp"
  ],
  "_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/rsparse.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/dselivanov/rsparse",
  "_realowner": "dselivanov",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.3.3",
      "date": "2019-04-12"
    },
    {
      "version": "0.3.3.1",
      "date": "2019-04-14"
    },
    {
      "version": "0.3.3.2",
      "date": "2019-07-18"
    },
    {
      "version": "0.3.3.3",
      "date": "2019-08-04"
    },
    {
      "version": "0.3.3.4",
      "date": "2019-11-14"
    },
    {
      "version": "0.4.0",
      "date": "2020-04-01"
    },
    {
      "version": "0.5.0",
      "date": "2021-11-30"
    },
    {
      "version": "0.5.1",
      "date": "2022-09-12"
    },
    {
      "version": "0.5.2",
      "date": "2024-06-28"
    },
    {
      "version": "0.5.3",
      "date": "2025-02-17"
    }
  ],
  "_exports": [
    "ap_k",
    "detect_number_omp_threads",
    "FactorizationMachine",
    "FTRL",
    "GloVe",
    "LinearFlow",
    "ndcg_k",
    "PureSVD",
    "ScaleNormalize",
    "soft_impute",
    "soft_svd",
    "WRMF"
  ],
  "_datasets": [
    {
      "name": "movielens100k",
      "title": "MovieLens 100K Dataset",
      "object": "movielens100k",
      "class": [
        "dgCMatrix"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    }
  ],
  "_help": [
    {
      "page": "detect_number_omp_threads",
      "title": "Detects number of OpenMP threads in the system",
      "topics": [
        "detect_number_omp_threads"
      ]
    },
    {
      "page": "FactorizationMachine",
      "title": "Second order Factorization Machines",
      "topics": [
        "FactorizationMachine"
      ]
    },
    {
      "page": "FTRL",
      "title": "Logistic regression model with FTRL proximal SGD solver.",
      "topics": [
        "FTRL"
      ]
    },
    {
      "page": "GloVe",
      "title": "Global Vectors",
      "topics": [
        "GloVe"
      ]
    },
    {
      "page": "LinearFlow",
      "title": "Linear-FLow model for one-class collaborative filtering",
      "topics": [
        "LinearFlow"
      ]
    },
    {
      "page": "metrics",
      "title": "Ranking Metrics for Top-K Items",
      "topics": [
        "ap_k",
        "metrics",
        "ndcg_k"
      ]
    },
    {
      "page": "movielens100k",
      "title": "MovieLens 100K Dataset",
      "topics": [
        "movielens100k"
      ]
    },
    {
      "page": "PureSVD",
      "title": "PureSVD recommender model decompomposition",
      "topics": [
        "PureSVD"
      ]
    },
    {
      "page": "ScaleNormalize",
      "title": "Re-scales input matrix proportinally to item popularity",
      "topics": [
        "ScaleNormalize"
      ]
    },
    {
      "page": "soft_impute",
      "title": "SoftImpute/SoftSVD matrix factorization",
      "topics": [
        "soft_impute",
        "soft_svd"
      ]
    },
    {
      "page": "WRMF",
      "title": "Weighted Regularized Matrix Factorization for collaborative filtering",
      "topics": [
        "WRMF"
      ]
    }
  ],
  "_pkglogo": "https://github.com/cran/rsparse/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/cran/rsparse/raw/HEAD/README.md",
  "_rundeps": [
    "data.table",
    "float",
    "lattice",
    "lgr",
    "Matrix",
    "MatrixExtra",
    "R6",
    "Rcpp",
    "RcppArmadillo",
    "RhpcBLASctl"
  ],
  "_sysdeps": [
    {
      "shlib": "libopenblasp-r0",
      "package": "libopenblas0-pthread",
      "headers": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "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"
    }
  ],
  "_score": 5.2139518344756235,
  "_indexed": false,
  "_nocasepkg": "rsparse",
  "_universes": [
    "cran"
  ],
  "_indexurl": "https://dselivanov.r-universe.dev/rsparse",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.3",
      "date": "2026-06-01T06:48:44.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "559e0e43626cbcee83f93aa0adf2d5d8e4b70fb8",
      "fileid": "8f73f0bbc2679af62d3f35157321b4317b8de4f871f8fb2a9ddd4d1be61b9ee1",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26739462294"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.3",
      "date": "2026-06-01T06:48:26.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "559e0e43626cbcee83f93aa0adf2d5d8e4b70fb8",
      "fileid": "27d91f2a1468c68c4eda2860420ffdc02aac35516708db9d9299a5ed40843a29",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26739462294"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.3",
      "date": "2026-06-01T06:48:54.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "559e0e43626cbcee83f93aa0adf2d5d8e4b70fb8",
      "fileid": "ad96f3cffea678278572d70a6f1e8fda09aba428f4447928ab6fa5795d7fc8e3",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26739462294"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.3",
      "date": "2026-06-01T06:48:32.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "559e0e43626cbcee83f93aa0adf2d5d8e4b70fb8",
      "fileid": "196c7c76d93fc4f8ab82924c75a7d88a09a362245b74213ceeb72794462d3979",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26739462294"
    }
  ]
}