Package: densityClust
Type: Package
Title: Clustering by Fast Search and Find of Density Peaks
Version: 0.3.2
Authors@R: c(
  person("Thomas Lin", "Pedersen", email = "thomasp85@gmail.com", role = c("aut", "cre")),
  person("Sean", "Hughes", email = "", role = c("aut")),
  person("Xiaojie", "Qiu", email = "xqiu@uw.edu", role = c("aut")))
Maintainer: Thomas Lin Pedersen <thomasp85@gmail.com>
Description: An improved implementation (based on k-nearest neighbors) of the 
    density peak clustering algorithm, originally described by Alex Rodriguez 
    and Alessandro Laio (Science, 2014 vol. 344) <DOI: 10.1126/science.1242072>. 
    It can handle large datasets (> 100, 000 samples) very efficiently. It was 
    initially implemented by Thomas Lin Pedersen, with inputs from Sean Hughes 
    and later improved by Xiaojie Qiu to handle large datasets with kNNs.
License: GPL (>= 2)
Suggests: testthat, covr
LinkingTo: Rcpp
Imports: Rcpp, FNN, Rtsne, ggplot2, ggrepel, grDevices, gridExtra,
        RColorBrewer
RoxygenNote: 6.0.1
URL: https://github.com/thomasp85/densityClust
BugReports: https://github.com/thomasp85/densityClust/issues
NeedsCompilation: yes
Packaged: 2022-03-06 18:55:54 UTC; thomas
Author: Thomas Lin Pedersen [aut, cre],
  Sean Hughes [aut],
  Xiaojie Qiu [aut]
Repository: CRAN
Date/Publication: 2022-03-06 19:10:02 UTC
Built: R 4.0.5; x86_64-apple-darwin17.0; 2022-03-07 11:40:29 UTC; unix
Archs: densityClust.so.dSYM
