-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
68 lines (68 loc) · 2.02 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Type: Package
Package: QuadratiK
Title: Collection of Methods Constructed using Kernel-Based Quadratic Distances
Version: 1.1.3
Authors@R: c(
person("Giovanni", "Saraceno", ,"[email protected]", 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")),
person("Hingee", "Kassel", role = "rev")
)
Maintainer: Giovanni Saraceno <[email protected]>
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
Roxygen: list (markdown = TRUE, roclets = c ("namespace", "rd", "srr::srr_stats_roclet"))
RoxygenNote: 7.3.1
Language: en-US