Package: Rtsne Type: Package Title: T-Distributed Stochastic Neighbor Embedding using a Barnes-Hut Implementation Version: 0.17 Authors@R: c( person("Jesse", "Krijthe", ,"jkrijthe@gmail.com", role = c("aut", "cre")), person("Laurens", "van der Maaten", role = c("cph"), comment = "Author of original C++ code") ) Description: An R wrapper around the fast T-distributed Stochastic Neighbor Embedding implementation by Van der Maaten (see for more information on the original implementation). License: file LICENSE URL: https://github.com/jkrijthe/Rtsne Encoding: UTF-8 Imports: Rcpp (>= 0.11.0), stats LinkingTo: Rcpp Suggests: irlba, testthat RoxygenNote: 7.2.3 Repository: https://jkrijthe.r-universe.dev Date/Publication: 2025-09-17 09:31:23 UTC RemoteUrl: https://github.com/jkrijthe/rtsne RemoteRef: HEAD RemoteSha: 0e769505ab791fa3c3ac25bd9434ff20e1f0a689 NeedsCompilation: yes Packaged: 2026-07-20 07:52:56 UTC; root Author: Jesse Krijthe [aut, cre], Laurens van der Maaten [cph] (Author of original C++ code) Maintainer: Jesse Krijthe