Package: RJcluster
Title: RJ Clustering Algorithm
Version: 0.1.2
Authors@R: 
    c(person(given = "Rachael",
           family = "Shudde",
           role = c("aut", "cre"),
           email = "rachael.shudde@gmail.com"),
           person(given = "Shahina",
           family = "Rahman",
           role = c("aut"),
           email = "srahman@stat.tamu.edu"),
          person(given = "Valen",
           family = "Johnson",
           role = c("aut"),
           email = "vejohnson@exchange.tamu.edu"))
Description: Clustering algorithm for high dimensional data. This algorithm is ideal for data where n << p.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Imports: Rcpp (>= 1.0.2), matrixStats, infotheo, rlang, stats,
        graphics, profvis, mclust, foreach
LinkingTo: Rcpp, RcppArmadillo
Suggests: testthat (>= 2.1.0), knitr, rmarkdown
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Depends: R (>= 2.10)
NeedsCompilation: yes
Packaged: 2021-03-10 21:38:46 UTC; rachaelshudde
Author: Rachael Shudde [aut, cre],
  Shahina Rahman [aut],
  Valen Johnson [aut]
Maintainer: Rachael Shudde <rachael.shudde@gmail.com>
Repository: CRAN
Date/Publication: 2021-03-10 22:00:02 UTC
