-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 1.01 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
Package: LearnNonparam
Title: 'R6'-Based Flexible Framework for Permutation Tests
Version: 1.2.6
Authors@R:
person(given = "Yan", family = "Du", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0009-0009-1169-921X"))
Description: Implements non-parametric tests from Higgins (2004, ISBN:0534387756), including tests for one sample, two samples, k samples, paired comparisons, blocked designs, trends and association. Built with 'Rcpp' for efficiency and 'R6' for flexible, object-oriented design, the package provides a unified framework for performing or creating custom permutation tests.
BugReports: https://github.com/qddyy/LearnNonparam/issues
URL: https://github.com/qddyy/LearnNonparam, https://qddyy.github.io/LearnNonparam/
License: GPL (>= 2)
Depends:
R (>= 3.5.0)
LinkingTo:
Rcpp (>= 1.0.10)
Imports:
R6 (>= 2.5.0),
Rcpp (>= 1.0.10),
stats,
graphics,
compiler
Suggests:
ggplot2
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2