{
  "_id": "6a1d34e51d7bb097a0a3c9d9",
  "Package": "umap",
  "Title": "Uniform Manifold Approximation and Projection",
  "Version": "0.2.11.0",
  "Authors@R": "person(\"Tomasz\", \"Konopka\", , \"tokonopka@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Author": "Tomasz Konopka [aut, cre]",
  "Maintainer": "Tomasz Konopka <tokonopka@gmail.com>",
  "Description": "Uniform manifold approximation and projection is a\ntechnique for dimension reduction. The algorithm was described\nby McInnes and Healy (2018) in <arXiv:1802.03426>. This package\nprovides an interface for two implementations. One is written\nfrom scratch, including components for nearest-neighbor search\nand for embedding. The second implementation is a wrapper for\n'python' package 'umap-learn' (requires separate installation,\nsee vignette for more details).",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/tkonopka/umap",
  "BugReports": "https://github.com/tkonopka/umap/issues",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.2",
  "Config/pak/sysreqs": "libpng-dev libssl-dev python3",
  "Repository": "https://tkonopka.r-universe.dev",
  "Date/Publication": "2024-04-29 05:57:04 UTC",
  "RemoteUrl": "https://github.com/tkonopka/umap",
  "RemoteRef": "HEAD",
  "RemoteSha": "9106cac8de40df3b9728352f73e8a757b55ac848",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-01 07:06:00 UTC",
    "User": "root"
  },
  "MD5sum": "2c6f08fd1e2856c11bc2d86933efbae5",
  "_user": "tkonopka",
  "_type": "src",
  "_file": "umap_0.2.11.0.tar.gz",
  "_fileid": "497a3d42851be743b1e3846a6eb517ff5c93a668ae397e2aad341aaee0f94f65",
  "_filesize": 320297,
  "_sha256": "497a3d42851be743b1e3846a6eb517ff5c93a668ae397e2aad341aaee0f94f65",
  "_created": "2026-06-01T07:06:00.000Z",
  "_published": "2026-06-01T07:29:41.311Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78802751390,
      "time": 182,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7325362881"
    },
    {
      "job": 78802751352,
      "time": 209,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7325369845"
    },
    {
      "job": 78802751357,
      "time": 164,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325358258"
    },
    {
      "job": 78802751368,
      "time": 171,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325360073"
    },
    {
      "job": 78802751409,
      "time": 221,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7325561294"
    },
    {
      "job": 78802751414,
      "time": 389,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7325504599"
    },
    {
      "job": 78802751480,
      "time": 174,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325548624"
    },
    {
      "job": 78802751400,
      "time": 231,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325668078"
    },
    {
      "job": 78802336703,
      "time": 197,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325314359"
    },
    {
      "job": 78802751306,
      "time": 117,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325346416"
    },
    {
      "job": 78802751342,
      "time": 180,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7325362574"
    },
    {
      "job": 78802751393,
      "time": 180,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7325362246"
    },
    {
      "job": 78802751394,
      "time": 420,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325425232"
    }
  ],
  "_buildurl": "https://github.com/r-universe/tkonopka/actions/runs/26740240101",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/tkonopka/umap",
  "_commit": {
    "id": "9106cac8de40df3b9728352f73e8a757b55ac848",
    "author": "Tomasz Konopka <tkonopka@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #23 from pteridin/master\n\nFixed n_jobs errors for umap-learn",
    "time": 1714370224
  },
  "_maintainer": {
    "name": "Tomasz Konopka",
    "email": "tokonopka@gmail.com",
    "login": "tkonopka",
    "description": "",
    "uuid": 7260190
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "openssl",
      "role": "Imports"
    },
    {
      "package": "reticulate",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.12.6",
      "role": "Imports"
    },
    {
      "package": "RSpectra",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "tkonopka",
  "_selfowned": true,
  "_usedby": 56,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "dimensionality-reduction",
    "umap",
    "cpp"
  ],
  "_stars": 136,
  "_contributors": [
    {
      "user": "tkonopka",
      "count": 96,
      "uuid": 7260190
    },
    {
      "user": "jenniferslyon",
      "count": 1,
      "uuid": 37838137
    }
  ],
  "_userbio": {
    "uuid": 7260190,
    "type": "user",
    "name": "Tomasz Konopka"
  },
  "_downloads": {
    "count": 15850,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/umap"
  },
  "_mentions": 24,
  "_devurl": "https://github.com/tkonopka/umap",
  "_searchresults": 5648,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/umap.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/tkonopka/umap",
  "_realowner": "tkonopka",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0.3",
      "date": "2018-06-24"
    },
    {
      "version": "0.2.0.0",
      "date": "2018-07-25"
    },
    {
      "version": "0.2.1.0",
      "date": "2019-04-30"
    },
    {
      "version": "0.2.2.0",
      "date": "2019-05-13"
    },
    {
      "version": "0.2.3",
      "date": "2019-08-19"
    },
    {
      "version": "0.2.3.1",
      "date": "2019-08-21"
    },
    {
      "version": "0.2.4.0",
      "date": "2019-12-07"
    },
    {
      "version": "0.2.4.1",
      "date": "2020-01-09"
    },
    {
      "version": "0.2.5.0",
      "date": "2020-03-09"
    },
    {
      "version": "0.2.6.0",
      "date": "2020-06-16"
    },
    {
      "version": "0.2.7.0",
      "date": "2020-11-04"
    },
    {
      "version": "0.2.8.0",
      "date": "2022-03-23"
    },
    {
      "version": "0.2.9.0",
      "date": "2022-08-25"
    },
    {
      "version": "0.2.10.0",
      "date": "2023-02-01"
    }
  ],
  "_exports": [
    "umap",
    "umap.defaults",
    "umap.knn"
  ],
  "_help": [
    {
      "page": "predict.umap",
      "title": "project data points onto an existing umap embedding",
      "topics": [
        "predict.umap"
      ]
    },
    {
      "page": "umap",
      "title": "Computes a manifold approximation and projection",
      "topics": [
        "umap"
      ]
    },
    {
      "page": "umap.defaults",
      "title": "Default configuration for umap",
      "topics": [
        "umap.defaults"
      ]
    },
    {
      "page": "umap.knn",
      "title": "construct a umap.knn object describing nearest neighbors",
      "topics": [
        "umap.knn"
      ]
    }
  ],
  "_readme": "https://github.com/tkonopka/umap/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "here",
    "jsonlite",
    "lattice",
    "Matrix",
    "openssl",
    "png",
    "rappdirs",
    "Rcpp",
    "RcppEigen",
    "RcppTOML",
    "reticulate",
    "rlang",
    "rprojroot",
    "RSpectra",
    "sys",
    "withr"
  ],
  "_sysdeps": [
    {
      "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"
    }
  ],
  "_vignettes": [
    {
      "source": "umap_learn.Rmd",
      "filename": "umap_learn.html",
      "title": "Interfacing with 'umap-learn'",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Usage",
        "Tuning umap-learn",
        "Discussion",
        "Verifying arguments",
        "Versions",
        "Custom constructors",
        "Appendix"
      ],
      "created": "2018-07-16 06:57:25",
      "modified": "2023-01-27 09:00:18",
      "commits": 10
    },
    {
      "source": "umap.Rmd",
      "filename": "umap.html",
      "title": "Uniform Manifold Approximation and Projection in R",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Overview",
        "Creating a projection",
        "Projecting new data",
        "Tuning",
        "Configuration objects",
        "Additional arguments",
        "Input types",
        "Stability and reproducibility",
        "Initial embedding",
        "Prediction",
        "Implementations",
        "Appendix"
      ],
      "created": "2018-05-05 15:12:54",
      "modified": "2023-02-01 19:07:40",
      "commits": 26
    }
  ],
  "_score": 13.310772144693598,
  "_indexed": true,
  "_nocasepkg": "umap",
  "_universes": [
    "tkonopka"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.11.0",
      "date": "2026-06-01T07:08:41.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "50480f9339d20a569851a2bc328104b83d2ac409740a1d2f126839543f4a0d86",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/26740240101"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.11.0",
      "date": "2026-06-01T07:09:03.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "d39b8ea427058831423d15bc9657a63d717faad6c081eadf415aa2508d4e6eff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/26740240101"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.11.0",
      "date": "2026-06-01T07:08:23.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "b3bb9f66a5aa46932d7efbe1ec063776bbcac2f21490081809e1f1a333a1ad5e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/26740240101"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.11.0",
      "date": "2026-06-01T07:08:20.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "dffe12cac898bc815f545cb5b3580847b899da89206fc41a90dce86533cb7d7b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/26740240101"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.11.0",
      "date": "2026-06-01T07:21:06.000Z",
      "arch": "aarch64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "f6db67e231b890ba672b0dbfe9a10b6f66ec81bff29e9b0e4e8e5feeef3077e5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/26740240101"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.11.0",
      "date": "2026-06-01T07:17:05.000Z",
      "arch": "x86_64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "dca88a1d9994da7acf9203bf6be63e18c985adb853246fcad908c220618bd03e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/26740240101"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.11.0",
      "date": "2026-06-01T07:20:26.000Z",
      "arch": "aarch64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "3058fadf5423e1b59f204145b9ffaa0a2ad8ccd002421adc5c7dd8826ee1e38d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/26740240101"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.11.0",
      "date": "2026-06-01T07:27:22.000Z",
      "arch": "x86_64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "590ca5506ccbb13d1d1abae76daff4e19c2079acddb7ae26041256d463f05c13",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/26740240101"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.11.0",
      "date": "2026-06-01T07:08:13.000Z",
      "arch": "emscripten",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "634b25b3674d7c3a263abad68e8b9ef21d89fab42f37c2e26082c0553cea1eea",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/26740240101"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.11.0",
      "date": "2026-06-01T07:07:21.000Z",
      "arch": "x86_64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "ecf8e9281f21f8d19f0bf8f5b08ff1fb116fe75e4151649adbef7c4400a4ddbf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/26740240101"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.11.0",
      "date": "2026-06-01T07:07:21.000Z",
      "arch": "x86_64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "e134a2504ec6201e5ec5fe7ba77ef9e163df6794cc08640ca03632a1f391014c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/26740240101"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.11.0",
      "date": "2026-06-01T07:08:17.000Z",
      "arch": "x86_64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "3d203b272f4b13472718800155d47c076416721602632d827da6bde1bcc6117e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/26740240101"
    }
  ]
}