{
  "_id": "6a4c9f5807c3fd5c3260e8c9",
  "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-07-07 06:32:47 UTC",
    "User": "root"
  },
  "Author": "Koki Tsuyuzaki [aut, cre],\nItoshi Nikaido [aut]",
  "Maintainer": "Koki Tsuyuzaki <k.t.the-answer@hotmail.co.jp>",
  "_user": "rikenbit",
  "_type": "src",
  "_file": "nnTensor_1.4.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/b63bcefc79b82fc9026188cc412cf497534eced67faf62021d4616d0bc8a92c1",
  "_filesize": 2823445,
  "_sha256": "b63bcefc79b82fc9026188cc412cf497534eced67faf62021d4616d0bc8a92c1",
  "_expires": "2026-10-15T06:40:22.000Z",
  "_created": "2026-07-07T06:32:47.000Z",
  "_published": "2026-07-07T06:40:24.246Z",
  "_jobs": [
    {
      "job": 85551725646,
      "time": 284,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8129877630"
    },
    {
      "job": 85551725637,
      "time": 323,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8129888999"
    },
    {
      "job": 85551725663,
      "time": 231,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8129861723"
    },
    {
      "job": 85551725666,
      "time": 172,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8129846070"
    },
    {
      "job": 85550572339,
      "time": 480,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8129791487"
    },
    {
      "job": 85551725683,
      "time": 154,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8129840315"
    },
    {
      "job": 85551725686,
      "time": 395,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8129910466"
    },
    {
      "job": 85551725711,
      "time": 289,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8129878997"
    },
    {
      "job": 85551725673,
      "time": 361,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8129900612"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/rikenbit/actions/runs/28846169069",
  "_status": "success",
  "_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
  },
  "_distro": "resolute",
  "_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": 22,
  "_contributors": [
    {
      "user": "kokitsuyuzaki",
      "count": 68,
      "uuid": 2173745
    }
  ],
  "_userbio": {
    "uuid": 7158513,
    "type": "organization",
    "name": "RIKEN BiT",
    "followers": 16,
    "description": "Omics AI Research Team, Advanced General Intelligence in Science Program (AGIS), TRIP, RIKEN (ex-Laboratory for Bioinformatics Research, RIKEN)"
  },
  "_downloads": {
    "count": 805,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/nnTensor"
  },
  "_devurl": "https://github.com/rikenbit/nntensor",
  "_searchresults": 8,
  "_rbuild": "4.6.1",
  "_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",
    "LICENSE",
    "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.023663918197793,
  "_indexed": true,
  "_nocasepkg": "nntensor",
  "_universes": [
    "rikenbit",
    "kokitsuyuzaki"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.4.0",
      "date": "2026-07-07T06:35:21.000Z",
      "distro": "resolute",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "https://r2.ropensci.org/24358d50015a63a30910513217831b70bfa15547706d404b3cd64d969bcff17e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/28846169069"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.4.0",
      "date": "2026-07-07T06:35:59.000Z",
      "distro": "resolute",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "https://r2.ropensci.org/59e740c236c753f3a5370d94af2228b5c13301a74c154ff46c36837fcece6021",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/28846169069"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.4.0",
      "date": "2026-07-07T06:34:50.000Z",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "https://r2.ropensci.org/5b38b67f76fceb5b02c78bc6caf1348a7fb164a0e75b5443c38cde9c6772ebc4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/28846169069"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.4.0",
      "date": "2026-07-07T06:34:34.000Z",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "https://r2.ropensci.org/2bd444e509f34909c6370ff0e1c26c4d5c1a9fdb649cee401423e662077a8f86",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/28846169069"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.4.0",
      "date": "2026-07-07T06:35:58.000Z",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "https://r2.ropensci.org/cc662c9039f5998d7bf3910e8ffec829bb66e7c50ce75be6b111e9f4f938189c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/28846169069"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.4.0",
      "date": "2026-07-07T06:34:26.000Z",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "https://r2.ropensci.org/18e24e5dc001b3eb9eed33d66bc87c0d0645cc56fafaa121633d4c9136eaebbf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/28846169069"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.4.0",
      "date": "2026-07-07T06:34:24.000Z",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "https://r2.ropensci.org/1b6a2c22c68e7fadc0c133bc229d080c4b52dc829bbebbbaa52b18ba8a2948c3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/28846169069"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.4.0",
      "date": "2026-07-07T06:34:24.000Z",
      "commit": "296d46be10e7416ad9408a6aea6fee42248a089e",
      "fileid": "https://r2.ropensci.org/e2ec924f6fbeb239da7fb74337f2badc98a8e242acb43d0e4ced544a5cb23b36",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/28846169069"
    }
  ]
}