==2719596== Memcheck, a memory error detector ==2719596== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al. ==2719596== Using Valgrind-3.24.0 and LibVEX; rerun with -h for copyright info ==2719596== Command: /data/blackswan/ripley/R/R-devel-vg/bin/exec/R --vanilla ==2719596== R Under development (unstable) (2025-12-06 r89117) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > pkgname <- "ICRanks" > source(file.path(R.home("share"), "R", "examples-header.R")) > options(warn = 1) > library('ICRanks') > > base::assign(".oldSearch", base::search(), pos = 'CheckExEnv') > base::assign(".old_wd", base::getwd(), pos = 'CheckExEnv') > cleanEx() > nameEx("ic.ranks") > ### * ic.ranks > > flush(stderr()); flush(stdout()) > > ### Name: ic.ranks > ### Title: Confidence intervals for ranks > ### Aliases: ic.ranks > > ### ** Examples > > n = 5; TrueCenters = 1:n > alpha = 0.05; sigma = rep(0.5,n) > y = as.numeric(sapply(1:n, function(ll) rnorm(1,TrueCenters[ll],sd=sigma[ll]))) > ind = sort.int(y, index.return = TRUE)$ix > y = y[ind] > sigma = sigma[ind] # The sigmas need to follow the order of the y's > res = ic.ranks(y, sigma, Method = "ExactLR",alpha = 0.05, control = list(trace = TRUE)) Processed levels:1.2.3. Number of compared centers is 5 > LowerExact = res$Lower; UpperExact = res$Upper > res = ic.ranks(y, sigma, Method = "BoundLR", BoundChoice = "Lower", + control = list(adjustL = FALSE, adjustU = FALSE)) Calculate lower bounds for simultaneous confidence intervals for ranks using the partitioning principle and the LRT. Caclulate simultaneous confidence intervals using the correctly ordered hypotheses. Forward permutations (4 permutations) 1.==2719596== Conditional jump or move depends on uninitialised value(s) ==2719596== at 0x1E2F46FD: ApproximatePartitionWrongOrderFast(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<13, Rcpp::PreserveStorage> const&, int*&, int*&, double**&, double***&, double***&, double**&, double**&, double const&, double const&, int const&, double const&, double const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1943) ==2719596== by 0x1E2F622A: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2106) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== Uninitialised value was created by a heap allocation ==2719596== at 0x484577A: operator new[](unsigned long) (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:729) ==2719596== by 0x1E2F5831: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2054) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== ==2719596== Conditional jump or move depends on uninitialised value(s) ==2719596== at 0x1E2F4936: ApproximatePartitionWrongOrderFast(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<13, Rcpp::PreserveStorage> const&, int*&, int*&, double**&, double***&, double***&, double**&, double**&, double const&, double const&, int const&, double const&, double const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1983) ==2719596== by 0x1E2F622A: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2106) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== Uninitialised value was created by a heap allocation ==2719596== at 0x484577A: operator new[](unsigned long) (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:729) ==2719596== by 0x1E2F5831: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2054) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== ==2719596== Conditional jump or move depends on uninitialised value(s) ==2719596== at 0x1E2F3EA7: IndividContribs(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, double**&, int const&, int const&, double const&, double const&, double**&, double***&, double const&, double const&, int const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1834) ==2719596== by 0x1E2F4A8D: ApproximatePartitionWrongOrderFast(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<13, Rcpp::PreserveStorage> const&, int*&, int*&, double**&, double***&, double***&, double**&, double**&, double const&, double const&, int const&, double const&, double const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1999) ==2719596== by 0x1E2F622A: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2106) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== Uninitialised value was created by a heap allocation ==2719596== at 0x484577A: operator new[](unsigned long) (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:729) ==2719596== by 0x1E2F5863: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2055) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== ==2719596== Conditional jump or move depends on uninitialised value(s) ==2719596== at 0x1E2F3EA7: IndividContribs(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, double**&, int const&, int const&, double const&, double const&, double**&, double***&, double const&, double const&, int const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1834) ==2719596== by 0x1E2F4328: ApproximatePartitionWrongOrderFast(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<13, Rcpp::PreserveStorage> const&, int*&, int*&, double**&, double***&, double***&, double**&, double**&, double const&, double const&, int const&, double const&, double const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1893) ==2719596== by 0x1E2F622A: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2106) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== Uninitialised value was created by a heap allocation ==2719596== at 0x484577A: operator new[](unsigned long) (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:729) ==2719596== by 0x1E2F5831: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2054) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== ==2719596== Conditional jump or move depends on uninitialised value(s) ==2719596== at 0x1E2F3EA7: IndividContribs(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, double**&, int const&, int const&, double const&, double const&, double**&, double***&, double const&, double const&, int const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1834) ==2719596== by 0x1E2F47A0: ApproximatePartitionWrongOrderFast(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<13, Rcpp::PreserveStorage> const&, int*&, int*&, double**&, double***&, double***&, double**&, double**&, double const&, double const&, int const&, double const&, double const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1957) ==2719596== by 0x1E2F622A: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2106) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== Uninitialised value was created by a heap allocation ==2719596== at 0x484577A: operator new[](unsigned long) (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:729) ==2719596== by 0x1E2F5863: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2055) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== 2.3.4. Applying backward permutations. 1.==2719596== Conditional jump or move depends on uninitialised value(s) ==2719596== at 0x1E2F3EA7: IndividContribs(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, double**&, int const&, int const&, double const&, double const&, double**&, double***&, double const&, double const&, int const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1834) ==2719596== by 0x1E2F4328: ApproximatePartitionWrongOrderFast(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<13, Rcpp::PreserveStorage> const&, int*&, int*&, double**&, double***&, double***&, double**&, double**&, double const&, double const&, int const&, double const&, double const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1893) ==2719596== by 0x1E2F6EDA: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2150) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== Uninitialised value was created by a heap allocation ==2719596== at 0x484577A: operator new[](unsigned long) (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:729) ==2719596== by 0x1E2F5831: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2054) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== ==2719596== Conditional jump or move depends on uninitialised value(s) ==2719596== at 0x1E2F46FD: ApproximatePartitionWrongOrderFast(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<13, Rcpp::PreserveStorage> const&, int*&, int*&, double**&, double***&, double***&, double**&, double**&, double const&, double const&, int const&, double const&, double const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1943) ==2719596== by 0x1E2F6EDA: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2150) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== Uninitialised value was created by a heap allocation ==2719596== at 0x484577A: operator new[](unsigned long) (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:729) ==2719596== by 0x1E2F5831: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2054) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== ==2719596== Conditional jump or move depends on uninitialised value(s) ==2719596== at 0x1E2F4936: ApproximatePartitionWrongOrderFast(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<13, Rcpp::PreserveStorage> const&, int*&, int*&, double**&, double***&, double***&, double**&, double**&, double const&, double const&, int const&, double const&, double const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1983) ==2719596== by 0x1E2F6EDA: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2150) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== Uninitialised value was created by a heap allocation ==2719596== at 0x484577A: operator new[](unsigned long) (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:729) ==2719596== by 0x1E2F5831: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2054) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== ==2719596== Conditional jump or move depends on uninitialised value(s) ==2719596== at 0x1E2F3EA7: IndividContribs(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, double**&, int const&, int const&, double const&, double const&, double**&, double***&, double const&, double const&, int const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1834) ==2719596== by 0x1E2F4A8D: ApproximatePartitionWrongOrderFast(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<13, Rcpp::PreserveStorage> const&, int*&, int*&, double**&, double***&, double***&, double**&, double**&, double const&, double const&, int const&, double const&, double const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1999) ==2719596== by 0x1E2F6EDA: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2150) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== Uninitialised value was created by a heap allocation ==2719596== at 0x484577A: operator new[](unsigned long) (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:729) ==2719596== by 0x1E2F5863: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2055) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== ==2719596== Conditional jump or move depends on uninitialised value(s) ==2719596== at 0x1E2F3EA7: IndividContribs(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, double**&, int const&, int const&, double const&, double const&, double**&, double***&, double const&, double const&, int const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1834) ==2719596== by 0x1E2F47A0: ApproximatePartitionWrongOrderFast(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<13, Rcpp::PreserveStorage> const&, int*&, int*&, double**&, double***&, double***&, double**&, double**&, double const&, double const&, int const&, double const&, double const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1957) ==2719596== by 0x1E2F6EDA: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2150) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== Uninitialised value was created by a heap allocation ==2719596== at 0x484577A: operator new[](unsigned long) (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:729) ==2719596== by 0x1E2F5863: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2055) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== ==2719596== Conditional jump or move depends on uninitialised value(s) ==2719596== at 0x1E2F3EA7: IndividContribs(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, double**&, int const&, int const&, double const&, double const&, double**&, double***&, double const&, double const&, int const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1834) ==2719596== by 0x1E2F4A0E: ApproximatePartitionWrongOrderFast(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<13, Rcpp::PreserveStorage> const&, int*&, int*&, double**&, double***&, double***&, double**&, double**&, double const&, double const&, int const&, double const&, double const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1997) ==2719596== by 0x1E2F6EDA: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2150) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== Uninitialised value was created by a heap allocation ==2719596== at 0x484577A: operator new[](unsigned long) (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:729) ==2719596== by 0x1E2F5863: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2055) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== 2.3.4. Apply 5 swap permutations 1.==2719596== Conditional jump or move depends on uninitialised value(s) ==2719596== at 0x1E2F46FD: ApproximatePartitionWrongOrderFast(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<13, Rcpp::PreserveStorage> const&, int*&, int*&, double**&, double***&, double***&, double**&, double**&, double const&, double const&, int const&, double const&, double const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1943) ==2719596== by 0x1E2F75A2: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2183) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== Uninitialised value was created by a heap allocation ==2719596== at 0x484577A: operator new[](unsigned long) (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:729) ==2719596== by 0x1E2F5831: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2054) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== ==2719596== Conditional jump or move depends on uninitialised value(s) ==2719596== at 0x1E2F4936: ApproximatePartitionWrongOrderFast(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<13, Rcpp::PreserveStorage> const&, int*&, int*&, double**&, double***&, double***&, double**&, double**&, double const&, double const&, int const&, double const&, double const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1983) ==2719596== by 0x1E2F75A2: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2183) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== Uninitialised value was created by a heap allocation ==2719596== at 0x484577A: operator new[](unsigned long) (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:729) ==2719596== by 0x1E2F5831: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2054) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== 2.==2719596== Conditional jump or move depends on uninitialised value(s) ==2719596== at 0x1E2F3EA7: IndividContribs(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, double**&, int const&, int const&, double const&, double const&, double**&, double***&, double const&, double const&, int const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1834) ==2719596== by 0x1E2F4328: ApproximatePartitionWrongOrderFast(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<13, Rcpp::PreserveStorage> const&, int*&, int*&, double**&, double***&, double***&, double**&, double**&, double const&, double const&, int const&, double const&, double const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1893) ==2719596== by 0x1E2F75A2: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2183) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== Uninitialised value was created by a heap allocation ==2719596== at 0x484577A: operator new[](unsigned long) (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:729) ==2719596== by 0x1E2F5831: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2054) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== 3.==2719596== Conditional jump or move depends on uninitialised value(s) ==2719596== at 0x1E2F3EA7: IndividContribs(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, double**&, int const&, int const&, double const&, double const&, double**&, double***&, double const&, double const&, int const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1834) ==2719596== by 0x1E2F47A0: ApproximatePartitionWrongOrderFast(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<13, Rcpp::PreserveStorage> const&, int*&, int*&, double**&, double***&, double***&, double**&, double**&, double const&, double const&, int const&, double const&, double const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1957) ==2719596== by 0x1E2F75A2: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2183) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== Uninitialised value was created by a heap allocation ==2719596== at 0x484577A: operator new[](unsigned long) (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:729) ==2719596== by 0x1E2F5863: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2055) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== ==2719596== Conditional jump or move depends on uninitialised value(s) ==2719596== at 0x1E2F3EA7: IndividContribs(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, double**&, int const&, int const&, double const&, double const&, double**&, double***&, double const&, double const&, int const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1834) ==2719596== by 0x1E2F4A0E: ApproximatePartitionWrongOrderFast(Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<14, Rcpp::PreserveStorage> const&, Rcpp::Vector<13, Rcpp::PreserveStorage> const&, int*&, int*&, double**&, double***&, double***&, double**&, double**&, double const&, double const&, int const&, double const&, double const&) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:1997) ==2719596== by 0x1E2F75A2: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2183) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== Uninitialised value was created by a heap allocation ==2719596== at 0x484577A: operator new[](unsigned long) (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:729) ==2719596== by 0x1E2F5863: ApproximatePartitionPermutations(Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<14, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, Rcpp::Vector<13, Rcpp::PreserveStorage>, int, double, double, double, double, bool, bool, int) (packages/tests-vg/ICRanks/src/PartitionByBlock.cpp:2055) ==2719596== by 0x1E314E05: _ICRanks_ApproximatePartitionPermutations (packages/tests-vg/ICRanks/src/RcppExports.cpp:114) ==2719596== by 0x4A6F93: R_doDotCall (svn/R-devel/src/main/dotcode.c:801) ==2719596== by 0x4E1143: bcEval_loop (svn/R-devel/src/main/eval.c:8664) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==2719596== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==2719596== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==2719596== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==2719596== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==2719596== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==2719596== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==2719596== by 0x4F626C: do_set (svn/R-devel/src/main/eval.c:3563) ==2719596== by 0x4F1912: Rf_eval (svn/R-devel/src/main/eval.c:1232) ==2719596== 4. Apply 0 random permutations Number of compared centers is 5 > LowerL = res$Lower; UpperL = res$Upper > res = ic.ranks(y, sigma, Method = "BoundLR", BoundChoice = "Upper", + control = list(adjustL = FALSE, adjustU = FALSE, trace=FALSE)) > LowerU = res$Lower; UpperU = res$Upper > res = ic.ranks(y, sigma, Method = "Tukey") Confidence intervals for ranks calculated using Tukey's HSD procedure at simultaneous level 0.95 Number of compared centers is 5 > LowerTuk = res$Lower; UpperTuk = res$Upper > res = ic.ranks(y, sigma, Method = "SeqTukey") Confidence intervals for ranks calculated using a sequential-rejective variant of Tukey's HSD procedure at simultaneous level 0.95 Number of iterations = 3 Number of compared centers is 5 > LowerTukSeq = res$Lower; UpperTukSeq = res$Upper > res = ic.ranks(y, sigma, Method = "TukeyNoTies") Caclulating an adjusted alpha... 0.05 0.9 0.09109116 0.4955456 0.1167708 0.3061582 0.1269166 0.1269166 Applying Tukey's HSD using the new alpha... Confidence intervals for ranks calculated using a rescaled version of Tukey's HSD procedure at simultaneous level 0.95 Rescaled significance level is 0.126916558808146. Number of compared centers is 5 > LowerTukNoTies = res$Lower; UpperTukNoTies = res$Upper > resLR1 = ic.ranks(y, sigma, Method = "RescaledExactLR", alpha = alpha, + control = list(trace = TRUE, gridSize = 4, MM = 100, RandPermut=factorial(n))) Initializing variables... Calculating SCIs for the ranks of a sample. Perform the correctly ordered hypotheses... Forward permutations (4 permutations) 1.2.3.4. Applying backward permutations. 1.2.3.4. Applying 120 Random permutations. Number of compared centers is 5 > LowerExact [1] 1 1 2 4 4 > LowerL [1] 1 1 2 4 4 > LowerU [1] 1 1 2 4 4 > LowerTuk [1] 1 1 1 4 4 > resLR1$Lower [1] 1 2 2 4 4 > resLR1$Upper [1] 1 3 3 5 5 > > > > ### *