{
  "_id": "6a5169659b92047c28d50787",
  "Type": "Package",
  "Package": "IMR",
  "Title": "Incomplete Matrix Regression",
  "Version": "1.0.0",
  "Authors@R": "c(\nperson(\"Khaled\", \"Fouda\", , \"khaled.fouda@hec.ca\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0009-0000-3688-8767\")),\nperson(\"Aurélie\", \"Labbe\", role = c(\"ths\", \"ctb\")),\nperson(\"Karim\", \"Oualkacha\", role = c(\"ths\", \"ctb\")),\nperson(\"Korbinian\", \"Strimmer\", role = c(\"cph\", \"ctb\"),\ncomment = \"Authored original fast.svd R implementation in the corpcor package\")\n)",
  "Description": "A framework for matrix completion and regression on\nresponse matrices with missing values. The model estimates\nmissing entries using any combination of intercepts, row and\ncolumn covariates, and a low-rank matrix approximation. It\napplies Lasso penalties on the covariates and a nuclear norm\npenalty on the low-rank component. It also adjusts for\ncorrelation within the rows and columns of the target matrix\nusing similarity matrices. The framework is described in Fouda,\nLabbe and Oualkacha (2026) <doi:10.48550/arXiv.2606.26325>.",
  "License": "GPL (>= 3)",
  "URL": "https://github.com/khaledfouda/IMR",
  "BugReports": "https://github.com/khaledfouda/IMR/issues",
  "VignetteBuilder": "knitr",
  "Config/roxygen2/version": "8.0.0",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "LazyData": "true",
  "SystemRequirements": "C++17",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-10 21:47:30 UTC",
    "User": "root"
  },
  "Author": "Khaled Fouda [aut, cre] (ORCID:\n<https://orcid.org/0009-0000-3688-8767>), Aurélie Labbe [ths,\nctb], Karim Oualkacha [ths, ctb], Korbinian Strimmer [cph, ctb]\n(Authored original fast.svd R implementation in the corpcor\npackage)",
  "Maintainer": "Khaled Fouda <khaled.fouda@hec.ca>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-07-10 18:20:02 UTC",
  "RemoteUrl": "https://github.com/cran/IMR",
  "RemoteRef": "HEAD",
  "RemoteSha": "e7b8dd494790eb9fcda68d656bd41cda0ab5d80f",
  "_user": "cran",
  "_type": "src",
  "_file": "IMR_1.0.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/431ad0d5ab289c1797afb014cfeac6e768028d9c1767e76b97e4e7397c256465",
  "_filesize": 832755,
  "_sha256": "431ad0d5ab289c1797afb014cfeac6e768028d9c1767e76b97e4e7397c256465",
  "_expires": "2026-10-18T21:51:31.000Z",
  "_created": "2026-07-10T21:47:30.000Z",
  "_published": "2026-07-10T21:51:33.379Z",
  "_jobs": [
    {
      "job": 86471094370,
      "time": 165,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8240285516"
    },
    {
      "job": 86471094457,
      "time": 164,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8240284803"
    },
    {
      "job": 86471094386,
      "time": 182,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8240290582"
    },
    {
      "job": 86471094422,
      "time": 167,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8240285204"
    },
    {
      "job": 86470496371,
      "time": 229,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8240234296"
    },
    {
      "job": 86471094378,
      "time": 137,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8240276342"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/29125614293",
  "_status": "success",
  "_upstream": "https://github.com/cran/IMR",
  "_commit": {
    "id": "e7b8dd494790eb9fcda68d656bd41cda0ab5d80f",
    "author": "Khaled Fouda <khaled.fouda@hec.ca>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.0\n",
    "time": 1783707602
  },
  "_maintainer": {
    "name": "Khaled Fouda",
    "email": "khaled.fouda@hec.ca",
    "login": "khaledfouda",
    "description": "",
    "uuid": 12818464,
    "orcid": "0009-0000-3688-8767"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "fields",
      "role": "Imports"
    },
    {
      "package": "irlba",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "RSpectra",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-28",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.0.0",
      "date": "2026-07-10"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "khaledfouda",
      "count": 1,
      "uuid": 12818464
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "followers": 617,
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/IMR"
  },
  "_devurl": "https://github.com/khaledfouda/imr",
  "_searchresults": 4,
  "_topics": [
    "openblas",
    "cpp"
  ],
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/IMR.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2026-07-10"
    }
  ],
  "_exports": [
    "as_incomplete",
    "evaluate",
    "get_metric",
    "imr_convergence",
    "imr_data",
    "imr_fit",
    "imr_set_grid_limits",
    "imr_similarity",
    "imr_tune",
    "imr_tune_grid",
    "is_incomplete",
    "mc_with_means",
    "reconstruct",
    "reconstruct_partial",
    "svd_opt"
  ],
  "_datasets": [
    {
      "name": "Bixi_sample",
      "title": "Bixi Sample Data",
      "object": "Bixi_sample",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "as_incomplete",
      "title": "Clean and convert any matrix to a sparse object",
      "topics": [
        "as_incomplete"
      ]
    },
    {
      "page": "Bixi_sample",
      "title": "Bixi Sample Data",
      "topics": [
        "Bixi_sample"
      ]
    },
    {
      "page": "coef.imr_fit",
      "title": "Extract the fitted model's coefficients",
      "topics": [
        "coef.imr_fit"
      ]
    },
    {
      "page": "evaluate",
      "title": "Evaluate Model Predictions",
      "topics": [
        "evaluate"
      ]
    },
    {
      "page": "get_metric",
      "title": "Returns a predefined error metric",
      "topics": [
        "get_metric"
      ]
    },
    {
      "page": "imr_convergence",
      "title": "Control Parameters for IMR Convergence",
      "topics": [
        "imr_convergence"
      ]
    },
    {
      "page": "imr_data",
      "title": "Prepare Data and Model Structure for IMR",
      "topics": [
        "imr_data"
      ]
    },
    {
      "page": "imr_fit",
      "title": "Fit an IMR Model",
      "topics": [
        "imr_fit"
      ]
    },
    {
      "page": "imr_set_grid_limits",
      "title": "Automatically Determine Hyperparameter Grid Maximum Values",
      "topics": [
        "imr_set_grid_limits"
      ]
    },
    {
      "page": "imr_similarity",
      "title": "Generate Similarity or Information Matrix Object",
      "topics": [
        "imr_similarity"
      ]
    },
    {
      "page": "imr_tune",
      "title": "Hyperparameter Tuning for IMR Models",
      "topics": [
        "imr_tune"
      ]
    },
    {
      "page": "imr_tune_grid",
      "title": "Define Hyperparameter Tuning Grid for IMR",
      "topics": [
        "imr_tune_grid"
      ]
    },
    {
      "page": "is_incomplete",
      "title": "Has the matrix be processed by 'as_incomplete()'?",
      "topics": [
        "is_incomplete"
      ]
    },
    {
      "page": "mc_with_means",
      "title": "Matrix Completion using Row and Column Means",
      "topics": [
        "mc_with_means"
      ]
    },
    {
      "page": "print.imr_convergence",
      "title": "Summary of the model's convergence parameters",
      "topics": [
        "print.imr_convergence"
      ]
    },
    {
      "page": "print.imr_data",
      "title": "Print an IMR data object",
      "topics": [
        "print.imr_data"
      ]
    },
    {
      "page": "print.imr_fit",
      "title": "Summary of the model's fit operation",
      "topics": [
        "print.imr_fit"
      ]
    },
    {
      "page": "print.imr_similarity",
      "title": "Print an IMR similarity object",
      "topics": [
        "print.imr_similarity"
      ]
    },
    {
      "page": "print.imr_tune_grid",
      "title": "Summary of the hyperparameter grid",
      "topics": [
        "print.imr_tune_grid"
      ]
    },
    {
      "page": "reconstruct",
      "title": "Reconstruct Model Estimates and Components",
      "topics": [
        "reconstruct"
      ]
    },
    {
      "page": "reconstruct_partial",
      "title": "Partially Reconstruct Model Estimates for Specific Indices",
      "topics": [
        "reconstruct_partial"
      ]
    },
    {
      "page": "summary.imr_fit",
      "title": "Summary of the fitted model's parameters",
      "topics": [
        "summary.imr_fit"
      ]
    },
    {
      "page": "svd_opt",
      "title": "Optimized Singular Value Decomposition",
      "topics": [
        "svd_opt"
      ]
    },
    {
      "page": "update.imr_data",
      "title": "Update IMR Model Structure",
      "topics": [
        "update.imr_data"
      ]
    }
  ],
  "_readme": "https://github.com/cran/IMR/raw/HEAD/README.md",
  "_rundeps": [
    "dotCall64",
    "fields",
    "irlba",
    "lattice",
    "maps",
    "MASS",
    "Matrix",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "RSpectra",
    "spam",
    "viridisLite"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.32+ds-5",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.32+ds-5",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "IMR.Rmd",
      "filename": "IMR.html",
      "title": "Incomplete Matrix Regression (IMR) Vignette",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction and Model Description",
        "Data",
        "Model Structure",
        "Fit function",
        "Interpreting Results and Assessing Performance",
        "Selecting the Penalty Parameters",
        "Similarity Matrices and within-Row and Within-Column Autocorrelation"
      ],
      "created": "2026-07-10 18:20:02",
      "modified": "2026-07-10 18:20:02",
      "commits": 1
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "imr",
  "_universes": [
    "cran",
    "khaledfouda"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-07-10T21:50:16.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "e7b8dd494790eb9fcda68d656bd41cda0ab5d80f",
      "fileid": "https://r2.ropensci.org/611a2d504dad745c3b2b49b424382d72ea83a1a82bab1b04dff2d9f819469a45",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29125614293"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-07-10T21:50:06.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "e7b8dd494790eb9fcda68d656bd41cda0ab5d80f",
      "fileid": "https://r2.ropensci.org/947d189992f8e50bac580012fd57e10bccd4832d50c6af6879da801b5f7703d3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29125614293"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-07-10T21:50:32.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "e7b8dd494790eb9fcda68d656bd41cda0ab5d80f",
      "fileid": "https://r2.ropensci.org/b200cf6abea96a579a9f9b14dba4547d5c2f65efc7f3f8b8f4496c91705990c6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29125614293"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-07-10T21:50:02.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "e7b8dd494790eb9fcda68d656bd41cda0ab5d80f",
      "fileid": "https://r2.ropensci.org/9374cd432c5d14267272b58382d3296d4c0bf85f4b33d3462456034ed1f8b387",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29125614293"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-07-10T21:50:05.000Z",
      "arch": "emscripten",
      "commit": "e7b8dd494790eb9fcda68d656bd41cda0ab5d80f",
      "fileid": "https://r2.ropensci.org/bd1b737744f69694ffffb7821f126ed443d681c0b6fd0f243645f4b558073992",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29125614293"
    }
  ]
}