Package: Rtsne
Type: Package
Title: T-Distributed Stochastic Neighbor Embedding using a Barnes-Hut
        Implementation
Version: 0.16
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 <https://github.com/lvdmaaten/bhtsne/> for more information on the original implementation).
License: file LICENSE
URL: https://github.com/jkrijthe/Rtsne
Imports: Rcpp (>= 0.11.0), stats
LinkingTo: Rcpp
Suggests: irlba, testthat
RoxygenNote: 7.1.2
NeedsCompilation: yes
Packaged: 2022-04-15 10:11:57 UTC; jkrijthe
Author: Jesse Krijthe [aut, cre],
  Laurens van der Maaten [cph] (Author of original C++ code)
Maintainer: Jesse Krijthe <jkrijthe@gmail.com>
License_is_FOSS: yes
Repository: CRAN
Date/Publication: 2022-04-17 17:12:29 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 14:18:54 UTC; windows
Archs: i386, x64
