{
  "_id": "6a27cfc224555f66ed544c97",
  "Type": "Package",
  "Package": "fastadi",
  "Title": "Self-Tuning Data Adaptive Matrix Imputation",
  "Version": "0.1.2",
  "Authors@R": "c(person(given = \"Alex\",\nfamily = \"Hayes\",\nrole = c(\"aut\", \"cre\", \"cph\"),\nemail = \"alexpghayes@gmail.com\",\ncomment = c(ORCID = \"0000-0002-4985-5160\")),\nperson(given = \"Juhee\",\nfamily = \"Cho\",\nrole = \"aut\"),\nperson(given = \"Donggyu\",\nfamily = \"Kim\",\nrole = \"aut\"),\nperson(given = \"Karl\",\nfamily = \"Rohe\",\nrole = \"aut\"))",
  "Description": "Implements the AdaptiveImpute matrix completion algorithm\nof 'Intelligent Initialization and Adaptive Thresholding for\nIterative Matrix Completion'\n<doi:10.1080/10618600.2018.1518238> as well as the specialized\nvariant of 'Co-Factor Analysis of Citation Networks'\n<doi:10.1080/10618600.2024.2394464>. AdaptiveImpute is useful\nfor embedding sparsely observed matrices, often out performs\ncompeting matrix completion algorithms, and self-tunes its\nhyperparameter, making usage easy.",
  "License": "MIT + file LICENSE",
  "URL": "https://rohelab.github.io/fastadi/,\nhttps://github.com/RoheLab/fastadi",
  "BugReports": "https://github.com/RoheLab/fastadi/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-09 08:28:35 UTC",
    "User": "root"
  },
  "Author": "Alex Hayes [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-4985-5160>), Juhee Cho [aut],\nDonggyu Kim [aut], Karl Rohe [aut]",
  "Maintainer": "Alex Hayes <alexpghayes@gmail.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-05-02 16:42:37 UTC",
  "RemoteUrl": "https://github.com/cran/fastadi",
  "RemoteRef": "HEAD",
  "RemoteSha": "d83af5e425b4623d77ea0a91715ff6b6dfda3f54",
  "MD5sum": "3d90165063fd69c960ffb878e5591363",
  "_user": "cran",
  "_type": "src",
  "_file": "fastadi_0.1.2.tar.gz",
  "_fileid": "f8276e7c0cf8685455238cf124048b6f9a6aa8136ea660f42461e9e8edbb95a7",
  "_filesize": 130878,
  "_sha256": "f8276e7c0cf8685455238cf124048b6f9a6aa8136ea660f42461e9e8edbb95a7",
  "_created": "2026-06-09T08:28:35.000Z",
  "_published": "2026-06-09T08:33:06.636Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80280354010,
      "time": 186,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7502491942"
    },
    {
      "job": 80280354049,
      "time": 190,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7502491537"
    },
    {
      "job": 80280354062,
      "time": 177,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7502488260"
    },
    {
      "job": 80280354013,
      "time": 182,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7502489108"
    },
    {
      "job": 80279543280,
      "time": 278,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7502420306"
    },
    {
      "job": 80280353973,
      "time": 182,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7502488996"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/27193478179",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/fastadi",
  "_commit": {
    "id": "d83af5e425b4623d77ea0a91715ff6b6dfda3f54",
    "author": "Alex Hayes <alexpghayes@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.2\n",
    "time": 1746204157
  },
  "_maintainer": {
    "name": "Alex Hayes",
    "email": "alexpghayes@gmail.com",
    "login": "alexpghayes",
    "bluesky": "@alexpghayes.com",
    "description": "Postdoc developing methods to make network experiments more cost effective",
    "uuid": 15078251,
    "orcid": "0000-0002-4985-5160"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "LRMF3",
      "role": "Depends"
    },
    {
      "package": "Matrix",
      "role": "Depends"
    },
    {
      "package": "R",
      "version": ">= 3.1",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "logger",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "RSpectra",
      "role": "Imports"
    },
    {
      "package": "invertiforms",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "alexpghayes",
      "count": 3,
      "uuid": 15078251
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 591,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fastadi"
  },
  "_devurl": "https://github.com/rohelab/fastadi",
  "_pkgdown": "https://rohelab.github.io/fastadi/",
  "_searchresults": 5,
  "_topics": [
    "openblas",
    "cpp",
    "openmp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/fastadi.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rohelab/fastadi",
  "_realowner": "rohelab",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2022-02-11"
    },
    {
      "version": "0.1.1",
      "date": "2022-09-07"
    },
    {
      "version": "0.1.2",
      "date": "2025-05-02"
    }
  ],
  "_exports": [
    "adaptive_impute",
    "adaptive_initialize",
    "citation_impute",
    "citation_impute2"
  ],
  "_help": [
    {
      "page": "adaptive_imputation",
      "title": "Create an Adaptive Imputation object",
      "topics": [
        "adaptive_imputation"
      ]
    },
    {
      "page": "adaptive_impute",
      "title": "AdaptiveImpute",
      "topics": [
        "adaptive_impute",
        "adaptive_impute.LRMF",
        "adaptive_impute.sparseMatrix"
      ]
    },
    {
      "page": "adaptive_initialize",
      "title": "AdaptiveInitialize",
      "topics": [
        "adaptive_initialize",
        "adaptive_initialize.sparseMatrix"
      ]
    },
    {
      "page": "citation_impute",
      "title": "CitationImpute",
      "topics": [
        "citation_impute",
        "citation_impute.LRMF",
        "citation_impute.sparseMatrix"
      ]
    },
    {
      "page": "citation_impute2",
      "title": "CitationImpute",
      "topics": [
        "citation_impute2",
        "citation_impute2.LRMF",
        "citation_impute2.sparseMatrix"
      ]
    }
  ],
  "_readme": "https://github.com/cran/fastadi/raw/HEAD/README.md",
  "_rundeps": [
    "glue",
    "lattice",
    "logger",
    "LRMF3",
    "Matrix",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "rlang",
    "RSpectra"
  ],
  "_sysdeps": [
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_score": 1.6989700043360187,
  "_indexed": false,
  "_nocasepkg": "fastadi",
  "_universes": [
    "cran"
  ],
  "_indexurl": "https://rohelab.r-universe.dev/fastadi",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-06-09T08:31:29.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "d83af5e425b4623d77ea0a91715ff6b6dfda3f54",
      "fileid": "4bbb7029d488a8e59d1965de10e1c4ac3c16a30375e765328cac77f82f364a49",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27193478179"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-06-09T08:31:28.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "d83af5e425b4623d77ea0a91715ff6b6dfda3f54",
      "fileid": "7634838491bd4bca0afc35651c5864e25f9e39ac2018a05a5bcd53f729f9f52d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27193478179"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-06-09T08:31:19.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "d83af5e425b4623d77ea0a91715ff6b6dfda3f54",
      "fileid": "efc62b55fa24a07b80cbb2b489868c99f7456b1bc725caee0c5861ffaa4cbcd8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27193478179"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-06-09T08:31:21.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "d83af5e425b4623d77ea0a91715ff6b6dfda3f54",
      "fileid": "4c429d6948de6bc7f0cfeaed1be9ea8b81ce6f96ff4e97c33f292a9e717dcfbd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27193478179"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-06-09T08:31:59.000Z",
      "arch": "emscripten",
      "commit": "d83af5e425b4623d77ea0a91715ff6b6dfda3f54",
      "fileid": "edef53fce3b34ce693bc84a8f453d545aacc3615d50ea79e7eb3b1d9221ae493",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27193478179"
    }
  ]
}