{
  "_id": "6a101aa1acfb0bcc41c86a53",
  "Package": "MultiwayRegression",
  "Type": "Package",
  "Title": "Perform Tensor-on-Tensor Regression",
  "Version": "1.2",
  "Date": "2019-05-28",
  "Author": "Eric F. Lock",
  "Maintainer": "Eric F. Lock <elock@umn.edu>",
  "Description": "Functions to predict one multi-way array (i.e., a tensor)\nfrom another multi-way array, using a low-rank\nCANDECOMP/PARAFAC (CP) factorization and a ridge (L_2) penalty\n[Lock, EF (2018) <doi:10.1080/10618600.2017.1401544>].  Also\nincludes functions to sample from the Bayesian posterior of a\ntensor-on-tensor model.",
  "License": "GPL-3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-14 09:32:30 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2019-05-31 15:10:03 UTC",
  "RemoteUrl": "https://github.com/cran/MultiwayRegression",
  "RemoteRef": "HEAD",
  "RemoteSha": "60ff7e7928ea31b7ca6d68adc3da57614b33f911",
  "MD5sum": "27c2bf6a813b9dc3439edec57d2f5db8",
  "_user": "cran",
  "_type": "src",
  "_file": "MultiwayRegression_1.2.tar.gz",
  "_fileid": "e588feba942a540a4ff73aee5f919c758343047dd681f5c721b9995fbf1d2ba4",
  "_filesize": 372121,
  "_sha256": "e588feba942a540a4ff73aee5f919c758343047dd681f5c721b9995fbf1d2ba4",
  "_created": "2026-05-14T09:32:30.000Z",
  "_published": "2026-05-22T08:58:09.109Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77348200567,
      "time": 109,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6991425469"
    },
    {
      "job": 77348200538,
      "time": 104,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6991424253"
    },
    {
      "job": 77348200522,
      "time": 144,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6991394914"
    },
    {
      "job": 77348199553,
      "time": 85,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156688498"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25852670584",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/MultiwayRegression",
  "_commit": {
    "id": "60ff7e7928ea31b7ca6d68adc3da57614b33f911",
    "author": "Eric F. Lock <elock@umn.edu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.2\n",
    "time": 1559315403
  },
  "_maintainer": {
    "name": "Eric F. Lock",
    "email": "elock@umn.edu"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10.0",
      "role": "Depends"
    },
    {
      "package": "MASS",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 165,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/MultiwayRegression"
  },
  "_searchresults": 10,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/MultiwayRegression.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.2",
      "date": "2019-05-31"
    }
  ],
  "_exports": [
    "ctprod",
    "rrr",
    "rrrBayes"
  ],
  "_datasets": [
    {
      "name": "X",
      "title": "Simulated multi-way data for prediction",
      "object": "SimData",
      "file": "SimData.rda",
      "class": [
        "array"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "Y",
      "title": "Simulated multi-way data for prediction",
      "object": "SimData",
      "file": "SimData.rda",
      "class": [
        "array"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "MultiwayRegression-package",
      "title": "Perform tensor-on-tensor regression",
      "topics": [
        "MultiwayRegression"
      ]
    },
    {
      "page": "ctprod",
      "title": "Compute the contracted tensor product between two multiway arrays.",
      "topics": [
        "ctprod"
      ]
    },
    {
      "page": "rrr",
      "title": "Penalized reduced rank regression for tensors",
      "topics": [
        "rrr"
      ]
    },
    {
      "page": "rrrBayes",
      "title": "Bayesian inference for reduced rank regression",
      "topics": [
        "rrrBayes"
      ]
    },
    {
      "page": "SimData",
      "title": "Simulated multi-way data for prediction",
      "topics": [
        "SimData"
      ]
    },
    {
      "page": "X",
      "title": "Simulated multi-way data for prediction",
      "topics": [
        "X"
      ]
    },
    {
      "page": "Y",
      "title": "Simulated multi-way data for prediction",
      "topics": [
        "Y"
      ]
    }
  ],
  "_rundeps": [
    "MASS"
  ],
  "_score": 1.4771212547196624,
  "_indexed": true,
  "_nocasepkg": "multiwayregression",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2",
      "date": "2026-05-14T09:34:16.000Z",
      "distro": "noble",
      "commit": "60ff7e7928ea31b7ca6d68adc3da57614b33f911",
      "fileid": "4cb2c150137ab3a62c36e0c82b751ffe7766ecdc5aaa2ef03eba369476cdefb5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25852670584"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2",
      "date": "2026-05-14T09:34:13.000Z",
      "distro": "noble",
      "commit": "60ff7e7928ea31b7ca6d68adc3da57614b33f911",
      "fileid": "d9528ee5cd39f5451d76c8476ba0b1aef1170f1166b43a7eb83a94f2b6c9b6a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25852670584"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2",
      "date": "2026-05-22T08:57:55.000Z",
      "commit": "60ff7e7928ea31b7ca6d68adc3da57614b33f911",
      "fileid": "d8d1fc00e15f15bcf8cb7bc2f1cbb928b14b69312163978dce11a2a353a825ad",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25852670584"
    }
  ]
}