Source: r-cran-uwot Section: gnu-r Priority: optional Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille , Steffen Moeller 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 Standards-Version: 4.6.1 Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev, r-cran-matrix, r-cran-rcpp, r-cran-fnn, r-cran-rcppannoy (>= 0.0.17), r-cran-irlba, r-cran-rcppprogress, r-cran-dqrng, libpcg-cpp-dev, libtbb-dev Testsuite: autopkgtest-pkg-r 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.