Skip to content

Commit

Permalink
v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
qddyy committed Nov 13, 2024
1 parent 0f008cf commit 20c4fb7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: LearnNonparam
Title: 'R6'-Based Flexible Framework for Permutation Tests
Version: 1.2.4
Version: 1.2.5
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.
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# LearnNonparam 1.2.5

- Added support for `scoring` as an active binding in `define_pmt`
- Corrected x-axis range in `plot()` when `style = "graphics"`
- Improved the performance of `PairedDifference`

# LearnNonparam 1.2.4

- R side
Expand Down
1 change: 0 additions & 1 deletion R/PermuTest.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ PermuTest <- R6Class(

.n_permu = NULL,

.data_name = NULL,
.raw_data = NULL,
.data = NULL,

Expand Down
12 changes: 0 additions & 12 deletions cran-comments.md

This file was deleted.

0 comments on commit 20c4fb7

Please sign in to comment.