{
  "_id": "6a4107234f09e15ead75cdb0",
  "Package": "iTensor",
  "Type": "Package",
  "Title": "ICA-Based Matrix/Tensor Decomposition",
  "Version": "1.0.6",
  "Authors@R": "c(person(\"Koki\", \"Tsuyuzaki\", role = c(\"aut\", \"cre\"),\nemail = \"k.t.the-answer@hotmail.co.jp\"))",
  "Description": "Some functions for performing ICA, MICA, Group ICA, and\nMultilinear ICA are implemented. ICA, MICA/Group ICA, and\nMultilinear ICA extract statistically independent components\nfrom single matrix, multiple matrices, and single tensor,\nrespectively. For the details of these methods, see the\nreference section of GitHub README.md\n<https://github.com/rikenbit/iTensor>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "URL": "https://github.com/rikenbit/iTensor",
  "RoxygenNote": "7.2.3",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "cmake libfreetype6-dev libglpk-dev libglu1-mesa-dev\nmake texlive libicu-dev libpng-dev libuv1-dev libxml2-dev\nlibgl1-mesa-dev zlib1g-dev",
  "Repository": "https://rikenbit.r-universe.dev",
  "Date/Publication": "2026-06-28 11:19:56 UTC",
  "RemoteUrl": "https://github.com/rikenbit/itensor",
  "RemoteRef": "HEAD",
  "RemoteSha": "9f73262cb23cc05ff448ebdb46f67fbe75921115",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-28 11:31:13 UTC",
    "User": "root"
  },
  "Author": "Koki Tsuyuzaki [aut, cre]",
  "Maintainer": "Koki Tsuyuzaki <k.t.the-answer@hotmail.co.jp>",
  "MD5sum": "32d797f3e2125deb3fcd9bf5d1fee03d",
  "_user": "rikenbit",
  "_type": "src",
  "_file": "iTensor_1.0.6.tar.gz",
  "_fileid": "e700d4c034cd42eb029ae094ce1f51f2a3325d02e03b670b495a012e5fc9c26a",
  "_filesize": 3947758,
  "_sha256": "e700d4c034cd42eb029ae094ce1f51f2a3325d02e03b670b495a012e5fc9c26a",
  "_created": "2026-06-28T11:31:13.000Z",
  "_published": "2026-06-28T11:36:03.883Z",
  "_distro": "resolute",
  "_jobs": [
    {
      "job": 83902300044,
      "time": 241,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7934184857"
    },
    {
      "job": 83902300058,
      "time": 254,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "7934186528"
    },
    {
      "job": 83902300041,
      "time": 131,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7934170355"
    },
    {
      "job": 83902300086,
      "time": 133,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7934170688"
    },
    {
      "job": 83902022422,
      "time": 257,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7934153425"
    },
    {
      "job": 83902300043,
      "time": 209,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7934180490"
    },
    {
      "job": 83902300079,
      "time": 154,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7934173417"
    },
    {
      "job": 83902300054,
      "time": 169,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7934175453"
    },
    {
      "job": 83902300067,
      "time": 157,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7934173862"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rikenbit/actions/runs/28320694995",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/rikenbit/itensor",
  "_commit": {
    "id": "9f73262cb23cc05ff448ebdb46f67fbe75921115",
    "author": "koki <k.t.the-answer@hotmail.co.jp>",
    "committer": "koki <k.t.the-answer@hotmail.co.jp>",
    "message": "v1.0.6: Remove geigen dependency by integrating its code internally\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n",
    "time": 1782645596
  },
  "_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": "MASS",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "rTensor",
      "role": "Imports"
    },
    {
      "package": "jointDiag",
      "role": "Imports"
    },
    {
      "package": "mgcv",
      "role": "Imports"
    },
    {
      "package": "einsum",
      "role": "Imports"
    },
    {
      "package": "mixOmics",
      "role": "Imports"
    },
    {
      "package": "nnTensor",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "rikenbit",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2026-18",
      "n": 1
    },
    {
      "week": "2026-19",
      "n": 2
    },
    {
      "week": "2026-20",
      "n": 1
    },
    {
      "week": "2026-26",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "kokitsuyuzaki",
      "count": 35,
      "uuid": 2173745
    },
    {
      "user": "devarops",
      "count": 2,
      "uuid": 3461018
    },
    {
      "user": "osorensen",
      "count": 1,
      "uuid": 21175639
    }
  ],
  "_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": 493,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/iTensor"
  },
  "_devurl": "https://github.com/rikenbit/itensor",
  "_searchresults": 1,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/iTensor.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rikenbit/itensor",
  "_realowner": "rikenbit",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.99.0",
      "date": "2022-06-14"
    },
    {
      "version": "1.0.0",
      "date": "2023-04-27"
    },
    {
      "version": "1.0.2",
      "date": "2023-04-28"
    },
    {
      "version": "1.0.4",
      "date": "2026-05-08"
    },
    {
      "version": "1.0.5",
      "date": "2026-05-11"
    }
  ],
  "_exports": [
    "CorrIndex",
    "geigen",
    "GroupICA",
    "ICA",
    "ICA2",
    "MICA",
    "MultilinearICA",
    "toyModel"
  ],
  "_help": [
    {
      "page": "CorrIndex",
      "title": "CorrIndex",
      "topics": [
        "CorrIndex"
      ]
    },
    {
      "page": "geigen",
      "title": "Generalized Eigenvalue Decomposition",
      "topics": [
        "geigen"
      ]
    },
    {
      "page": "GroupICA",
      "title": "Group Independent Component Analysis (GroupICA)",
      "topics": [
        "GroupICA"
      ]
    },
    {
      "page": "ICA",
      "title": "Independent Component Analysis (Classic Methods)",
      "topics": [
        "ICA"
      ]
    },
    {
      "page": "ICA2",
      "title": "Independent Component Analysis (Modern Methods)",
      "topics": [
        "ICA2"
      ]
    },
    {
      "page": "MICA",
      "title": "Multimodal independent component analysis",
      "topics": [
        "MICA"
      ]
    },
    {
      "page": "MultilinearICA",
      "title": "Multilinear independent component analysis",
      "topics": [
        "MultilinearICA"
      ]
    },
    {
      "page": "toyModel",
      "title": "Toy model data for using ICA, MICA, and GroupICA There are 7 types of simulation: ICA_Type1: Time-independent sub-gaussian data ICA_Type2: Time-independent super-gaussian data ICA_Type3: Data mixed with signals having no time dependence and different kurtosis ICA_Type4: Time-dependent data ICA_Type5: Toydata to model IPCA in N < P systems MICA: Two time-serices data to model MICA GroupICA: Toydata to model GroupICA",
      "topics": [
        "toyModel"
      ]
    }
  ],
  "_readme": "https://github.com/rikenbit/itensor/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "BH",
    "BiocParallel",
    "bslib",
    "cachem",
    "cli",
    "codetools",
    "corpcor",
    "cpp11",
    "digest",
    "dplyr",
    "einsum",
    "ellipse",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "formatR",
    "fs",
    "futile.logger",
    "futile.options",
    "generics",
    "ggplot2",
    "ggrepel",
    "glue",
    "gridExtra",
    "gtable",
    "highr",
    "htmltools",
    "htmlwidgets",
    "igraph",
    "isoband",
    "jointDiag",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "lambda.r",
    "lattice",
    "lifecycle",
    "magrittr",
    "MASS",
    "mathjaxr",
    "Matrix",
    "matrixStats",
    "memoise",
    "mgcv",
    "mime",
    "mixOmics",
    "nlme",
    "pillar",
    "pkgconfig",
    "plyr",
    "purrr",
    "R6",
    "rappdirs",
    "rARPACK",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "reshape2",
    "rgl",
    "rlang",
    "rmarkdown",
    "RSpectra",
    "rTensor",
    "S7",
    "sass",
    "scales",
    "snow",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "tinytex",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "iTensor-1.Rmd",
      "filename": "iTensor-1.html",
      "title": "Independent Component Analysis (ICA) ",
      "author": "Koki Tsuyuzaki",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "1. ICA with time-independent sub-Gaussian data",
        "2. ICA with time-independent super-Gaussian data",
        "3. ICA with data mixed with signals having no time dependence and different kurtosis",
        "4. ICA with time-dependent data",
        "5. IPCA in N < P systems",
        "Session Information",
        "References"
      ],
      "created": "2023-04-26 04:28:35",
      "modified": "2023-04-28 12:58:13",
      "commits": 3
    },
    {
      "source": "iTensor-2.Rmd",
      "filename": "iTensor-2.html",
      "title": "Multimodal Independent Component Analysis (MICA) and Group Independent Component Analysis (GroupICA) ",
      "author": "Koki Tsuyuzaki",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Multimodal Independent Component Analysis (MICA)",
        "Group Independent Component Analysis (GroupICA)",
        "Session Information",
        "References"
      ],
      "created": "2023-04-26 04:28:35",
      "modified": "2023-04-28 12:58:13",
      "commits": 3
    },
    {
      "source": "iTensor-3.Rmd",
      "filename": "iTensor-3.html",
      "title": "Multilinear Independent Component Analysis (MultilinearICA) ",
      "author": "Koki Tsuyuzaki",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Multilinear Independent Component Analysis (MultilinearICA)",
        "Session Information",
        "References"
      ],
      "created": "2023-04-26 04:28:35",
      "modified": "2023-04-26 04:28:35",
      "commits": 1
    }
  ],
  "_score": 5.857332496431268,
  "_indexed": true,
  "_nocasepkg": "itensor",
  "_universes": [
    "rikenbit",
    "kokitsuyuzaki"
  ],
  "_previous": "1.0.5",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.6",
      "date": "2026-06-28T11:34:25.000Z",
      "distro": "resolute",
      "commit": "9f73262cb23cc05ff448ebdb46f67fbe75921115",
      "fileid": "c3ee026d9d98f7168bd4b50bf1e4d8c771a4a8e0f31a20e3f8dabb2020ddcb2e",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/28320694995"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.6",
      "date": "2026-06-28T11:34:35.000Z",
      "distro": "resolute",
      "commit": "9f73262cb23cc05ff448ebdb46f67fbe75921115",
      "fileid": "8466d7ea787be842022bb8926285bd946235a83e13b86fac8ff604d01b8d01af",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/28320694995"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.6",
      "date": "2026-06-28T11:32:54.000Z",
      "commit": "9f73262cb23cc05ff448ebdb46f67fbe75921115",
      "fileid": "a6e7a1caad0eb69448929b719e2328e01f01c36ece6bc8618bb3bad74a0b2168",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/28320694995"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.0.6",
      "date": "2026-06-28T11:32:57.000Z",
      "commit": "9f73262cb23cc05ff448ebdb46f67fbe75921115",
      "fileid": "20f594f875eeef6aada6545e27f04351d5705fb3c2c1ca480f54da5d7280b2b0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/28320694995"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.6",
      "date": "2026-06-28T11:35:01.000Z",
      "commit": "9f73262cb23cc05ff448ebdb46f67fbe75921115",
      "fileid": "593c293447d1ad41ee3b7c5f023fe3fe18396ae3c96ac78415f007c87dbb3fdb",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/28320694995"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.6",
      "date": "2026-06-28T11:32:44.000Z",
      "commit": "9f73262cb23cc05ff448ebdb46f67fbe75921115",
      "fileid": "6f27fd55971efc0be961e559b39eaad5c07721ac2df8e097e56c4864a7def42e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/28320694995"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.6",
      "date": "2026-06-28T11:32:59.000Z",
      "commit": "9f73262cb23cc05ff448ebdb46f67fbe75921115",
      "fileid": "9155dd4a1570272d8456c198f1001eaab42e7e44191c98e34055ac4f29efc594",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/28320694995"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.0.6",
      "date": "2026-06-28T11:32:49.000Z",
      "commit": "9f73262cb23cc05ff448ebdb46f67fbe75921115",
      "fileid": "bfa1fadd8fc8a044ef375afc00487b3be9d5135e084e030da83597180393af0f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/28320694995"
    }
  ]
}