-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·32 lines (32 loc) · 1.12 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
Package: rotasym
Type: Package
Title: Tests for Rotational Symmetry on the Hypersphere
Version: 1.1.5
Date: 2023-08-19
Authors@R: c(
person(given = "Eduardo", family = "García-Portugués",
role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0002-9224-4111")),
person(given = "Davy", family = "Paindaveine", role = "aut"),
person(given = "Thomas", family = "Verdebout", role = "aut")
)
Description: Implementation of the tests for rotational symmetry on the
hypersphere proposed in García-Portugués, Paindaveine and Verdebout (2020)
<doi:10.1080/01621459.2019.1665527>. The package also implements the
proposed distributions on the hypersphere, based on the tangent-normal
decomposition, and allows for the replication of the data application
considered in the paper.
License: GPL-3
LazyData: true
Depends:
R (>= 3.4.0),
Rcpp
Suggests:
rgl,
viridisLite
LinkingTo: Rcpp, RcppArmadillo
URL: https://github.com/egarpor/rotasym
BugReports: https://github.com/egarpor/rotasym
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(old_usage = TRUE)