{
  "_id": "6a103bf6acfb0bcc41c9bcb4",
  "Package": "iTensor",
  "Type": "Package",
  "Title": "ICA-Based Matrix/Tensor Decomposition",
  "Version": "1.0.5",
  "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-05-11 08:21:47 UTC",
  "RemoteUrl": "https://github.com/rikenbit/itensor",
  "RemoteRef": "HEAD",
  "RemoteSha": "646ecb3c5a779fe87eb138fae7f3270cf08f086f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-11 10:43:59 UTC",
    "User": "root"
  },
  "Author": "Koki Tsuyuzaki [aut, cre]",
  "Maintainer": "Koki Tsuyuzaki <k.t.the-answer@hotmail.co.jp>",
  "MD5sum": "d93a813709d83750e45d67dfb816f3be",
  "_user": "rikenbit",
  "_type": "src",
  "_file": "iTensor_1.0.5.tar.gz",
  "_fileid": "a2a9d4a4e5a63d25188240fabce143d03e33bf552f9ab11f0084712c98b45f65",
  "_filesize": 3946560,
  "_sha256": "a2a9d4a4e5a63d25188240fabce143d03e33bf552f9ab11f0084712c98b45f65",
  "_created": "2026-05-11T10:43:59.000Z",
  "_published": "2026-05-22T11:20:22.301Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77369088141,
      "time": 238,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6916460404"
    },
    {
      "job": 77369088102,
      "time": 218,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6916454540"
    },
    {
      "job": 77369088111,
      "time": 164,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6916565095"
    },
    {
      "job": 77369088306,
      "time": 185,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6916443913"
    },
    {
      "job": 77369088151,
      "time": 280,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6916383992"
    },
    {
      "job": 77369087609,
      "time": 195,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7159254321"
    },
    {
      "job": 77369088429,
      "time": 175,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6916441181"
    },
    {
      "job": 77369088696,
      "time": 168,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6916437979"
    },
    {
      "job": 77369088461,
      "time": 145,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6916431267"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rikenbit/actions/runs/25665167657",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/rikenbit/itensor",
  "_commit": {
    "id": "646ecb3c5a779fe87eb138fae7f3270cf08f086f",
    "author": "koki <k.t.the-answer@hotmail.co.jp>",
    "committer": "koki <k.t.the-answer@hotmail.co.jp>",
    "message": "v1.0.5: Fix platform-dependent numerical issue in ICA whitening\n\nUse abs() on covariance eigenvalues to handle small negative values\nfrom LAPACK numerical error. Fixes Calhoun2009 GroupICA failure on\nr-devel-linux-x86_64-fedora-gcc.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n",
    "time": 1778487707
  },
  "_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": "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": "geigen",
      "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
    }
  ],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "kokitsuyuzaki",
      "count": 34,
      "uuid": 2173745
    },
    {
      "user": "devarops",
      "count": 2,
      "uuid": 3461018
    },
    {
      "user": "osorensen",
      "count": 1,
      "uuid": 21175639
    }
  ],
  "_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": 230,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/iTensor"
  },
  "_devurl": "https://github.com/rikenbit/itensor",
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_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",
    "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"
    }
  ],
  "_exports": [
    "CorrIndex",
    "GroupICA",
    "ICA",
    "ICA2",
    "MICA",
    "MultilinearICA",
    "toyModel"
  ],
  "_help": [
    {
      "page": "CorrIndex",
      "title": "CorrIndex",
      "topics": [
        "CorrIndex"
      ]
    },
    {
      "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",
    "geigen",
    "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.732393759822968,
  "_indexed": true,
  "_nocasepkg": "itensor",
  "_universes": [
    "rikenbit",
    "kokitsuyuzaki"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.5",
      "date": "2026-05-11T10:47:12.000Z",
      "distro": "noble",
      "commit": "646ecb3c5a779fe87eb138fae7f3270cf08f086f",
      "fileid": "fc25108a496ba171538e2e8f95273d51240db1c59c7ce1605999089e77c4de89",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/25665167657"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.5",
      "date": "2026-05-11T10:46:55.000Z",
      "distro": "noble",
      "commit": "646ecb3c5a779fe87eb138fae7f3270cf08f086f",
      "fileid": "bbf9cdd3201f2fcf6990de17e43031b32ae433c8a037e9fa1d6bee8ddc6dfbca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/25665167657"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.5",
      "date": "2026-05-11T10:52:48.000Z",
      "commit": "646ecb3c5a779fe87eb138fae7f3270cf08f086f",
      "fileid": "55e1cb37682e8bf9a07874428cadb5b0285f36462a06bf03832447627ec8b28e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/25665167657"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.5",
      "date": "2026-05-11T10:46:16.000Z",
      "commit": "646ecb3c5a779fe87eb138fae7f3270cf08f086f",
      "fileid": "9aaa2a23a369bc30f967b9e2ddb583d7f9d519b5bcc8f596e8008f23203b61a1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/25665167657"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.5",
      "date": "2026-05-11T10:45:58.000Z",
      "commit": "646ecb3c5a779fe87eb138fae7f3270cf08f086f",
      "fileid": "7c49db294ba2e5a343be93d98e474cbe851c940e09ac0f0b1f596e4e41df21bb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/25665167657"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.5",
      "date": "2026-05-11T10:45:56.000Z",
      "commit": "646ecb3c5a779fe87eb138fae7f3270cf08f086f",
      "fileid": "73cdbe3c2ace75818978d9217bf6bc18d2ec112044468f3bdbbf83b426e6878c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/25665167657"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.5",
      "date": "2026-05-11T10:45:30.000Z",
      "commit": "646ecb3c5a779fe87eb138fae7f3270cf08f086f",
      "fileid": "0bae6205d6d65cdd15b5ab97659aab6ef3f8d0f97e598fe30b4143438c12150e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/25665167657"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.5",
      "date": "2026-05-22T11:19:58.000Z",
      "commit": "646ecb3c5a779fe87eb138fae7f3270cf08f086f",
      "fileid": "98985909513080c1e064f99bf4a7500101317f1ac28d7928334ca753d5445a7b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rikenbit/actions/runs/25665167657"
    }
  ]
}