{
  "_id": "6a105ddfacfb0bcc41ca53ee",
  "Package": "nnTensor",
  "Type": "Package",
  "Title": "Non-Negative Tensor Decomposition",
  "Version": "1.4.0",
  "Authors@R": "c(person(\"Koki\", \"Tsuyuzaki\", role = c(\"aut\", \"cre\"),\nemail = \"k.t.the-answer@hotmail.co.jp\"),\nperson(\"Itoshi\", \"Nikaido\", role = \"aut\"))",
  "Description": "Some functions for performing non-negative matrix\nfactorization, non-negative CANDECOMP/PARAFAC (CP)\ndecomposition, non-negative Tucker decomposition, and\ngenerating toy model data. See Andrzej Cichock et al (2009) and\nthe reference section of GitHub README.md\n<https://github.com/rikenbit/nnTensor>, for details of the\nmethods.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/rikenbit/nnTensor",
  "VignetteBuilder": "knitr",
  "Repository": "https://rikenbit.r-universe.dev",
  "Date/Publication": "2026-05-08 11:44:07 UTC",
  "RemoteUrl": "https://github.com/rikenbit/nntensor",
  "RemoteRef": "HEAD",
  "RemoteSha": "296d46be10e7416ad9408a6aea6fee42248a089e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-08 13:28:26 UTC",
    "User": "root"
  },
  "Author": "Koki Tsuyuzaki [aut, cre],\nItoshi Nikaido [aut]",
  "Maintainer": "Koki Tsuyuzaki <k.t.the-answer@hotmail.co.jp>",
  "MD5sum": "adbec4928ed57ce242eda2562212a7a9",
  "_user": "rikenbit",
  "_type": "src",
  "_file": "nnTensor_1.4.0.tar.gz",
  "_fileid": "468d46715c75d968020de594c28ebde6b540d89ca9975f510880c16f2cf45049",
  "_filesize": 2822753,
  "_sha256": "468d46715c75d968020de594c28ebde6b540d89ca9975f510880c16f2cf45049",
  "_created": "2026-05-08T13:28:26.000Z",
  "_published": "2026-05-22T13:45:03.756Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77392078793,
      "time": 294,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6880293238"
    },
    {
      "job": 77392079240,
      "time": 300,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6880292831"
    },
    {
      "job": 77392078909,
      "time": 203,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6880260672"
    },
    {
      "job": 77392078575,
      "time": 239,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6880272226"
    },
    {
      "job": 77392078334,
      "time": 400,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6880197098"
    },
    {
      "job": 77392078122,
      "time": 114,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7162007162"
    },
    {
      "job": 77392078547,
      "time": 277,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6880285336"
    },
    {
      "job": 77392079079,
      "time": 273,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6880284009"
    },
    {
      "job": 77392078837,
      "time": 288,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6880288616"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rikenbit/actions/runs/25557937183",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/rikenbit/nntensor",
  "_commit": {
    "id": "296d46be10e7416ad9408a6aea6fee42248a089e",
    "author": "koki <k.t.the-answer@hotmail.co.jp>",
    "committer": "koki <k.t.the-answer@hotmail.co.jp>",
    "message": "Fix CRAN check issues: Tensor mask handling and vignette compatibility\n\n- .initNMF(): Convert Tensor objects to matrix via @data for mask M\n- vignettes/nnTensor-4.Rmd: Replace |> with %>% for R < 4.1 compat\n- Add prebuilt vignettes in inst/doc/\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n",
    "time": 1778240647
  },
  "_maintainer": {
    "name": "Koki Tsuyuzaki",
    "email": "k.t.the-answer@hotmail.co.jp",
    "login": "kokitsuyuzaki",
    "uuid": 2173745
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "fields",
      "role": "Imports"
    },
    {
      "package": "rTensor",
      "role": "Imports"
    },
    {
      "package": "plot3D",
      "role": "Imports"
    },
    {
      "package": "tagcloud",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "Vicus",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "tweedie",
      "role": "Suggests"
    }
  ],
  "_owner": "rikenbit",
  "_selfowned": true,
  "_usedby": 4,
  "_updates": [
    {
      "week": "2026-18",
      "n": 1
    },
    {
      "week": "2026-19",
      "n": 3
    }
  ],
  "_tags": [],
  "_stars": 20,
  "_contributors": [
    {
      "user": "kokitsuyuzaki",
      "count": 68,
      "uuid": 2173745
    }
  ],
  "_userbio": {
    "uuid": 7158513,
    "type": "organization",
    "name": "RIKEN BiT",
    "description": "Omics AI Research Team, Advanced General Intelligence in Science Program (AGIS), TRIP, RIKEN (ex-Laboratory for Bioinformatics Research, RIKEN)"
  },
  "_downloads": {
    "count": 368,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/nnTensor"
  },
  "_devurl": "https://github.com/rikenbit/nntensor",
  "_searchresults": 10,
  "_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/nnTensor.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rikenbit/nntensor",
  "_realowner": "rikenbit",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.99.1",
      "date": "2018-06-04"
    },
    {
      "version": "0.99.4",
      "date": "2018-09-16"
    },
    {
      "version": "0.99.5",
      "date": "2019-07-28"
    },
    {
      "version": "1.0.0",
      "date": "2019-07-30"
    },
    {
      "version": "1.0.1",
      "date": "2019-08-06"
    },
    {
      "version": "1.0.2",
      "date": "2019-10-25"
    },
    {
      "version": "1.0.4",
      "date": "2020-04-20"
    },
    {
      "version": "1.0.5",
      "date": "2020-06-04"
    },
    {
      "version": "1.0.7",
      "date": "2021-05-18"
    },
    {
      "version": "1.1.0",
      "date": "2021-06-24"
    },
    {
      "version": "1.1.2",
      "date": "2021-07-06"
    },
    {
      "version": "1.1.4",
      "date": "2021-08-17"
    },
    {
      "version": "1.1.5",
      "date": "2021-09-03"
    },
    {
      "version": "1.1.6",
      "date": "2022-05-02"
    },
    {
      "version": "1.1.7",
      "date": "2022-06-17"
    },
    {
      "version": "1.1.8",
      "date": "2022-07-14"
    },
    {
      "version": "1.1.10",
      "date": "2022-11-16"
    },
    {
      "version": "1.1.12",
      "date": "2023-02-15"
    },
    {
      "version": "1.1.13",
      "date": "2023-03-17"
    },
    {
      "version": "1.2.0",
      "date": "2023-06-22"
    },
    {
      "version": "1.3.0",
      "date": "2024-05-13"
    }
  ],
  "_exports": [
    "GabrielNMF",
    "jNMF",
    "kFoldMaskTensor",
    "NMF",
    "NMTF",
    "NTD",
    "NTF",
    "plotTensor2D",
    "plotTensor3D",
    "PSDTF",
    "recTensor",
    "siNMF",
    "toyModel",
    "ZITNMF"
  ],
  "_help": [
    {
      "page": "nnTensor-package",
      "title": "Non-Negative Tensor Decomposition",
      "topics": [
        "nnTensor-package",
        "nnTensor"
      ]
    },
    {
      "page": "GabrielNMF",
      "title": "Gabriel-type Bi-Cross-Validation for Non-negative Matrix Factorization",
      "topics": [
        "GabrielNMF"
      ]
    },
    {
      "page": "jNMF",
      "title": "Joint Non-negative Matrix Factorization Algorithms (jNMF)",
      "topics": [
        "jNMF"
      ]
    },
    {
      "page": "kFoldMaskTensor",
      "title": "Mask tensors generator to perform k-fold cross validation",
      "topics": [
        "kFoldMaskTensor"
      ]
    },
    {
      "page": "NMF",
      "title": "Non-negative Matrix Factorization Algorithms (NMF)",
      "topics": [
        "NMF"
      ]
    },
    {
      "page": "NMTF",
      "title": "Non-negative Matrix Tri-Factorization Algorithms (NMTF)",
      "topics": [
        "NMTF"
      ]
    },
    {
      "page": "NTD",
      "title": "Non-negative Tucker Decomposition Algorithms (NTD)",
      "topics": [
        "NTD"
      ]
    },
    {
      "page": "NTF",
      "title": "Non-negative CP Decomposition Algorithms (NTF)",
      "topics": [
        "NTF"
      ]
    },
    {
      "page": "plot.NMF",
      "title": "Plot function of the result of NMF function",
      "topics": [
        "plot",
        "plot.NMF"
      ]
    },
    {
      "page": "plotTensor2D",
      "title": "Plot function for visualization of matrix data structure",
      "topics": [
        "plotTensor2D"
      ]
    },
    {
      "page": "plotTensor3D",
      "title": "Plot function for visualization of tensor data structure",
      "topics": [
        "plotTensor3D"
      ]
    },
    {
      "page": "PSDTF",
      "title": "Positive Semidefinite Tensor Factorization with LogDet Divergence (PSDTF)",
      "topics": [
        "PSDTF"
      ]
    },
    {
      "page": "recTensor",
      "title": "Tensor Reconstruction from core tensor (S) and factor matrices (A)",
      "topics": [
        "recTensor"
      ]
    },
    {
      "page": "siNMF",
      "title": "Simultaneous Non-negative Matrix Factorization Algorithms (siNMF)",
      "topics": [
        "siNMF"
      ]
    },
    {
      "page": "toyModel",
      "title": "Toy model data for using NMF, NTF, and NTD",
      "topics": [
        "toyModel"
      ]
    },
    {
      "page": "ZITNMF",
      "title": "Zero-Inflated Tweedie Non-negative Matrix Factorization (ZITNMF)",
      "topics": [
        "ZITNMF"
      ]
    }
  ],
  "_readme": "https://github.com/rikenbit/nntensor/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "dotCall64",
    "farver",
    "fields",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lattice",
    "lifecycle",
    "maps",
    "MASS",
    "Matrix",
    "misc3d",
    "plot3D",
    "R6",
    "RANN",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "rlang",
    "RSpectra",
    "rTensor",
    "S7",
    "scales",
    "spam",
    "tagcloud",
    "vctrs",
    "Vicus",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "nnTensor-1.Rmd",
      "filename": "nnTensor-1.html",
      "title": "Non-negative Matrix Factorization (NMF and NMTF) ",
      "author": "Koki Tsuyuzaki, Itoshi Nikaido",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "NMF",
        "Basic Usage",
        "Rank Estimation of NMF",
        "NMTF",
        "Session Information",
        "References"
      ],
      "created": "2023-02-15 13:48:24",
      "modified": "2023-03-17 08:32:25",
      "commits": 3
    },
    {
      "source": "nnTensor-2.Rmd",
      "filename": "nnTensor-2.html",
      "title": "Simultaneous Non-negative Matrix Factorization (siNMF and jNMF) ",
      "author": "Koki Tsuyuzaki, Itoshi Nikaido",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "siNMF",
        "jNMF",
        "Session Information",
        "References"
      ],
      "created": "2023-02-15 13:48:24",
      "modified": "2023-03-17 08:32:25",
      "commits": 2
    },
    {
      "source": "nnTensor-3.Rmd",
      "filename": "nnTensor-3.html",
      "title": "Non-negative Tensor Factorization (NTF and NTD) ",
      "author": "Koki Tsuyuzaki, Itoshi Nikaido",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "NTF",
        "NTD",
        "NTD-2",
        "NTD-1",
        "Higher-order tensor decomposition",
        "Session Information",
        "References"
      ],
      "created": "2023-02-15 13:48:24",
      "modified": "2023-03-17 08:32:25",
      "commits": 2
    },
    {
      "source": "nnTensor-4.Rmd",
      "filename": "nnTensor-4.html",
      "title": "Cross-validation by mask matrix/tensor (kFoldMaskTensor) ",
      "author": "Koki Tsuyuzaki, Itoshi Nikaido",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "NMF",
        "NMTF",
        "siNMF",
        "jNMF",
        "NTF",
        "NTD",
        "Session Information",
        "References"
      ],
      "created": "2023-06-22 08:56:04",
      "modified": "2026-05-08 11:44:07",
      "commits": 2
    }
  ],
  "_score": 6.982271233039569,
  "_indexed": true,
  "_nocasepkg": "nntensor",
  "_universes": [
    "rikenbit",
    "kokitsuyuzaki"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.4.0",
      "date": "2026-05-08T13:31:03.000Z",
      "distro": "noble",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "5fcc232b27d5ecd7b7aad892cb2feca0adaff6fb35392a15bc2e90f687c0a5e3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/25557937183"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.4.0",
      "date": "2026-05-08T13:30:56.000Z",
      "distro": "noble",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "27d3385c22fee1e79e33f3016f3a96d7141b51ebb91e8aa8dc9ad6982d21fc0b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/25557937183"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.4.0",
      "date": "2026-05-08T13:30:35.000Z",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "78e95767af0e2ad5b73813e08275f0a024db4598de2cd52d1aec934cff1ecddb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/25557937183"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.4.0",
      "date": "2026-05-08T13:30:32.000Z",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "6cf606f4c47a76ffb829b03380c89ccbcf70668a637246411531b1b2d81180e5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/25557937183"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.4.0",
      "date": "2026-05-08T13:30:13.000Z",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "35149c4e1c35e55ca76ff33985ccbd0ebcb22ff4c0cd2226bc8bebc2aec79e81",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/25557937183"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.4.0",
      "date": "2026-05-08T13:30:03.000Z",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "a3438f9b9e3f36e6f291eac018a3a9744986ee5e08c5a038e359df31a5ce6a57",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/25557937183"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.4.0",
      "date": "2026-05-08T13:30:10.000Z",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "df9fb4b4a152c48adbdf180f3936a3e6c7b35fc163f0b6c5b21fe6fa416b1ee1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/25557937183"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.4.0",
      "date": "2026-05-22T13:44:42.000Z",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "0a20da1a2af0502f72cddc7e9e8c37aa20b364f8b535e55c76fa58819e695847",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/25557937183"
    }
  ]
}