Source: r-cran-uwot Standards-Version: 4.7.3 Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille , Steffen Moeller , Section: gnu-r Testsuite: autopkgtest-pkg-r Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev, r-cran-matrix, r-cran-fnn, r-cran-irlba, r-cran-rcpp, r-cran-rcppannoy, r-cran-rspectra, r-cran-dqrng, r-cran-rcppprogress, libpcg-cpp-dev, libtbb-dev, architecture-is-64-bit, architecture-is-little-endian, Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-uwot Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-uwot.git Homepage: https://cran.r-project.org/package=uwot Rules-Requires-Root: no Package: r-cran-uwot Architecture: any Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends}, Recommends: ${R:Recommends}, Suggests: ${R:Suggests}, Description: GNU R uniform manifold approximation and projection (UMAP) An implementation of the Uniform Manifold Approximation and Projection dimensionality reduction by McInnes et al. (2018) . It also provides means to transform new data and to carry out supervised dimensionality reduction. An implementation of the related LargeVis method of Tang et al. (2016) is also provided. . This is a complete re-implementation in R (and C++, via the 'Rcpp' package): no Python installation is required. See the uwot website () for more documentation and examples.