-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
50 lines (50 loc) · 1.34 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
Package: ICIKendallTau
Title: Calculates information-content-informed Kendall-tau
Version: 1.2.8
Authors@R: c(
person(
given = c("Robert", "M"),
family = "Flight",
role = c("aut", "cre"),
email = "rflight79@gmail.com",
comment = c(ORCID = "0000-0001-8141-7788")),
person(
given = c("Hunter", "NB"),
family = "Moseley",
role = "aut",
comment = c(ORCID = "0000-0003-3995-5368")))
Description: Provides functions for calculating
information-content-informed Kendall-tau. This version of
Kendall-tau allows for the inclusion of missing values.
VignetteBuilder: knitr
LazyData: true
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
LinkingTo: Rcpp
Imports: Rcpp,
purrr,
utils,
stringr,
stats,
rlang,
cli
Suggests: furrr,
future,
testthat (>= 3.0.0),
microbenchmark,
rmarkdown,
knitr,
dplyr,
logger,
withr,
ggplot2,
visdat
URL:
https://moseleybioinformaticslab.github.io/ICIKendallTau/,
https://github.com/moseleybioinformaticslab/ICIKendallTau/
BugReports:
https://github.com/moseleybioinformaticslab/ICIKendallTau/issues
Config/testthat/edition: 3
Depends: R (>= 3.5)