Skip to content

Commit b06cef2

Browse files
committed
Documentation fixes to pass auto code checks.
1 parent 2dda097 commit b06cef2

9 files changed

Lines changed: 101 additions & 12 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
R_KEEP_PKG_SOURCE: yes
4646

4747
steps:
48-
- uses: actions/checkout@v2
48+
- uses: actions/checkout@v4
4949

5050
- uses: r-lib/actions/setup-pandoc@v2
5151

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ License: GPL (>= 2)
1212
Encoding: UTF-8
1313
LinkingTo: cpp11
1414
Roxygen: list(markdown = TRUE)
15-
RoxygenNote: 7.2.3
15+
RoxygenNote: 7.3.3
1616
URL: https://twosampletest.com, https://github.com/cdowd/twosamples
1717
BugReports: https://github.com/cdowd/twosamples/issues
1818
Suggests: testthat (>= 3.0.0)

R/documentation.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,6 @@ NULL
263263
#' @description (**Warning!** This function has changed substantially between v1.2.0 and v2.0.0) This function takes a two-sample test statistic and produces a function which performs randomization tests (sampling with replacement) using that test stat. This is an internal function of the `twosamples` package.
264264
#' @param test_stat_function a function of the joint vector and a label vector producing a positive number, intended as the test-statistic to be used.
265265
#' @param default.p This allows for some introduction of defaults and parameters. Typically used to control the power functions raise something to.
266-
#' @param weights.a Weights for observations in sample a. Not currently implemented -- reserved for future use.
267-
#' @param weights.b Weights for observations in sample b. Not currently implemented -- reserved for future use.
268-
#' @param paired Logical. If TRUE, performs a paired test where samples are assumed to be in corresponding order. Samples must have equal length.
269266
#' @return This function returns a function which will perform permutation tests on given test stat.
270267
#' @details test_stat_function must be structured to take two vectors -- the first a combined sample vector and the second a logical vector indicating which sample each value came from, as well as a third and fourth value. i.e. (fun = function(jointvec,labelvec,val1,val2) ...). See examples.
271268
#'

man/ad_test.Rd

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/cvm_test.Rd

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ks_test.Rd

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/kuiper_test.Rd

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/two_sample.Rd

Lines changed: 21 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/wass_test.Rd

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)