-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 1021 Bytes
/
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
Package: opa
Type: Package
Title: An Implementation of Ordinal Pattern Analysis
Version: 0.8.2.033
Authors@R: person("Timothy", "Beechey", email = "tim.beechey@proton.me",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8858-946X"))
Description: Quantifies hypothesis to data fit for repeated measures
and longitudinal data, as described by Thorngate (1987)
<doi:10.1016/S0166-4115(08)60083-7> and Grice et al., (2015)
<doi:10.1177/2158244015604192>. Hypothesis and data are encoded as
pairwise relative orderings which are then compared to determine the
percentage of orderings in the data that are matched by the hypothesis.
License: GPL (>= 3)
URL: https://timbeechey.github.io/opa/
BugReports: https://github.com/timbeechey/opa/issues
Encoding: UTF-8
LazyData: true
LinkingTo: Rcpp, RcppArmadillo
Imports:
Rcpp,
stats,
lattice
Suggests:
knitr,
rmarkdown,
tinytest
SystemRequirements: C++17
Depends:
R (>= 2.10)
RoxygenNote: 7.3.1
VignetteBuilder: knitr