Type: Package
Package: QuadratiK
Title: Collection of Methods Constructed using Kernel-Based Quadratic
        Distances
Version: 1.1.2
Authors@R: c(
    person("Giovanni", "Saraceno", ,"gsaracen@buffalo.edu", role = c("aut", "cre"),
           comment = "ORCID 000-0002-1753-2367"),
    person("Marianthi", "Markatou", role = "aut"),
    person("Raktim", "Mukhopadhyay", role = "aut"),
    person("Mojgan", "Golzy", role = c("aut"))
  )
Maintainer: Giovanni Saraceno <gsaracen@buffalo.edu>
Description: It includes test for multivariate normality, test for uniformity on the d-dimensional 
    Sphere, non-parametric two- and k-sample tests, random generation of points from the Poisson 
    kernel-based density and clustering algorithm for spherical data. For more information see
    Saraceno G., Markatou M., Mukhopadhyay R. and Golzy M. (2024)
    <doi:10.48550/arXiv.2402.02290>
    Markatou, M. and Saraceno, G. (2024) <doi:10.48550/arXiv.2407.16374>, 
    Ding, Y., Markatou, M. and Saraceno, G. (2023) <doi:10.5705/ss.202022.0347>, 
    and Golzy, M. and Markatou, M. (2020) <doi:10.1080/10618600.2020.1740713>.
License: GPL (>= 3)
URL: https://CRAN.R-project.org/package=QuadratiK,
        https://github.com/giovsaraceno/QuadratiK-package,
        https://giovsaraceno.github.io/QuadratiK-package/
BugReports: https://github.com/giovsaraceno/QuadratiK-package/issues
Depends: R (>= 3.5.0)
Imports: parallel, doParallel, foreach, ggplot2, ggpubr, methods,
        moments, mvtnorm, Rcpp, RcppEigen, rlecuyer, sn, stats, rrcov,
        scatterplot3d
Suggests: knitr, rmarkdown, roxygen2, testthat (>= 3.0.0), rgl,
        sphunif, circular, cluster, clusterRepro, mclust, Tinflex,
        movMF
LinkingTo: Rcpp, RcppEigen
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Language: en-US
NeedsCompilation: yes
Packaged: 2024-10-29 10:17:49 UTC; sarac
Author: Giovanni Saraceno [aut, cre] (ORCID 000-0002-1753-2367),
  Marianthi Markatou [aut],
  Raktim Mukhopadhyay [aut],
  Mojgan Golzy [aut]
Repository: CRAN
Date/Publication: 2024-10-29 11:00:02 UTC
