{
  "_id": "6a2510cd4b233be198389cae",
  "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-06-07 06:27:16 UTC",
    "User": "root"
  },
  "Author": "Koki Tsuyuzaki [aut, cre],\nItoshi Nikaido [aut]",
  "Maintainer": "Koki Tsuyuzaki <k.t.the-answer@hotmail.co.jp>",
  "MD5sum": "4042bd690e43ce6f53a23fbf0f1e938d",
  "_user": "rikenbit",
  "_type": "src",
  "_file": "nnTensor_1.4.0.tar.gz",
  "_fileid": "baa52489e4bd4626a0b60a011476f8bb5a1aded9259cba98fad932926a9675f0",
  "_filesize": 2821992,
  "_sha256": "baa52489e4bd4626a0b60a011476f8bb5a1aded9259cba98fad932926a9675f0",
  "_created": "2026-06-07T06:27:16.000Z",
  "_published": "2026-06-07T06:33:49.035Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79937407230,
      "time": 314,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7461483463"
    },
    {
      "job": 79937407225,
      "time": 303,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461481766"
    },
    {
      "job": 79937407227,
      "time": 228,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7461472466"
    },
    {
      "job": 79937407241,
      "time": 205,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461469945"
    },
    {
      "job": 79937027184,
      "time": 406,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461445826"
    },
    {
      "job": 79937407221,
      "time": 118,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461459531"
    },
    {
      "job": 79937407240,
      "time": 293,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7461480578"
    },
    {
      "job": 79937407250,
      "time": 280,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7461479080"
    },
    {
      "job": 79937407258,
      "time": 337,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461485965"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rikenbit/actions/runs/27084793577",
  "_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",
    "description": "",
    "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": 21,
  "_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": 733,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/nnTensor"
  },
  "_devurl": "https://github.com/rikenbit/nntensor",
  "_searchresults": 8,
  "_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"
    },
    {
      "version": "1.4.0",
      "date": "2026-05-08"
    }
  ],
  "_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": 7.003460532109507,
  "_indexed": true,
  "_nocasepkg": "nntensor",
  "_universes": [
    "rikenbit",
    "kokitsuyuzaki"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.4.0",
      "date": "2026-06-07T06:29:49.000Z",
      "distro": "noble",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "3e0d104b8785990ac51711f7855bf55295a36d6d1af28d2fd796237d58799f9e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/27084793577"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.4.0",
      "date": "2026-06-07T06:29:46.000Z",
      "distro": "noble",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "03c8b6d1a36f638174edeffb6c4eee240b82b01e3b2d8e462201d6d628d9407f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/27084793577"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.4.0",
      "date": "2026-06-07T06:29:11.000Z",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "4e468d1357fb1ff177c18840285cbf2d42422a6693927f39ddfbc286dff32c64",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/27084793577"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.4.0",
      "date": "2026-06-07T06:29:10.000Z",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "9382d90db2f2d07607820b7689320628568dbe26f7a1da16430b192dfa48b611",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/27084793577"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.4.0",
      "date": "2026-06-07T06:29:45.000Z",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "9f6bbd9f555c3ebcbcd55d1c9d93201d15e8114d57285720a154221dd196c295",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/27084793577"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.4.0",
      "date": "2026-06-07T06:28:51.000Z",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "87af3b045b3fb3a0e3f73ff891346a55adde93978257309f14302db2ea583af3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/27084793577"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.4.0",
      "date": "2026-06-07T06:28:47.000Z",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "f021350afa9dd2dd579821d8e3a83bb7b4e53f3882733a620c2e7e8d3a74944e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/27084793577"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.4.0",
      "date": "2026-06-07T06:28:57.000Z",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "534dec5d5bd8bffd231d31cd5043e2b8ba4a7282199414d14aba410087018d11",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/27084793577"
    }
  ]
}