Package: umap Title: Uniform Manifold Approximation and Projection Version: 0.2.10.0 Authors@R: person("Tomasz", "Konopka", , "tokonopka@gmail.com", role = c("aut", "cre")) Author: Tomasz Konopka [aut, cre] Maintainer: Tomasz Konopka Description: Uniform manifold approximation and projection is a technique for dimension reduction. The algorithm was described by McInnes and Healy (2018) in . This package provides an interface for two implementations. One is written from scratch, including components for nearest-neighbor search and for embedding. The second implementation is a wrapper for 'python' package 'umap-learn' (requires separate installation, see vignette for more details). Depends: R (>= 3.6.0) Imports: Matrix, methods, openssl, reticulate, Rcpp (>= 0.12.6), RSpectra, stats License: MIT + file LICENSE URL: https://github.com/tkonopka/umap BugReports: https://github.com/tkonopka/umap/issues LinkingTo: Rcpp Suggests: knitr, rmarkdown, testthat VignetteBuilder: knitr Encoding: UTF-8 RoxygenNote: 7.1.2 NeedsCompilation: yes Packaged: 2023-02-01 19:19:22 UTC; tkonopka Repository: CRAN Date/Publication: 2023-02-01 20:10:02 UTC Built: R 4.2.3; x86_64-pc-linux-gnu; 2024-06-21 17:36:47 UTC; unix