{
  "_id": "6a1019baacfb0bcc41c860ea",
  "Package": "symTensor",
  "Type": "Package",
  "Title": "Symmetric Matrix and Tensor Decomposition",
  "Version": "0.1.0",
  "Authors@R": "person(\"Koki\", \"Tsuyuzaki\", email = \"k.t.the-answer@hotmail.co.jp\",\nrole = c(\"aut\", \"cre\"))",
  "Description": "Provides symmetric matrix and tensor operations and\ndecomposition algorithms including symmetric NMF (symNMF),\nPageRank, Label Propagation, Higher-order Power Method, and\nTOPHITS. Designed to work with 'rTensor' objects. Methods are\ndescribed in Kuang et al. (2012)\n<doi:10.1137/1.9781611972825.10>, Kolda and Mayo (2011)\n<doi:10.1137/100801482>, and Kolda and Bader (2006)\n<doi:10.1137/1.9781611972764.26>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-14 12:35:58 UTC",
    "User": "root"
  },
  "Author": "Koki Tsuyuzaki [aut, cre]",
  "Maintainer": "Koki Tsuyuzaki <k.t.the-answer@hotmail.co.jp>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-05-14 10:38:09 UTC",
  "RemoteUrl": "https://github.com/cran/symTensor",
  "RemoteRef": "HEAD",
  "RemoteSha": "a0a8cb0e6939660c894948c156be9117ef01a411",
  "MD5sum": "fb72bca3cf9fb1c6edf15049060bbb40",
  "_user": "cran",
  "_type": "src",
  "_file": "symTensor_0.1.0.tar.gz",
  "_fileid": "233a94643bc9e45b520263ef5cbc72b928c164d27d33abb9a4fd47b6e1b1e112",
  "_filesize": 184235,
  "_sha256": "233a94643bc9e45b520263ef5cbc72b928c164d27d33abb9a4fd47b6e1b1e112",
  "_created": "2026-05-14T12:35:58.000Z",
  "_published": "2026-05-22T08:54:18.518Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77347578709,
      "time": 108,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6994448472"
    },
    {
      "job": 77347578606,
      "time": 139,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6994455157"
    },
    {
      "job": 77347578201,
      "time": 179,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6994414197"
    },
    {
      "job": 77347577973,
      "time": 94,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156615804"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25860055635",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/symTensor",
  "_commit": {
    "id": "a0a8cb0e6939660c894948c156be9117ef01a411",
    "author": "Koki Tsuyuzaki <k.t.the-answer@hotmail.co.jp>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1778755089
  },
  "_maintainer": {
    "name": "Koki Tsuyuzaki",
    "email": "k.t.the-answer@hotmail.co.jp",
    "login": "kokitsuyuzaki",
    "uuid": 2173745
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "rTensor",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-20",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.1.0",
      "date": "2026-05-14"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "kokitsuyuzaki",
      "count": 1,
      "uuid": 2173745
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/symTensor"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/symTensor.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-05-14"
    }
  ],
  "_exports": [
    "HigherOrderPower",
    "isSymmetricTensor",
    "LabelPropagation",
    "PageRank",
    "Symmetrize",
    "symNMF",
    "TOPHITS"
  ],
  "_help": [
    {
      "page": "HigherOrderPower",
      "title": "Higher-order Power Method for Symmetric Tensor Decomposition",
      "topics": [
        "HigherOrderPower"
      ]
    },
    {
      "page": "isSymmetricTensor",
      "title": "Check if a matrix or tensor is symmetric",
      "topics": [
        "isSymmetricTensor"
      ]
    },
    {
      "page": "LabelPropagation",
      "title": "Label Propagation via PageRank",
      "topics": [
        "LabelPropagation"
      ]
    },
    {
      "page": "PageRank",
      "title": "(Personalized) PageRank",
      "topics": [
        "PageRank"
      ]
    },
    {
      "page": "Symmetrize",
      "title": "Symmetrize a matrix or tensor",
      "topics": [
        "Symmetrize"
      ]
    },
    {
      "page": "symNMF",
      "title": "Symmetric Non-negative Matrix Factorization (symNMF)",
      "topics": [
        "symNMF"
      ]
    },
    {
      "page": "TOPHITS",
      "title": "TOPHITS: Tensor HITS Algorithm",
      "topics": [
        "TOPHITS"
      ]
    }
  ],
  "_rundeps": [
    "rTensor"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "symtensor",
  "_universes": [
    "cran",
    "kokitsuyuzaki"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-14T12:38:01.000Z",
      "distro": "noble",
      "commit": "a0a8cb0e6939660c894948c156be9117ef01a411",
      "fileid": "36f68c2730e561a44f731b1c774ed87649817bb5c4f8c0e6ea68e4bb21603442",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25860055635"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-14T12:38:24.000Z",
      "distro": "noble",
      "commit": "a0a8cb0e6939660c894948c156be9117ef01a411",
      "fileid": "9246d72f5077d87df7cefa24cf59a21246a419eedb530927b07c9b1a881c8cdf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25860055635"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-22T08:54:01.000Z",
      "commit": "a0a8cb0e6939660c894948c156be9117ef01a411",
      "fileid": "bdb298b9717b1124d0e9978e48e6dfecb86c845ab577f5b2977228fec4aaf91f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25860055635"
    }
  ]
}