{
  "_id": "6a496fa4ef9e2ed9366e6a87",
  "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-07-04 20:32:26 UTC",
    "User": "root"
  },
  "_user": "tkonopka",
  "_type": "src",
  "_file": "umap_0.2.11.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/c5a6244042010d369c952a8a5a46e509a18e62a61a13f08cd34145f67677e392",
  "_filesize": 322288,
  "_sha256": "c5a6244042010d369c952a8a5a46e509a18e62a61a13f08cd34145f67677e392",
  "_expires": "2026-10-12T20:40:00.000Z",
  "_created": "2026-07-04T20:32:26.000Z",
  "_published": "2026-07-04T20:40:03.959Z",
  "_jobs": [
    {
      "job": 85164816727,
      "time": 171,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8085215272"
    },
    {
      "job": 85164816712,
      "time": 167,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8085214638"
    },
    {
      "job": 85164816776,
      "time": 167,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8085214827"
    },
    {
      "job": 85164816798,
      "time": 169,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8085214937"
    },
    {
      "job": 85164816738,
      "time": 196,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8085215009"
    },
    {
      "job": 85164816731,
      "time": 411,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8085238105"
    },
    {
      "job": 85164816734,
      "time": 221,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8085216762"
    },
    {
      "job": 85164816749,
      "time": 323,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8085228526"
    },
    {
      "job": 85164593841,
      "time": 177,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8085194183"
    },
    {
      "job": 85164816699,
      "time": 150,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8085212359"
    },
    {
      "job": 85164816709,
      "time": 178,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8085215819"
    },
    {
      "job": 85164816717,
      "time": 167,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8085214563"
    },
    {
      "job": 85164816730,
      "time": 211,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8085219713"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/tkonopka/actions/runs/28718730771",
  "_status": "success",
  "_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
  },
  "_distro": "resolute",
  "_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": 59,
  "_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",
    "followers": 28
  },
  "_downloads": {
    "count": 11289,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/umap"
  },
  "_mentions": 24,
  "_devurl": "https://github.com/tkonopka/umap",
  "_searchresults": 5776,
  "_rbuild": "4.6.1",
  "_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",
    "LICENSE",
    "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": "16-20260322-1ubuntu1",
      "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.195794832333133,
  "_indexed": true,
  "_nocasepkg": "umap",
  "_universes": [
    "tkonopka"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.11.0",
      "date": "2026-07-04T20:35:01.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "https://r2.ropensci.org/b27987ea486f2470b927bb0e1b6ad103db1da86a4b391cf05c8d9862d49f8387",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/28718730771"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.11.0",
      "date": "2026-07-04T20:34:44.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "https://r2.ropensci.org/8527e2e5373548efe9ca2ac47e07f5f323301d884ed3ea7f793bdab285f02e5e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/28718730771"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.11.0",
      "date": "2026-07-04T20:34:57.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "https://r2.ropensci.org/800e1a52febfbbce24157dc36b79af0a988a14d790a284408fa498a2f6cc5da7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/28718730771"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.11.0",
      "date": "2026-07-04T20:34:48.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "https://r2.ropensci.org/194468931520e56706a3ec351ed487c9f8047835e01d03f06dba105e1b0d52e7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/28718730771"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.11.0",
      "date": "2026-07-04T20:34:57.000Z",
      "arch": "aarch64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "https://r2.ropensci.org/5d8897b01538ea6271b2eb2b0e719e6a7b2bf7f043236b5602fee18251cea23f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/28718730771"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.11.0",
      "date": "2026-07-04T20:37:15.000Z",
      "arch": "x86_64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "https://r2.ropensci.org/702e3cb59b5103bf17b8a25e87e8578bf283c3e41e8ab900a33745d04a19a48d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/28718730771"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.11.0",
      "date": "2026-07-04T20:34:59.000Z",
      "arch": "aarch64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "https://r2.ropensci.org/1c3001e02b8bbef2c1d5a14c241ce4f9c41b27acef18c778eff60f4a3eb049de",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/28718730771"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.11.0",
      "date": "2026-07-04T20:36:06.000Z",
      "arch": "x86_64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "https://r2.ropensci.org/a2bf11ab2f8c36ff192e97d730c03206184f7485d07189805c469f1232276f5b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/28718730771"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.11.0",
      "date": "2026-07-04T20:35:12.000Z",
      "arch": "emscripten",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "https://r2.ropensci.org/519864948c3e94e7e88382944fb8e8ae9d9d19f407aec00ab058382c1caaebf3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/28718730771"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.11.0",
      "date": "2026-07-04T20:33:44.000Z",
      "arch": "x86_64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "https://r2.ropensci.org/7ac9387e41f58ed02a9008e8619565b5f8f95f467382a2979f761df8aa70d280",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/28718730771"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.11.0",
      "date": "2026-07-04T20:33:37.000Z",
      "arch": "x86_64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "https://r2.ropensci.org/1735df61d9a5d3d330471ed77f0d7663d5162f6992a4e89f4f7245ce259576e1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/28718730771"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.11.0",
      "date": "2026-07-04T20:34:02.000Z",
      "arch": "x86_64",
      "commit": "9106cac8de40df3b9728352f73e8a757b55ac848",
      "fileid": "https://r2.ropensci.org/f905e6f5159c92cd3b9ec2d61dd4d73592b108b5da85239fbc11d007465302bb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tkonopka/actions/runs/28718730771"
    }
  ]
}