{
  "_id": "6a49bc74a279a6f28ab9bc68",
  "Package": "rnnmf",
  "Maintainer": "Steven E. Pav <shabbychef@gmail.com>",
  "Authors@R": "c(person(c(\"Steven\", \"E.\"), \"Pav\", \nrole=c(\"aut\",\"cre\"),\nemail=\"shabbychef@gmail.com\",\ncomment = c(ORCID = \"0000-0002-4197-6195\")))",
  "Version": "0.3.0.0001",
  "Date": "2025-02-02",
  "License": "LGPL-3",
  "Title": "Regularized Non-Negative Matrix Factorization",
  "BugReports": "https://github.com/shabbychef/rnnmf/issues",
  "Description": "A proof of concept implementation of regularized\nnon-negative matrix factorization optimization. A non-negative\nmatrix factorization factors non-negative matrix Y\napproximately as L R, for non-negative matrices L and R of\nreduced rank. This package supports such factorizations with\nweighted objective and regularization penalties. Allowable\nregularization penalties include L1 and L2 penalties on L and\nR, as well as non-orthogonality penalties. This package\nprovides multiplicative update algorithms, which are a\nmodification of the algorithm of Lee and Seung (2001)\n<http://papers.nips.cc/paper/1861-algorithms-for-non-negative-matrix-factorization.pdf>,\nas well as an additive update derived from that multiplicative\nupdate.  See also Pav (2024) <doi:10.48550/arXiv.2410.22698>.",
  "URL": "https://github.com/shabbychef/rnnmf",
  "VignetteBuilder": "knitr",
  "Collate": "'aurnmf.r' 'gaurnmf.r' 'giqpm.r' 'murnmf.r' 'rnnmf-package.r'",
  "Repository": "https://shabbychef.r-universe.dev",
  "Date/Publication": "2025-02-03 05:27:11 UTC",
  "RemoteUrl": "https://github.com/shabbychef/rnnmf",
  "RemoteRef": "HEAD",
  "RemoteSha": "6fbf3528a2c8e1ddc12caa3eae53dc9ea9fa05a3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-05 02:04:29 UTC",
    "User": "root"
  },
  "Author": "Steven E. Pav [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-4197-6195>)",
  "_user": "shabbychef",
  "_type": "src",
  "_file": "rnnmf_0.3.0.0001.tar.gz",
  "_fileid": "https://r2.ropensci.org/72e5140ff0b311343ba9daa4bcdca67593fee96486d7670c362cffd63603b581",
  "_filesize": 815899,
  "_sha256": "72e5140ff0b311343ba9daa4bcdca67593fee96486d7670c362cffd63603b581",
  "_expires": "2026-10-13T02:07:46.000Z",
  "_created": "2026-07-05T02:04:29.000Z",
  "_published": "2026-07-05T02:07:48.468Z",
  "_jobs": [
    {
      "job": 85184604122,
      "time": 158,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8087436058"
    },
    {
      "job": 85184604135,
      "time": 156,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8087435757"
    },
    {
      "job": 85184604115,
      "time": 91,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8087429097"
    },
    {
      "job": 85184604120,
      "time": 88,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8087428832"
    },
    {
      "job": 85184419263,
      "time": 180,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8087419679"
    },
    {
      "job": 85184604108,
      "time": 99,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8087429903"
    },
    {
      "job": 85184604133,
      "time": 116,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8087431863"
    },
    {
      "job": 85184604123,
      "time": 111,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8087431277"
    },
    {
      "job": 85184604114,
      "time": 107,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8087430633"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/shabbychef/actions/runs/28726372968",
  "_status": "success",
  "_upstream": "https://github.com/shabbychef/rnnmf",
  "_commit": {
    "id": "6fbf3528a2c8e1ddc12caa3eae53dc9ea9fa05a3",
    "author": "Steven Pav <shabbychef@gmail.com>",
    "committer": "Steven Pav <shabbychef@gmail.com>",
    "message": "updating year of paper (oops)\n",
    "time": 1738560431
  },
  "_maintainer": {
    "name": "Steven E. Pav",
    "email": "shabbychef@gmail.com",
    "login": "shabbychef",
    "description": "",
    "uuid": 1456159,
    "orcid": "0000-0002-4197-6195"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.2",
      "role": "Depends"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "scales",
      "role": "Suggests"
    },
    {
      "package": "viridis",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    }
  ],
  "_owner": "shabbychef",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "shabbychef",
      "count": 33,
      "uuid": 1456159
    }
  ],
  "_userbio": {
    "uuid": 1456159,
    "type": "user",
    "name": "Steven Pav",
    "followers": 69
  },
  "_downloads": {
    "count": 585,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rnnmf"
  },
  "_devurl": "https://github.com/shabbychef/rnnmf",
  "_searchresults": 4,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/rnnmf.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/shabbychef/rnnmf",
  "_realowner": "shabbychef",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.3.0",
      "date": "2024-11-04"
    }
  ],
  "_exports": [
    "aurnmf",
    "gaurnmf",
    "giqpm",
    "murnmf"
  ],
  "_help": [
    {
      "page": "aurnmf",
      "title": "nmf .",
      "topics": [
        "aurnmf"
      ]
    },
    {
      "page": "gaurnmf",
      "title": "gaurnmf .",
      "topics": [
        "gaurnmf"
      ]
    },
    {
      "page": "giqpm",
      "title": "giqpm .",
      "topics": [
        "giqpm"
      ]
    },
    {
      "page": "murnmf",
      "title": "murnmf .",
      "topics": [
        "murnmf"
      ]
    },
    {
      "page": "NEWS",
      "title": "News for package 'rnnmf':",
      "topics": [
        "rnnmf-NEWS"
      ]
    }
  ],
  "_readme": "https://github.com/shabbychef/rnnmf/raw/HEAD/README.md",
  "_rundeps": [
    "lattice",
    "Matrix"
  ],
  "_vignettes": [
    {
      "source": "rnnmf.Rnw",
      "filename": "rnnmf.pdf",
      "title": "An Iterative Algorithm for Regularized Non-negative Matrix Factorizations",
      "engine": "knitr::knitr",
      "headings": [
        "Introduction",
        "Regularized Non-Negative Matrix Factorization",
        "Additive Steps and Convergence",
        "Simulations",
        "Matrix Identities"
      ],
      "created": "2024-10-24 04:05:26",
      "modified": "2024-10-31 02:52:56",
      "commits": 2
    }
  ],
  "_score": 3.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "rnnmf",
  "_universes": [
    "shabbychef"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0.0001",
      "date": "2026-07-05T02:06:39.000Z",
      "distro": "resolute",
      "commit": "6fbf3528a2c8e1ddc12caa3eae53dc9ea9fa05a3",
      "fileid": "https://r2.ropensci.org/e7bfc0fef429d5ead38734e85a251a1ee65a829ecc2cce1f8dee1e043e8e21f8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/28726372968"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.3.0.0001",
      "date": "2026-07-05T02:06:37.000Z",
      "distro": "resolute",
      "commit": "6fbf3528a2c8e1ddc12caa3eae53dc9ea9fa05a3",
      "fileid": "https://r2.ropensci.org/0d6acaa9b61f19131653159fe906548c24067fa130dbdfb605a15064d9d1539c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/28726372968"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0.0001",
      "date": "2026-07-05T02:05:50.000Z",
      "commit": "6fbf3528a2c8e1ddc12caa3eae53dc9ea9fa05a3",
      "fileid": "https://r2.ropensci.org/56b59af6e58413c6d36cd5fe2b209da468143906cbe68159879c105738a921e1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/28726372968"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.3.0.0001",
      "date": "2026-07-05T02:05:48.000Z",
      "commit": "6fbf3528a2c8e1ddc12caa3eae53dc9ea9fa05a3",
      "fileid": "https://r2.ropensci.org/3a0473ca6adf808a7ca1e04932710311f66e76f0ab6a8d0b3397293e64de1c85",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/28726372968"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0.0001",
      "date": "2026-07-05T02:06:24.000Z",
      "commit": "6fbf3528a2c8e1ddc12caa3eae53dc9ea9fa05a3",
      "fileid": "https://r2.ropensci.org/26db7f84e9b370f096d3e30c8d0b5ea72fe2e069178854aa1e7a746c7c7f885b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/28726372968"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0.0001",
      "date": "2026-07-05T02:05:53.000Z",
      "commit": "6fbf3528a2c8e1ddc12caa3eae53dc9ea9fa05a3",
      "fileid": "https://r2.ropensci.org/4bf5ccdb686450f9dc66dc6e887ec3e8d0226312930028662120323b40e33a7e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/28726372968"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0.0001",
      "date": "2026-07-05T02:05:48.000Z",
      "commit": "6fbf3528a2c8e1ddc12caa3eae53dc9ea9fa05a3",
      "fileid": "https://r2.ropensci.org/44910cf5545c3741b2b2c3a5f5c19202db8f4cac1b357159766559c2934e30b5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/28726372968"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.3.0.0001",
      "date": "2026-07-05T02:05:40.000Z",
      "commit": "6fbf3528a2c8e1ddc12caa3eae53dc9ea9fa05a3",
      "fileid": "https://r2.ropensci.org/39064ebf5d94e6ffe2f86d7c8627b1405fd42dd50f7650c7762b22bf14ac0d6f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/28726372968"
    }
  ]
}