From 8e5fc8c666e1dc7c0f34f19cf04a370eb7fc720b Mon Sep 17 00:00:00 2001 From: Roberto Villegas-Diaz Date: Tue, 6 Oct 2020 15:02:59 +0100 Subject: [PATCH] New build --- man/comb_pb.Rd | 3 +-- man/rand.t.test.w.Rd | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/man/comb_pb.Rd b/man/comb_pb.Rd index 78a65b3..6f38229 100644 --- a/man/comb_pb.Rd +++ b/man/comb_pb.Rd @@ -2,8 +2,7 @@ % Please edit documentation in R/utils.R \name{comb_pb} \alias{comb_pb} -\title{Combine results with progress bar, to be used in combination with -\code{foreach::foreach}} +\title{Combine results with progress bar} \usage{ comb_pb(iterator, FUN = rbind, ...) } diff --git a/man/rand.t.test.w.Rd b/man/rand.t.test.w.Rd index 226881b..4769d75 100644 --- a/man/rand.t.test.w.Rd +++ b/man/rand.t.test.w.Rd @@ -59,10 +59,12 @@ cv_f_Tmin <- fxTWAPLS::cv.w(taxa, usefx = TRUE, fx = fx_Tmin, cpus = 2, # Remove the following line - test_mode = test_mode) + test_mode = test_mode) +\donttest{ ## Random t-test rand_Tmin <- fxTWAPLS::rand.t.test.w(cv_Tmin, n.perm = 999) rand_f_Tmin <- fxTWAPLS::rand.t.test.w(cv_f_Tmin, n.perm = 999) +} } \seealso{