==26521== Memcheck, a memory error detector ==26521== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==26521== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==26521== Command: /data/blackswan/ripley/R/R-devel-vg/bin/exec/R --vanilla ==26521== R Under development (unstable) (2018-05-04 r74695) -- "Unsuffered Consequences" Copyright (C) 2018 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) 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 <- "wle" > source(file.path(R.home("share"), "R", "examples-header.R")) > options(warn = 1) > library('wle') Loading required package: circular Attaching package: ‘circular’ The following objects are masked from ‘package:stats’: sd, var > > base::assign(".oldSearch", base::search(), pos = 'CheckExEnv') > base::assign(".old_wd", base::getwd(), pos = 'CheckExEnv') > cleanEx() > nameEx("anova.wle.glm.root") > ### * anova.wle.glm.root > > flush(stderr()); flush(stdout()) > > ### Name: anova.wle.glm.root > ### Title: Robust Analysis of Deviance for Generalized Linear Model Fits > ### Aliases: anova.wle.glm.root anova.wleglmlist > ### Keywords: robust models regression > > ### ** Examples > > ## --- Continuing the Example from '?wle.glm': > ## Don't show: > require(utils) > example("wle.glm", echo = FALSE) ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x403FC03: ??? ==26521== by 0x115C4F27: ??? ==26521== by 0x115C4F27: ??? ==26521== by 0x115C4F69: ??? ==26521== by 0x1FFEFED81F: ??? ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x403FC03: ??? ==26521== by 0x1B23B237: ??? ==26521== by 0x1B23B237: ??? ==26521== by 0x1B23B280: ??? ==26521== by 0x1FFEFEE53F: ??? ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x403FC03: ??? ==26521== by 0x1B234C67: ??? ==26521== by 0x1B234C67: ??? ==26521== by 0x1B234CA1: ??? ==26521== by 0x1FFEFEE53F: ??? ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x403FC03: ??? ==26521== by 0x1B25B247: ??? ==26521== by 0x1B25B247: ??? ==26521== by 0x1B25B26A: ??? ==26521== by 0x1FFEFEE53F: ??? ==26521== treatment outcome counts 1 1 1 18 2 1 2 17 3 1 3 15 4 2 1 20 5 2 2 10 6 2 3 20 7 3 1 25 8 3 2 13 9 3 3 12 Warning in predict.lm(object, newdata, se.fit, scale = 1, type = ifelse(type == : calling predict.lm() ... Warning in if (class(object) != "wle.glm.root") stop("Use 'extractRoot(object)' to extract a single root from a wle.glm object") : the condition has length > 1 and only the first element will be used > ## End(Don't show) > anova(extractRoot(wle.glm.D93)) Warning in if (class(object) != "wle.glm.root") stop("Use 'extractRoot(object)' to extract a single root from a wle.glm object") : the condition has length > 1 and only the first element will be used Robust Analysis of Deviance Table Model: poisson, link: log Response: counts Terms added sequentially (first to last) Df Deviance Resid. Df Resid. Dev NULL 5.0678 6.9932 outcome 1.1328 3.3246 3.9350 3.6686 treatment 2.8672 0.4166 1.0678 3.2520 > anova(extractRoot(wle.glm.D93), test = "Cp") Warning in if (class(object) != "wle.glm.root") stop("Use 'extractRoot(object)' to extract a single root from a wle.glm object") : the condition has length > 1 and only the first element will be used Robust Analysis of Deviance Table Model: poisson, link: log Response: counts Terms added sequentially (first to last) Df Deviance Resid. Df Resid. Dev Cp NULL 5.0678 6.9932 12.791 outcome 1.1328 3.3246 3.9350 3.6686 11.732 treatment 2.8672 0.4166 1.0678 3.2520 17.050 > anova(extractRoot(wle.glm.D93), test = "Chisq") Warning in if (class(object) != "wle.glm.root") stop("Use 'extractRoot(object)' to extract a single root from a wle.glm object") : the condition has length > 1 and only the first element will be used Robust Analysis of Deviance Table Model: poisson, link: log Response: counts Terms added sequentially (first to last) Df Deviance Resid. Df Resid. Dev Pr(>Chi) NULL 5.0678 6.9932 outcome 1.1328 3.3246 3.9350 3.6686 0.0816 . treatment 2.8672 0.4166 1.0678 3.2520 0.9264 --- Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 > > > > cleanEx() > nameEx("binary") > ### * binary > > flush(stderr()); flush(stdout()) > > ### Name: binary > ### Title: Convert decimal base number to binary base > ### Aliases: binary > ### Keywords: arith > > ### ** Examples > > binary(2) $binary [1] 0 1 $dicotomy [1] FALSE TRUE > binary(10,dim=5) $binary [1] 0 1 0 1 0 $dicotomy [1] FALSE TRUE FALSE TRUE FALSE > > > > cleanEx() > nameEx("extractRoot") > ### * extractRoot > > flush(stderr()); flush(stdout()) > > ### Name: extractRoot > ### Title: Extract a Root from a result of a wle function > ### Aliases: extractRoot extractRoot.wle.glm > ### Keywords: utilities > > ### ** Examples > > ## --- Continuing the Example from '?wle.glm': > ## Don't show: > utils::example("wle.glm", echo = FALSE) treatment outcome counts 1 1 1 18 2 1 2 17 3 1 3 15 4 2 1 20 5 2 2 10 6 2 3 20 7 3 1 25 8 3 2 13 9 3 3 12 Warning in predict.lm(object, newdata, se.fit, scale = 1, type = ifelse(type == : calling predict.lm() ... Warning in if (class(object) != "wle.glm.root") stop("Use 'extractRoot(object)' to extract a single root from a wle.glm object") : the condition has length > 1 and only the first element will be used > ## End(Don't show) > anova(extractRoot(wle.glm.D93)) Warning in if (class(object) != "wle.glm.root") stop("Use 'extractRoot(object)' to extract a single root from a wle.glm object") : the condition has length > 1 and only the first element will be used Robust Analysis of Deviance Table Model: poisson, link: log Response: counts Terms added sequentially (first to last) Df Deviance Resid. Df Resid. Dev NULL 5.0678 6.9932 outcome 1.1328 3.3246 3.9350 3.6686 treatment 2.8672 0.4166 1.0678 3.2520 > > > > cleanEx() > nameEx("mde.vonmises") > ### * mde.vonmises > > flush(stderr()); flush(stdout()) > > ### Name: mde.vonmises > ### Title: von Mises Minimum Distance Estimates > ### Aliases: mde.vonmises print.mde.vonmises > ### Keywords: robust > > ### ** Examples > > > set.seed(1234) > x <- c(rvonmises(n=200, mu=circular(0), kappa=10), rvonmises(n=20, mu=circular(pi/2), kappa=20)) > res <- mde.vonmises(x, bw=500, mu=circular(0), kappa=10) > res Call: mde.vonmises(x = x, bw = 500, mu = circular(0), kappa = 10) mu: [1] 0.01962 kappa: [1] 7.079 > plot(circular(0), type='n', xlim=c(-1, 1.75), shrink=1.2) > lines(circular(res$x), res$y) > lines(circular(res$x), res$k, col=2) > legend(1,1.5, legend=c('estimated density', 'MDE'), lty=c(1, 1), col=c(1, 2)) > > > > > cleanEx() > nameEx("mde.wrappednormal") > ### * mde.wrappednormal > > flush(stderr()); flush(stdout()) > > ### Name: mde.wrappednormal > ### Title: Wrapped Normal Minimum Distance Estimates > ### Aliases: mde.wrappednormal print.mde.wrappednormal > ### Keywords: robust > > ### ** Examples > > > set.seed(1234) > x <- c(rwrappednormal(n=200, mu=circular(0), sd=0.6), + rwrappednormal(n=20, mu=circular(pi/2), sd=0.1)) > res <- mde.wrappednormal(x, bw=0.08, mu=circular(0), sd=0.6) > res Call: mde.wrappednormal(x = x, bw = 0.08, mu = circular(0), sd = 0.6) mu: [1] 0.06801 rho: [1] 0.7852 sd: [1] 0.6955 > plot(circular(0), type='n', xlim=c(-1, 1.75), shrink=1.2) > lines(circular(res$x), res$y) > lines(circular(res$x), res$k, col=2) > legend(1,1.5, legend=c('estimated density', 'MDE'), lty=c(1, 1), col=c(1, 2)) > > > > > cleanEx() > nameEx("mle.aic") > ### * mle.aic > > flush(stderr()); flush(stdout()) > > ### Name: mle.aic > ### Title: Akaike Information Criterion > ### Aliases: mle.aic > ### Keywords: regression > > ### ** Examples > > library(wle) > > data(hald) > > cor(hald) [,1] [,2] [,3] [,4] [,5] [1,] 1.0000000 0.7307175 0.8162526 -0.5346707 -0.8213050 [2,] 0.7307175 1.0000000 0.2285795 -0.8241338 -0.2454451 [3,] 0.8162526 0.2285795 1.0000000 -0.1392424 -0.9729550 [4,] -0.5346707 -0.8241338 -0.1392424 1.0000000 0.0295370 [5,] -0.8213050 -0.2454451 -0.9729550 0.0295370 1.0000000 > > result <- mle.aic(y.hald~x.hald) > > summary(result,num.max=10) Call: mle.aic(formula = y.hald ~ x.hald) Akaike Information Criterion (AIC): (Intercept) x.hald1 x.hald2 x.hald3 x.hald4 aic [1,] 1 1 1 0 0 62.83 [2,] 1 1 1 0 1 63.17 [3,] 1 1 1 1 0 63.19 [4,] 1 1 0 1 1 63.65 [5,] 0 1 1 1 1 63.94 [6,] 1 1 1 1 1 65.15 [7,] 1 1 0 0 1 65.64 [8,] 1 0 1 1 1 67.49 [9,] 1 0 0 1 1 82.52 [10,] 0 1 1 0 1 84.03 Printed the first 10 best models > > > > cleanEx() > nameEx("mle.cp") > ### * mle.cp > > flush(stderr()); flush(stdout()) > > ### Name: mle.cp > ### Title: Mallows Cp > ### Aliases: mle.cp > ### Keywords: regression > > ### ** Examples > > library(wle) > > data(hald) > > cor(hald) [,1] [,2] [,3] [,4] [,5] [1,] 1.0000000 0.7307175 0.8162526 -0.5346707 -0.8213050 [2,] 0.7307175 1.0000000 0.2285795 -0.8241338 -0.2454451 [3,] 0.8162526 0.2285795 1.0000000 -0.1392424 -0.9729550 [4,] -0.5346707 -0.8241338 -0.1392424 1.0000000 0.0295370 [5,] -0.8213050 -0.2454451 -0.9729550 0.0295370 1.0000000 > > result <- mle.cp(y.hald~x.hald) > > summary(result) Call: mle.cp(formula = y.hald ~ x.hald) Mallows Cp: (Intercept) x.hald1 x.hald2 x.hald3 x.hald4 cp [1,] 1 1 1 0 0 2.678 [2,] 1 1 1 0 1 3.018 [3,] 1 1 1 1 0 3.041 [4,] 1 1 0 1 1 3.497 [5,] 0 1 1 1 1 3.793 [6,] 1 1 1 1 1 5.000 Printed the first 6 best models > > plot(result) > > > > cleanEx() > nameEx("mle.cv") > ### * mle.cv > > flush(stderr()); flush(stdout()) > > ### Name: mle.cv > ### Title: Cross Validation Selection Method > ### Aliases: mle.cv > ### Keywords: regression > > ### ** Examples > > library(wle) > > data(hald) > > cor(hald) [,1] [,2] [,3] [,4] [,5] [1,] 1.0000000 0.7307175 0.8162526 -0.5346707 -0.8213050 [2,] 0.7307175 1.0000000 0.2285795 -0.8241338 -0.2454451 [3,] 0.8162526 0.2285795 1.0000000 -0.1392424 -0.9729550 [4,] -0.5346707 -0.8241338 -0.1392424 1.0000000 0.0295370 [5,] -0.8213050 -0.2454451 -0.9729550 0.0295370 1.0000000 > > result <- mle.cv(y.hald~x.hald) ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3C5F1: mlecv_ (packages/tests-vg/wle/src/mlecv.f:243) ==26521== by 0x49B413: do_dotCode (svn/R-devel/src/main/dotcode.c:1772) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3C1C0: mlecv_ (packages/tests-vg/wle/src/mlecv.f:156) ==26521== by 0x49B413: do_dotCode (svn/R-devel/src/main/dotcode.c:1772) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== > > summary(result) Call: mle.cv(formula = y.hald ~ x.hald) Cross Validation selection criteria: (Intercept) x.hald1 x.hald2 x.hald3 x.hald4 cv [1,] 1 1 1 0 0 9.831 [2,] 1 1 0 0 1 12.570 [3,] 1 1 1 1 0 13.130 [4,] 1 1 1 0 1 13.140 [5,] 1 1 0 1 1 14.640 [6,] 0 1 1 1 1 15.140 [7,] 1 0 1 1 1 18.530 [8,] 1 1 1 1 1 25.630 [9,] 1 0 0 1 1 30.210 [10,] 0 1 1 0 1 33.120 [11,] 1 0 1 1 0 70.460 [12,] 1 0 1 0 0 107.400 [13,] 1 0 0 0 1 107.500 [14,] 0 0 1 0 1 128.200 [15,] 0 0 1 1 1 146.400 [16,] 1 1 0 0 0 155.000 [17,] 0 1 1 1 0 156.000 [18,] 1 0 1 0 1 168.100 [19,] 1 0 0 1 0 238.200 [20,] 1 1 0 1 0 245.100 Printed the first 20 best models > > > > cleanEx() > nameEx("mle.stepwise") > ### * mle.stepwise > > flush(stderr()); flush(stdout()) > > ### Name: mle.stepwise > ### Title: Stepwise, Backward and Forward selection methods > ### Aliases: mle.stepwise > ### Keywords: regression > > ### ** Examples > > > library(wle) > > data(hald) > > cor(hald) [,1] [,2] [,3] [,4] [,5] [1,] 1.0000000 0.7307175 0.8162526 -0.5346707 -0.8213050 [2,] 0.7307175 1.0000000 0.2285795 -0.8241338 -0.2454451 [3,] 0.8162526 0.2285795 1.0000000 -0.1392424 -0.9729550 [4,] -0.5346707 -0.8241338 -0.1392424 1.0000000 0.0295370 [5,] -0.8213050 -0.2454451 -0.9729550 0.0295370 1.0000000 > > result <- mle.stepwise(y.hald~x.hald) ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3DF69: step_ (packages/tests-vg/wle/src/mlestepwise.f:395) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x1AD3DF85: step_ (packages/tests-vg/wle/src/mlestepwise.f:396) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x1AD3DFAE: step_ (packages/tests-vg/wle/src/mlestepwise.f:397) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== > > summary(result) Call: mle.stepwise(formula = y.hald ~ x.hald) Forward selection procedure F.in: 4 Last 3 iterations: ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x42D239: R_IsNA (svn/R-devel/src/main/arithmetic.c:120) ==26521== by 0x42D239: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x42D24D: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C78C8: Rf_fprec (svn/R-devel/src/nmath/fprec.c:65) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C78E6: Rf_fprec (svn/R-devel/src/nmath/fprec.c:67) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C792C: Rf_fprec (svn/R-devel/src/nmath/fprec.c:72) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C792E: Rf_fprec (svn/R-devel/src/nmath/fprec.c:72) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C798B: Rf_fprec (svn/R-devel/src/nmath/fprec.c:80) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x544C458: log10 (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C79B1: Rf_fprec (svn/R-devel/src/nmath/fprec.c:84) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5467412: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C79B1: Rf_fprec (svn/R-devel/src/nmath/fprec.c:84) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x546745D: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C79B1: Rf_fprec (svn/R-devel/src/nmath/fprec.c:84) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08BE: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C79B1: Rf_fprec (svn/R-devel/src/nmath/fprec.c:84) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08CC: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C79B1: Rf_fprec (svn/R-devel/src/nmath/fprec.c:84) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08FB: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C79B1: Rf_fprec (svn/R-devel/src/nmath/fprec.c:84) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B093B: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C79B1: Rf_fprec (svn/R-devel/src/nmath/fprec.c:84) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B0983: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C79B1: Rf_fprec (svn/R-devel/src/nmath/fprec.c:84) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B09CE: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C79B1: Rf_fprec (svn/R-devel/src/nmath/fprec.c:84) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B09E1: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C79B1: Rf_fprec (svn/R-devel/src/nmath/fprec.c:84) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B0A34: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C79B1: Rf_fprec (svn/R-devel/src/nmath/fprec.c:84) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0A95: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C79B1: Rf_fprec (svn/R-devel/src/nmath/fprec.c:84) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0AED: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C79B1: Rf_fprec (svn/R-devel/src/nmath/fprec.c:84) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0AEF: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C79B1: Rf_fprec (svn/R-devel/src/nmath/fprec.c:84) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C79D9: Rf_fprec (svn/R-devel/src/nmath/fprec.c:85) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C7A32: Rf_fprec (svn/R-devel/src/nmath/fprec.c:86) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C7A3E: Rf_fprec (svn/R-devel/src/nmath/fprec.c:88) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C7A42: Rf_fprec (svn/R-devel/src/nmath/fprec.c:92) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x435404: R_pow_di (svn/R-devel/src/main/arithmetic.c:250) ==26521== by 0x5C7A6D: Rf_fprec (svn/R-devel/src/nmath/fprec.c:94) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x435408: R_pow_di (svn/R-devel/src/main/arithmetic.c:252) ==26521== by 0x5C7A6D: Rf_fprec (svn/R-devel/src/nmath/fprec.c:94) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x435446: R_pow_di (svn/R-devel/src/main/arithmetic.c:258) ==26521== by 0x5C7A6D: Rf_fprec (svn/R-devel/src/nmath/fprec.c:94) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x43544E: R_pow_di (svn/R-devel/src/main/arithmetic.c:259) ==26521== by 0x5C7A6D: Rf_fprec (svn/R-devel/src/nmath/fprec.c:94) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x435452: R_pow_di (svn/R-devel/src/main/arithmetic.c:261) ==26521== by 0x5C7A6D: Rf_fprec (svn/R-devel/src/nmath/fprec.c:94) ==26521== by 0x42D259: math2 (svn/R-devel/src/main/arithmetic.c:1403) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x42D29A: math2 (svn/R-devel/src/main/arithmetic.c:1420) ==26521== by 0x43AB38: do_Math2 (svn/R-devel/src/main/arithmetic.c:1644) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F71: Rf_usemethod (svn/R-devel/src/main/objects.c:470) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4E45E1: Rf_formatReal (svn/R-devel/src/main/format.c:322) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4E3F63: scientific.isra.0 (svn/R-devel/src/main/format.c:200) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4E3F65: scientific.isra.0 (svn/R-devel/src/main/format.c:200) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4E3F6F: scientific.isra.0 (svn/R-devel/src/main/format.c:206) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x544C458: log10 (in /usr/lib64/libm-2.25.so) ==26521== by 0x4E3F97: scientific.isra.0 (svn/R-devel/src/main/format.c:216) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5467412: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x4E3F97: scientific.isra.0 (svn/R-devel/src/main/format.c:216) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x546745D: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x4E3F97: scientific.isra.0 (svn/R-devel/src/main/format.c:216) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08BE: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x4E3F97: scientific.isra.0 (svn/R-devel/src/main/format.c:216) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08CC: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x4E3F97: scientific.isra.0 (svn/R-devel/src/main/format.c:216) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08FB: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x4E3F97: scientific.isra.0 (svn/R-devel/src/main/format.c:216) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B093B: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x4E3F97: scientific.isra.0 (svn/R-devel/src/main/format.c:216) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B0983: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x4E3F97: scientific.isra.0 (svn/R-devel/src/main/format.c:216) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B09CE: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x4E3F97: scientific.isra.0 (svn/R-devel/src/main/format.c:216) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B09E1: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x4E3F97: scientific.isra.0 (svn/R-devel/src/main/format.c:216) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B0A34: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x4E3F97: scientific.isra.0 (svn/R-devel/src/main/format.c:216) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0A95: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x4E3F97: scientific.isra.0 (svn/R-devel/src/main/format.c:216) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0AED: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x4E3F97: scientific.isra.0 (svn/R-devel/src/main/format.c:216) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0AEF: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54674B0: __log10_finite (in /usr/lib64/libm-2.25.so) ==26521== by 0x4E3F97: scientific.isra.0 (svn/R-devel/src/main/format.c:216) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4E3FC1: scientific.isra.0 (svn/R-devel/src/main/format.c:216) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4E3FEB: scientific.isra.0 (svn/R-devel/src/main/format.c:220) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4E3FF5: scientific.isra.0 (svn/R-devel/src/main/format.c:221) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4E42FA: scientific.isra.0 (svn/R-devel/src/main/format.c:221) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x4E430C: scientific.isra.0 (svn/R-devel/src/main/format.c:221) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4E401B: scientific.isra.0 (svn/R-devel/src/main/format.c:233) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4E40A8: scientific.isra.0 (svn/R-devel/src/main/format.c:268) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4E40DD: scientific.isra.0 (svn/R-devel/src/main/format.c:268) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4E40DF: scientific.isra.0 (svn/R-devel/src/main/format.c:268) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4E4116: scientific.isra.0 (svn/R-devel/src/main/format.c:291) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x4E414C: scientific.isra.0 (svn/R-devel/src/main/format.c:289) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x4E415C: scientific.isra.0 (svn/R-devel/src/main/format.c:291) ==26521== by 0x4E45FB: Rf_formatReal (svn/R-devel/src/main/format.c:328) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4E47DB: Rf_formatReal (svn/R-devel/src/main/format.c:357) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4E468D: Rf_formatReal (svn/R-devel/src/main/format.c:364) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4E46DA: Rf_formatReal (svn/R-devel/src/main/format.c:368) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4E47FC: Rf_formatReal (svn/R-devel/src/main/format.c:370) ==26521== by 0x53B3F4: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x53B36E: printRealMatrix (svn/R-devel/src/main/printarray.c:245) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x53B482: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== (Intercept) x.hald1 x.hald2 x.hald3 x.hald4==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7566617: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7566652: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756729F: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x75672BF: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x758C7FD: _IO_padn (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567F5D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x758C87B: _IO_padn (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567F5D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7597CB4: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x758C8AD: _IO_padn (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567F5D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4C350B3: __GI_mempcpy (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1525) ==26521== by 0x7597D03: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x758C8AD: _IO_padn (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567F5D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4C3515D: __GI_mempcpy (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1525) ==26521== by 0x7597D03: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x758C8AD: _IO_padn (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567F5D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x4C35178: __GI_mempcpy (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1525) ==26521== by 0x7597D03: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x758C8AD: _IO_padn (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567F5D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x4C3517E: __GI_mempcpy (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1525) ==26521== by 0x7597D03: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x758C8AD: _IO_padn (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567F5D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4C3518A: __GI_mempcpy (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1525) ==26521== by 0x7597D03: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x758C8AD: _IO_padn (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567F5D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x4C3518A: __GI_mempcpy (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1525) ==26521== by 0x7597D03: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x758C8AD: _IO_padn (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567F5D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7597D0B: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x758C8AD: _IO_padn (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567F5D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7567F68: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7567F8B: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x75672C8: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756731E: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7566784: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x75667E5: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x75679FE: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7597CDC: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567A3D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7597CE4: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567A3D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4C350B3: __GI_mempcpy (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1525) ==26521== by 0x7597D03: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567A3D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4C350C3: is_overlap (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:137) ==26521== by 0x4C350C3: __GI_mempcpy (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1525) ==26521== by 0x7597D03: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567A3D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== ==26521== More than 100 errors detected. Subsequent errors ==26521== will still be recorded, but in less detail than before. ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4C350C9: is_overlap (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:140) ==26521== by 0x4C350C9: __GI_mempcpy (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1525) ==26521== by 0x7597D03: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567A3D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4C350D8: __GI_mempcpy (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1525) ==26521== by 0x7597D03: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567A3D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4C35166: __GI_mempcpy (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1525) ==26521== by 0x7597D03: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567A3D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4C3512D: __GI_mempcpy (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1525) ==26521== by 0x7597D03: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567A3D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x4C3513C: __GI_mempcpy (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1525) ==26521== by 0x7597D03: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567A3D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4C35146: __GI_mempcpy (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1525) ==26521== by 0x7597D03: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567A3D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7597D0B: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567A3D: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7567A41: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7567A54: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x75969C4: _IO_file_sync@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x758AF1C: fflush (in /usr/lib64/libc-2.25.so) ==26521== by 0x540A45: Rvprintf (svn/R-devel/src/main/printutils.c:929) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x75991C5: _IO_do_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7596A67: _IO_file_sync@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x758AF1C: fflush (in /usr/lib64/libc-2.25.so) ==26521== by 0x540A45: Rvprintf (svn/R-devel/src/main/printutils.c:929) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x75974DE: _IO_file_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7599270: _IO_do_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7596A67: _IO_file_sync@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x758AF1C: fflush (in /usr/lib64/libc-2.25.so) ==26521== by 0x540A45: Rvprintf (svn/R-devel/src/main/printutils.c:929) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Syscall param write(count) contains uninitialised byte(s) ==26521== at 0x7619130: __write_nocancel (in /usr/lib64/libc-2.25.so) ==26521== by 0x75974FC: _IO_file_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7599270: _IO_do_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7596A67: _IO_file_sync@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x758AF1C: fflush (in /usr/lib64/libc-2.25.so) ==26521== by 0x540A45: Rvprintf (svn/R-devel/src/main/printutils.c:929) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x759750B: _IO_file_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7599270: _IO_do_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7596A67: _IO_file_sync@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x758AF1C: fflush (in /usr/lib64/libc-2.25.so) ==26521== by 0x540A45: Rvprintf (svn/R-devel/src/main/printutils.c:929) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x759927E: _IO_do_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7596A67: _IO_file_sync@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x758AF1C: fflush (in /usr/lib64/libc-2.25.so) ==26521== by 0x540A45: Rvprintf (svn/R-devel/src/main/printutils.c:929) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x75969F6: _IO_file_sync@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x758AF1C: fflush (in /usr/lib64/libc-2.25.so) ==26521== by 0x540A45: Rvprintf (svn/R-devel/src/main/printutils.c:929) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B522: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== [1,] 1 0 0 0 1==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x53F103: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:183) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x53F109: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:183) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x53F205: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:184) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x516B07: dispatchMethod.isra.4 (svn/R-devel/src/main/objects.c:430) ==26521== by 0x516F0D: Rf_usemethod (svn/R-devel/src/main/objects.c:480) ==26521== by 0x517298: do_usemethod (svn/R-devel/src/main/objects.c:559) ==26521== by 0x4CC241: bcEval (svn/R-devel/src/main/eval.c:6792) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x75674B7: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x758DC80: vsprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7571863: sprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F13C: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:201) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7565B0B: _itoa_word (in /usr/lib64/libc-2.25.so) ==26521== by 0x756751B: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x758DC80: vsprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7571863: sprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F13C: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:201) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7565B15: _itoa_word (in /usr/lib64/libc-2.25.so) ==26521== by 0x756751B: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x758DC80: vsprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7571863: sprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F13C: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:201) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x75675C6: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x758DC80: vsprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7571863: sprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F13C: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:201) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x75670E6: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x758DC80: vsprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7571863: sprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F13C: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:201) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756C180: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756C1A1: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x75653B0: __mpn_extract_double (in /usr/lib64/libc-2.25.so) ==26521== by 0x756C6B1: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756C72C: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756C744: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756DBB8: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7563C28: __mpn_lshift (in /usr/lib64/libc-2.25.so) ==26521== by 0x756DBBC: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7563C2B: __mpn_lshift (in /usr/lib64/libc-2.25.so) ==26521== by 0x756DBBC: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756DBE7: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756DBFF: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756C770: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756C81D: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4C31F02: memcpy@GLIBC_2.2.5 (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1021) ==26521== by 0x756C7DE: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4C3202B: is_overlap (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:137) ==26521== by 0x4C3202B: memcpy@GLIBC_2.2.5 (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1021) ==26521== by 0x756C7DE: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4C32041: memcpy@GLIBC_2.2.5 (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1021) ==26521== by 0x756C7DE: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x4C31FF3: memcpy@GLIBC_2.2.5 (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1021) ==26521== by 0x756C7DE: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756C7EA: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756C7F0: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756358A: __mpn_cmp (in /usr/lib64/libc-2.25.so) ==26521== by 0x756D2AF: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756358E: __mpn_cmp (in /usr/lib64/libc-2.25.so) ==26521== by 0x756D2AF: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7563595: __mpn_cmp (in /usr/lib64/libc-2.25.so) ==26521== by 0x756D2AF: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756D2B2: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4C31F02: memcpy@GLIBC_2.2.5 (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1021) ==26521== by 0x756C884: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x4C31FF0: memcpy@GLIBC_2.2.5 (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1021) ==26521== by 0x756C884: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x4C31FF3: memcpy@GLIBC_2.2.5 (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1021) ==26521== by 0x756C884: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4C31FFE: memcpy@GLIBC_2.2.5 (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:1021) ==26521== by 0x756C884: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756C88D: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756C8DC: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756C8EF: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756C8F3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756E7A0: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756E7C0: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756C981: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7563D38: __mpn_rshift (in /usr/lib64/libc-2.25.so) ==26521== by 0x756C994: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7563D5D: __mpn_rshift (in /usr/lib64/libc-2.25.so) ==26521== by 0x756C994: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7563CE5: __mpn_rshift (in /usr/lib64/libc-2.25.so) ==26521== by 0x756C9B8: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7563D0C: __mpn_rshift (in /usr/lib64/libc-2.25.so) ==26521== by 0x756C9B8: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7563D36: __mpn_rshift (in /usr/lib64/libc-2.25.so) ==26521== by 0x756C9B8: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7563D38: __mpn_rshift (in /usr/lib64/libc-2.25.so) ==26521== by 0x756C9B8: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7563D49: __mpn_rshift (in /usr/lib64/libc-2.25.so) ==26521== by 0x756C9B8: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7563D5D: __mpn_rshift (in /usr/lib64/libc-2.25.so) ==26521== by 0x756C9B8: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756C9CD: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756C9D3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756BC21: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CBA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7563910: __mpn_divrem (in /usr/lib64/libc-2.25.so) ==26521== by 0x756BC37: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CBA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7563913: __mpn_divrem (in /usr/lib64/libc-2.25.so) ==26521== by 0x756BC37: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CBA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7563924: __mpn_divrem (in /usr/lib64/libc-2.25.so) ==26521== by 0x756BC37: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CBA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756392E: __mpn_divrem (in /usr/lib64/libc-2.25.so) ==26521== by 0x756BC37: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CBA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7563940: __mpn_divrem (in /usr/lib64/libc-2.25.so) ==26521== by 0x756BC37: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CBA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756394F: __mpn_divrem (in /usr/lib64/libc-2.25.so) ==26521== by 0x756BC37: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CBA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7563957: __mpn_divrem (in /usr/lib64/libc-2.25.so) ==26521== by 0x756BC37: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CBA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7563983: __mpn_divrem (in /usr/lib64/libc-2.25.so) ==26521== by 0x756BC37: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CBA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756BC44: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CBA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756BC4C: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CBA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756BC63: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CBA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756BC69: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CBA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7564244: __mpn_mul_1 (in /usr/lib64/libc-2.25.so) ==26521== by 0x756BCB1: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CBA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7564268: __mpn_mul_1 (in /usr/lib64/libc-2.25.so) ==26521== by 0x756BCB1: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CBA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756BCB5: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CBA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756BCC7: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CBA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7563910: __mpn_divrem (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CC8B: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7563913: __mpn_divrem (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CC8B: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x7563924: __mpn_divrem (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CC8B: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7563940: __mpn_divrem (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CC8B: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756394F: __mpn_divrem (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CC8B: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7563983: __mpn_divrem (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CC8B: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756CC9B: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756CCA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756CCC7: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756CCCD: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7564244: __mpn_mul_1 (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CD4E: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7564268: __mpn_mul_1 (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CD4E: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756CD5A: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756BC44: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CDF4: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756BC4C: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CDF4: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756BC63: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CDF4: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756BC69: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CDF4: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756BCB5: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CDF4: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756E05B: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756CF6B: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756D064: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756D9C9: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756D9AB: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4C30B98: strlen (/builddir/build/BUILD/valgrind-3.13.0/memcheck/../shared/vg_replace_strmem.c:458) ==26521== by 0x7567D6E: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B638: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Syscall param write(buf) points to uninitialised byte(s) ==26521== at 0x7619130: __write_nocancel (in /usr/lib64/libc-2.25.so) ==26521== by 0x75974FC: _IO_file_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7599270: _IO_do_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7596A67: _IO_file_sync@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x758AF1C: fflush (in /usr/lib64/libc-2.25.so) ==26521== by 0x540A45: Rvprintf (svn/R-devel/src/main/printutils.c:929) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x53B638: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Address 0x123097f2 is 2 bytes inside a block of size 4,096 alloc'd ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x758A82B: _IO_file_doallocate (in /usr/lib64/libc-2.25.so) ==26521== by 0x759A698: _IO_doallocbuf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75997B7: _IO_file_overflow@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7597D5C: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.25.so) ==26521== by 0x75688B3: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x471BC7: stdout_vfprintf (svn/R-devel/src/main/connections.c:2553) ==26521== by 0x540A3C: Rvprintf (svn/R-devel/src/main/printutils.c:927) ==26521== by 0x540B1B: Rprintf (svn/R-devel/src/main/printutils.c:844) ==26521== by 0x5A3512: Rf_PrintGreeting (svn/R-devel/src/main/version.c:33) ==26521== by 0x5073BC: setup_Rmainloop (svn/R-devel/src/main/main.c:970) ==26521== by 0x507A78: Rf_mainloop (svn/R-devel/src/main/main.c:1088) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== 22.800 [2,] 1 1 0 0 1==26521== Use of uninitialised value of size 8 ==26521== at 0x7564244: __mpn_mul_1 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7564014: __mpn_mul (in /usr/lib64/libc-2.25.so) ==26521== by 0x756C847: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x75642CF: __mpn_mul_1 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7564014: __mpn_mul (in /usr/lib64/libc-2.25.so) ==26521== by 0x756C847: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7564342: __mpn_mul_1 (in /usr/lib64/libc-2.25.so) ==26521== by 0x7564014: __mpn_mul (in /usr/lib64/libc-2.25.so) ==26521== by 0x756C847: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7564025: __mpn_mul (in /usr/lib64/libc-2.25.so) ==26521== by 0x756C847: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== 108.200 [3,] 1 1 1 0 1==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756D0B2: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756D0C0: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7563C28: __mpn_lshift (in /usr/lib64/libc-2.25.so) ==26521== by 0x756D0C4: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7563C2B: __mpn_lshift (in /usr/lib64/libc-2.25.so) ==26521== by 0x756D0C4: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756D0DE: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756BCE9: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CBA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7564244: __mpn_mul_1 (in /usr/lib64/libc-2.25.so) ==26521== by 0x756BCF0: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CBA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7564268: __mpn_mul_1 (in /usr/lib64/libc-2.25.so) ==26521== by 0x756BCF0: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CBA3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756CD91: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7564244: __mpn_mul_1 (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CD9F: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x7564268: __mpn_mul_1 (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CD9F: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756CDDC: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x756BCE9: hack_digit (in /usr/lib64/libc-2.25.so) ==26521== by 0x756CDF4: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756CE0A: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756D5CC: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756D5D6: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756D548: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756D56A: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x756D5A3: __printf_fp_l (in /usr/lib64/libc-2.25.so) ==26521== by 0x7567423: printf_positional (in /usr/lib64/libc-2.25.so) ==26521== by 0x7569FD9: vfprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x7594D5F: vsnprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x75717AE: snprintf (in /usr/lib64/libc-2.25.so) ==26521== by 0x53F15E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:202) ==26521== by 0x53B629: printRealMatrix (svn/R-devel/src/main/printarray.c:247) ==26521== by 0x53C928: Rf_printMatrix (svn/R-devel/src/main/printarray.c:352) ==26521== by 0x53713C: Rf_PrintValueRec (svn/R-devel/src/main/print.c:813) ==26521== by 0x539497: Rf_CustomPrintValue (svn/R-devel/src/main/print.c:1053) ==26521== by 0x539497: do_printdefault (svn/R-devel/src/main/print.c:310) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD3D70A: step_ (packages/tests-vg/wle/src/mlestepwise.f:150) ==26521== by 0x49B3C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1781) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== 5.026 > > > > > cleanEx() > nameEx("plot.mle.cp") > ### * plot.mle.cp > > flush(stderr()); flush(stdout()) > > ### Name: plot.mle.cp > ### Title: Plot the Mallows Cp > ### Aliases: plot.mle.cp > ### Keywords: regression > > ### ** Examples > > library(wle) > > data(hald) > > result <- mle.cp(y.hald~x.hald) > > plot(result,num.max=7) > > > > > cleanEx() > nameEx("plot.wle.cp") > ### * plot.wle.cp > > flush(stderr()); flush(stdout()) > > ### Name: plot.wle.cp > ### Title: Plot the Weighted Mallows Cp > ### Aliases: plot.wle.cp > ### Keywords: regression robust > > ### ** Examples > > library(wle) > x.data <- c(runif(60,20,80),runif(5,73,78)) > e.data <- rnorm(65,0,0.6) > y.data <- 8*log(x.data+1)+e.data > y.data[61:65] <- y.data[61:65]-4 > z.data <- c(rep(0,60),rep(1,5)) > plot(x.data, y.data, xlab="X", ylab="Y") > xx.data <- cbind(x.data, x.data^2, x.data^3, log(x.data+1)) > result <- wle.cp(y.data~xx.data) > plot(result,num.max=15) > > > > cleanEx() > nameEx("plot.wle.lm") > ### * plot.wle.lm > > flush(stderr()); flush(stdout()) > > ### Name: plot.wle.lm > ### Title: Plots for the Linear Model > ### Aliases: plot.wle.lm > ### Keywords: regression robust > > ### ** Examples > > library(wle) > > data(artificial) > > result <- wle.lm(y~x1+x2+x3, data=artificial, boot=40, group=6, num.sol=2) ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD4D351: wleregfix_ (packages/tests-vg/wle/src/wleregfix.f:277) ==26521== by 0x49C030: do_dotCode (svn/R-devel/src/main/dotcode.c:1866) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD4CF7B: wleregfix_ (packages/tests-vg/wle/src/wleregfix.f:193) ==26521== by 0x49C030: do_dotCode (svn/R-devel/src/main/dotcode.c:1866) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== > > result Call: wle.lm(formula = y ~ x1 + x2 + x3, data = artificial, boot = 40, group = 6, num.sol = 2) Coefficients: (Intercept) x1 x2 x3 [1,] -0.19670 0.08969 0.03875 -0.05298 [2,] -0.94351 0.15653 0.18912 0.18152 Scale estimate: 0.5561 0.6688 Number of solutions 2 > > plot(result) # all plots, default behavior > > plot(result, roots=1) # only first root, one plot for window > > par(mfcol=c(2,2)) > plot(result, roots=1) # only first root, as usual > > plot(result, roots=2, which=1, which.main=0) > # only second root, only residual vs fitted values plot > > plot(result, which=1) > # main plot + residual vs fitted values plot for each root > > par(mfcol=c(3,2)) > plot(result, which=1) > # main plot + residual vs fitted values plot for each root all in the same window > > > > > > graphics::par(get("par.postscript", pos = 'CheckExEnv')) > cleanEx() > nameEx("residualsAnscombe") > ### * residualsAnscombe > > flush(stderr()); flush(stdout()) > > ### Name: residualsAnscombe > ### Title: Anscombe residuals > ### Aliases: residualsAnscombe > ### Keywords: regression > > ### ** Examples > > ## Dobson (1990) Page 93: Randomized Controlled Trial : > counts <- c(18,17,15,20,10,20,25,13,12) > outcome <- gl(3,1,9) > treatment <- gl(3,3) > print(d.AD <- data.frame(treatment, outcome, counts)) treatment outcome counts 1 1 1 18 2 1 2 17 3 1 3 15 4 2 1 20 5 2 2 10 6 2 3 20 7 3 1 25 8 3 2 13 9 3 3 12 > wle.glm.D93 <- wle.glm(counts ~ outcome + treatment, family=poisson()) Warning in predict.lm(object, newdata, se.fit, scale = 1, type = ifelse(type == : calling predict.lm() ... > res <- residualsAnscombe(counts, mu=wle.glm.D93$root1$fitted.values, family=poisson()) > qqnorm(res) > qqline(res) > > > > cleanEx() > nameEx("summary.wle.glm") > ### * summary.wle.glm > > flush(stderr()); flush(stdout()) > > ### Name: summary.wle.glm > ### Title: Summarizing Generalized Linear Model Robust Fits > ### Aliases: summary.wle.glm print.summary.wle.glm > ### Keywords: robust models regression > > ### ** Examples > > ## --- Continuing the Example from '?wle.glm': > ## Don't show: > utils::example("wle.glm", echo = FALSE) treatment outcome counts 1 1 1 18 2 1 2 17 3 1 3 15 4 2 1 20 5 2 2 10 6 2 3 20 7 3 1 25 8 3 2 13 9 3 3 12 Warning in predict.lm(object, newdata, se.fit, scale = 1, type = ifelse(type == : calling predict.lm() ... Warning in if (class(object) != "wle.glm.root") stop("Use 'extractRoot(object)' to extract a single root from a wle.glm object") : the condition has length > 1 and only the first element will be used > ## End(Don't show) > summary(wle.glm.D93) Call: wle.glm(formula = counts ~ outcome + treatment, family = poisson(), x = TRUE, y = TRUE) Deviance Residuals: 1 2 3 4 5 6 7 8 -0.65896 0.98593 -0.11526 -0.14972 -0.89000 1.15884 0.87439 -0.05856 9 -0.90266 Coefficients: Estimate Std. Error z value Pr(>|z|) (Intercept) 3.041772 0.208655 14.578 <2e-16 *** outcome2 -0.457603 0.246172 -1.859 0.063 . outcome3 -0.304108 0.238924 -1.273 0.203 treatment2 -0.012746 0.245935 -0.052 0.959 treatment3 -0.003022 0.244566 -0.012 0.990 --- Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 (Dispersion parameter for poisson family taken to be 1) The following statistics are valid only if this model is the FULL model in a model selection procedure Null deviance: 6.9932 on 5.067835 degrees of freedom Residual deviance: 3.2520 on 1.067835 degrees of freedom AIC: 41.231 Number of Fisher Scoring iterations: 4 > > > > cleanEx() > nameEx("wle.aic") > ### * wle.aic > > flush(stderr()); flush(stdout()) > > ### Name: wle.aic > ### Title: Weighted Akaike Information Criterion > ### Aliases: wle.aic > ### Keywords: regression robust > > ### ** Examples > > library(wle) > > x.data <- c(runif(60,20,80),runif(5,73,78)) > e.data <- rnorm(65,0,0.6) > y.data <- 8*log(x.data+1)+e.data > y.data[61:65] <- y.data[61:65]-4 > z.data <- c(rep(0,60),rep(1,5)) > > plot(x.data,y.data,xlab="X",ylab="Y") > > xx.data <- cbind(x.data,x.data^2,x.data^3,log(x.data+1)) > colnames(xx.data) <- c("X","X^2","X^3","log(X+1)") > > result <- wle.aic(y.data~xx.data,boot=10,group=10,num.sol=2) ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD4D351: wleregfix_ (packages/tests-vg/wle/src/wleregfix.f:277) ==26521== by 0x1AD3F329: wleaic_ (packages/tests-vg/wle/src/wleaic.f:164) ==26521== by 0x49C030: do_dotCode (svn/R-devel/src/main/dotcode.c:1866) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD4CF7B: wleregfix_ (packages/tests-vg/wle/src/wleregfix.f:193) ==26521== by 0x1AD3F329: wleaic_ (packages/tests-vg/wle/src/wleaic.f:164) ==26521== by 0x49C030: do_dotCode (svn/R-devel/src/main/dotcode.c:1866) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== > > summary(result) Call: wle.aic(formula = y.data ~ xx.data, boot = 10, group = 10, num.sol = 2) Weighted Akaike Information Criterion (WAIC): (Intercept) xx.dataX xx.dataX^2 xx.dataX^3 xx.datalog(X+1) waic [1,] 1 0 0 0 1 92.27 [2,] 0 1 0 0 1 92.66 [3,] 0 0 1 0 1 93.38 [4,] 0 0 1 1 1 93.62 [5,] 0 1 0 1 1 93.91 [6,] 0 1 1 0 1 94.06 [7,] 1 0 0 1 1 94.25 [8,] 1 0 1 0 1 94.27 [9,] 1 1 0 0 1 94.27 [10,] 0 0 0 1 1 94.31 [11,] 1 1 1 1 1 94.57 [12,] 1 1 1 0 0 94.89 [13,] 0 1 1 1 1 95.14 [14,] 1 0 1 1 1 95.39 [15,] 1 1 0 1 1 95.65 [16,] 1 1 1 0 1 95.85 [17,] 1 1 0 1 0 96.30 [18,] 1 1 1 1 0 96.61 [19,] 0 0 0 0 1 97.46 [20,] 1 0 1 1 0 107.70 Printed the first 20 best models > > result <- wle.aic(y.data~xx.data+z.data,boot=10,group=10,num.sol=2) > > summary(result) Call: wle.aic(formula = y.data ~ xx.data + z.data, boot = 10, group = 10, num.sol = 2) Weighted Akaike Information Criterion (WAIC): (Intercept) xx.dataX xx.dataX^2 xx.dataX^3 xx.datalog(X+1) z.data waic [1,] 1 0 0 0 1 1 101.0 [2,] 0 1 0 0 1 1 101.4 [3,] 0 0 1 0 1 1 102.2 [4,] 0 0 1 1 1 1 102.2 [5,] 0 1 0 1 1 1 102.5 [6,] 0 1 1 0 1 1 102.7 [7,] 1 1 1 1 1 1 102.9 [8,] 1 0 0 1 1 1 102.9 [9,] 1 0 1 0 1 1 103.0 [10,] 1 1 0 0 1 1 103.0 [11,] 0 0 0 1 1 1 103.1 [12,] 1 1 1 0 0 1 103.4 [13,] 0 1 1 1 1 1 103.6 [14,] 1 0 1 1 1 1 103.9 [15,] 1 1 0 1 1 1 104.2 [16,] 1 1 1 0 1 1 104.5 [17,] 1 1 0 1 0 1 104.7 [18,] 1 1 1 1 0 1 105.2 [19,] 0 0 0 0 1 1 106.1 [20,] 1 0 1 1 0 1 116.0 Printed the first 20 best models > > > > > cleanEx() > nameEx("wle.aic.ar") > ### * wle.aic.ar > > flush(stderr()); flush(stdout()) > > ### Name: wle.aic.ar > ### Title: Weighted Akaike Information Criterion for AR models > ### Aliases: wle.aic.ar wle.ar.wls > ### Keywords: robust ts > > ### ** Examples > > > data(rocky) > > res <- wle.aic.ar(x=rocky, order=c(6,0), group=50, group.start=30, method="WLS") > res Call: wle.aic.ar(x = rocky, order = c(6, 0), group = 50, group.start = 30, method = "WLS") Weighted Akaike Information Criterion (WAIC): ar sar include.mean waic [1,] 0 0 1 530.8 [2,] 6 0 1 537.7 [3,] 3 0 0 859.3 [4,] 5 0 0 859.9 [5,] 4 0 0 861.1 [6,] 3 0 1 861.3 [7,] 6 0 0 861.9 [8,] 5 0 1 861.9 [9,] 2 0 0 862.5 [10,] 4 0 1 863.1 [11,] 2 0 1 864.5 [12,] 1 0 0 873.3 [13,] 1 0 1 875.3 Printed the first 13 best models > plot(res$full.model$weights) > > > > cleanEx() > nameEx("wle.ar") > ### * wle.ar > > flush(stderr()); flush(stdout()) > > ### Name: wle.ar > ### Title: Fit Autoregressive Models to Time Series - Preliminary Version > ### Aliases: wle.ar wle.ar.ao wle.ar.start wle.ar.step wle.ar.matrix > ### Keywords: robust ts > > ### ** Examples > > data(lh) > wle.ar(x=lh, order=c(3,0), group=30) $coef ar1 ar2 ar3 intercept 0.5751558 -0.0774696 -0.1999301 1.6394134 $sigma2.coef ar1 ar2 ar3 intercept 0.01666993 0.02203778 0.01322118 0.07534023 $sigma2 [1] 0.1851104 $arma ar ma sar sma period diff sdiff 3 0 0 0 1 0 0 $resid Time Series: Start = 1 End = 48 Frequency = 1 1 2 3 4 5 6 0.76058655 -0.61978738 -0.43386035 -0.15402799 -0.13899683 -0.69697517 7 8 9 10 11 12 0.40038532 -0.12621409 0.01580350 -0.43928355 -0.23621173 -0.37744491 13 14 15 16 17 18 0.12987421 -0.59319062 1.03562047 0.29937958 -0.17213505 -0.10465494 19 20 21 22 23 24 0.14418817 -0.29451171 -0.22193004 -0.34517092 0.55236562 0.32697844 25 26 27 28 29 30 -0.49583868 -0.19005161 -0.01175454 0.72505348 0.14743421 0.01715685 31 32 33 34 35 36 0.31212514 -0.10336878 0.38670751 -0.01682707 -0.55852709 -0.26894848 37 38 39 40 41 42 -0.49790069 -0.61057457 0.11145407 0.86111202 0.40516076 0.52304422 43 44 45 46 47 48 0.37845431 0.14850266 -0.09490727 1.37396377 0.08756135 0.21836908 $resid.without.ao Time Series: Start = 1 End = 48 Frequency = 1 [1] 0.76058655 -0.61978738 -0.43386035 -0.15402799 -0.13899683 -0.69697517 [7] 0.40038532 -0.12621409 0.01580350 -0.43928355 -0.23621173 -0.37744491 [13] 0.12987421 -0.59319062 1.03562047 0.29937958 -0.17213505 -0.10465494 [19] 0.14418817 -0.29451171 -0.22193004 -0.34517092 0.55236562 0.32697844 [25] -0.49583868 -0.19005161 -0.01175454 0.72505348 0.14743421 0.01715685 [31] 0.31212514 -0.10336878 0.38670751 -0.01682707 -0.55852709 -0.26894848 [37] -0.49790069 -0.61057457 0.11145407 0.86111202 0.40516076 0.52304422 [43] 0.37845431 0.14850266 -0.09490727 1.37396377 0.08756135 0.21836908 $resid.with.ao Time Series: Start = 1 End = 48 Frequency = 1 [1] 0.76058655 -0.61978738 -0.43386035 -0.15402799 -0.13899683 -0.69697517 [7] 0.40038532 -0.12621409 0.01580350 -0.43928355 -0.23621173 -0.37744491 [13] 0.12987421 -0.59319062 1.03562047 0.29937958 -0.17213505 -0.10465494 [19] 0.14418817 -0.29451171 -0.22193004 -0.34517092 0.55236562 0.32697844 [25] -0.49583868 -0.19005161 -0.01175454 0.72505348 0.14743421 0.01715685 [31] 0.31212514 -0.10336878 0.38670751 -0.01682707 -0.55852709 -0.26894848 [37] -0.49790069 -0.61057457 0.11145407 0.86111202 0.40516076 0.52304422 [43] 0.37845431 0.14850266 -0.09490727 1.37396377 0.08756135 0.21836908 $x [1] 2.4 2.4 2.4 2.2 2.1 1.5 2.3 2.3 2.5 2.0 1.9 1.7 2.2 1.8 3.2 3.2 2.7 2.2 2.2 [20] 1.9 1.9 1.8 2.7 3.0 2.3 2.0 2.0 2.9 2.9 2.7 2.7 2.3 2.6 2.4 1.8 1.7 1.5 1.4 [39] 2.1 3.3 3.5 3.5 3.1 2.6 2.1 3.4 3.0 2.9 $x.ao Time Series: Start = 1 End = 48 Frequency = 1 [1] 2.4 2.4 2.4 2.2 2.1 1.5 2.3 2.3 2.5 2.0 1.9 1.7 2.2 1.8 3.2 3.2 2.7 2.2 2.2 [20] 1.9 1.9 1.8 2.7 3.0 2.3 2.0 2.0 2.9 2.9 2.7 2.7 2.3 2.6 2.4 1.8 1.7 1.5 1.4 [39] 2.1 3.3 3.5 3.5 3.1 2.6 2.1 3.4 3.0 2.9 $call wle.ar(x = lh, order = c(3, 0), group = 30) $series [1] "lh" $weights 1 2 3 4 5 6 7 8 0.8770197 0.8513519 0.9842691 0.9685027 0.9562109 0.9763831 0.9122953 0.9478821 9 10 11 12 13 14 15 16 0.9980095 0.9816904 0.9987265 0.9901147 0.9473260 0.8583453 0.6223692 0.9959197 17 18 19 20 21 22 23 24 0.9837909 0.9585066 0.9463388 0.9894397 0.9983096 0.9832951 0.9884626 0.9889649 25 26 27 28 29 30 31 32 0.9618263 0.9953713 0.9970886 0.9083010 0.9516893 0.9988068 0.9825638 0.9608234 33 34 35 36 37 38 39 40 0.9129793 0.9997837 0.9804709 0.9996453 0.9617338 0.8332844 0.9843237 0.8415046 41 42 43 44 45 46 47 48 0.9241713 0.9952796 0.9353619 0.9538851 0.9800908 0.2406931 0.9784564 0.7477230 $weights.with.ao [1] 0.8770213 0.8513496 0.9842693 0.9685031 0.9562108 0.9763833 0.9122962 [8] 0.9478813 0.9980096 0.9816906 0.9987265 0.9901146 0.9473251 0.8583434 [15] 0.6223689 0.9959195 0.9837913 0.9585056 0.9463381 0.9894399 0.9983096 [22] 0.9832950 0.9884631 0.9889649 0.9618264 0.9953713 0.9970887 0.9083032 [29] 0.9516893 0.9988068 0.9825639 0.9608227 0.9129801 0.9997837 0.9804700 [36] 0.9996453 0.9617339 0.8332836 0.9843228 0.8415040 0.9241727 0.9952800 [43] 0.9353633 0.9538839 0.9800900 0.2406931 0.9784564 0.7477231 $weights.without.ao [1] 0.8770213 0.8513496 0.9842693 0.9685031 0.9562108 0.9763833 0.9122962 [8] 0.9478813 0.9980096 0.9816906 0.9987265 0.9901146 0.9473251 0.8583434 [15] 0.6223689 0.9959195 0.9837913 0.9585056 0.9463381 0.9894399 0.9983096 [22] 0.9832950 0.9884631 0.9889649 0.9618264 0.9953713 0.9970887 0.9083032 [29] 0.9516893 0.9988068 0.9825639 0.9608227 0.9129801 0.9997837 0.9804700 [36] 0.9996453 0.9617339 0.8332836 0.9843228 0.8415040 0.9241727 0.9952800 [43] 0.9353633 0.9538839 0.9800900 0.2406931 0.9784564 0.7477231 $tot.sol [1] 1 $not.conv [1] 0 $ao.position $ao.position[[1]] NULL $w.level [1] 0.4 attr(,"class") [1] "wle.arima" > > > > cleanEx() > nameEx("wle.binomial") > ### * wle.binomial > > flush(stderr()); flush(stdout()) > > ### Name: wle.binomial > ### Title: Robust Estimation in the Binomial Model > ### Aliases: wle.binomial print.wle.binomial > ### Keywords: models robust > > ### ** Examples > > library(wle) > > set.seed(1234) > > x <- rbinom(20,p=0.2,size=10) > wle.binomial(x,size=10) Call: wle.binomial(x = x, size = 10) p: [,1] [1,] 0.1791 Number of solutions 1 > > x <- c(rbinom(20,p=0.2,size=10),rbinom(10,p=0.9,size=10)) > wle.binomial(x,size=10) Call: wle.binomial(x = x, size = 10) p: [,1] [1,] 0.2053 Number of solutions 1 > > > > > cleanEx() > nameEx("wle.cp") > ### * wle.cp > > flush(stderr()); flush(stdout()) > > ### Name: wle.cp > ### Title: Weighted Mallows Cp > ### Aliases: wle.cp > ### Keywords: regression robust > > ### ** Examples > > library(wle) > > x.data <- c(runif(60,20,80),runif(5,73,78)) > e.data <- rnorm(65,0,0.6) > y.data <- 8*log(x.data+1)+e.data > y.data[61:65] <- y.data[61:65]-4 > z.data <- c(rep(0,60),rep(1,5)) > > plot(x.data,y.data,xlab="X",ylab="Y") > > xx.data <- cbind(x.data,x.data^2,x.data^3,log(x.data+1)) > colnames(xx.data) <- c("X","X^2","X^3","log(X+1)") > > result <- wle.cp(y.data~xx.data,boot=10,group=10,num.sol=2) ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD4D351: wleregfix_ (packages/tests-vg/wle/src/wleregfix.f:277) ==26521== by 0x1AD414A0: wlecp_ (packages/tests-vg/wle/src/wlecp.f:163) ==26521== by 0x49C030: do_dotCode (svn/R-devel/src/main/dotcode.c:1866) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD4CF7B: wleregfix_ (packages/tests-vg/wle/src/wleregfix.f:193) ==26521== by 0x1AD414A0: wlecp_ (packages/tests-vg/wle/src/wlecp.f:163) ==26521== by 0x49C030: do_dotCode (svn/R-devel/src/main/dotcode.c:1866) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== > > summary(result) Call: wle.cp(formula = y.data ~ xx.data, boot = 10, group = 10, num.sol = 2) Weighted Mallows Cp: (Intercept) xx.dataX xx.dataX^2 xx.dataX^3 xx.datalog(X+1) 1 1 1 1 1 wcp 5 Printed the first 1 best models > > plot(result,num.max=15) > > result <- wle.cp(y.data~xx.data+z.data,boot=10,group=10,num.sol=2) > > summary(result) Call: wle.cp(formula = y.data ~ xx.data + z.data, boot = 10, group = 10, num.sol = 2) Weighted Mallows Cp: (Intercept) xx.dataX xx.dataX^2 xx.dataX^3 xx.datalog(X+1) 1 1 1 1 1 z.data wcp 1 6 Printed the first 1 best models > > plot(result,num.max=15) > > > > cleanEx() > nameEx("wle.cv") > ### * wle.cv > > flush(stderr()); flush(stdout()) > > ### Name: wle.cv > ### Title: Model Selection by Weighted Cross-Validation > ### Aliases: wle.cv > ### Keywords: regression robust > > ### ** Examples > > library(wle) > > set.seed(1234) > > x.data <- c(runif(60,20,80),runif(5,73,78)) > e.data <- rnorm(65,0,0.6) > y.data <- 8*log(x.data+1)+e.data > y.data[61:65] <- y.data[61:65]-4 > z.data <- c(rep(0,60),rep(1,5)) > > plot(x.data,y.data,xlab="X",ylab="Y") > > xx.data <- cbind(x.data,x.data^2,x.data^3,log(x.data+1)) > colnames(xx.data) <- c("X","X^2","X^3","log(X+1)") > > result <- wle.cv(y.data~xx.data,boot=20,num.sol=2) ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD4D351: wleregfix_ (packages/tests-vg/wle/src/wleregfix.f:277) ==26521== by 0x1AD4224A: wlecv_ (packages/tests-vg/wle/src/wlecv.f:207) ==26521== by 0x49C030: do_dotCode (svn/R-devel/src/main/dotcode.c:1866) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD4CF7B: wleregfix_ (packages/tests-vg/wle/src/wleregfix.f:193) ==26521== by 0x1AD4224A: wlecv_ (packages/tests-vg/wle/src/wlecv.f:207) ==26521== by 0x49C030: do_dotCode (svn/R-devel/src/main/dotcode.c:1866) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD42511: wlecv_ (packages/tests-vg/wle/src/wlecv.f:274) ==26521== by 0x49C030: do_dotCode (svn/R-devel/src/main/dotcode.c:1866) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a heap allocation ==26521== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==26521== by 0x1AD41DDA: wlecv_ (packages/tests-vg/wle/src/wlecv.f:135) ==26521== by 0x49C030: do_dotCode (svn/R-devel/src/main/dotcode.c:1866) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DEAFF: do_set (svn/R-devel/src/main/eval.c:2778) ==26521== by 0x4DAD1B: Rf_eval (svn/R-devel/src/main/eval.c:699) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== > > summary(result) Call: wle.cv(formula = y.data ~ xx.data, boot = 20, num.sol = 2) Weighted Cross Validation selection criteria: (Intercept) xx.dataX xx.dataX^2 xx.dataX^3 xx.datalog(X+1) wcv [1,] 0 0 0 1 1 0.3462 [2,] 0 0 1 0 1 0.3472 [3,] 0 1 0 0 1 0.3494 [4,] 1 0 0 0 1 0.3555 [5,] 0 0 0 0 1 0.3606 [6,] 0 1 1 0 1 0.3849 [7,] 1 0 0 1 1 0.3852 [8,] 0 1 0 1 1 0.3853 [9,] 1 0 1 0 1 0.3867 [10,] 0 0 1 1 1 0.3870 [11,] 1 1 0 0 1 0.3898 [12,] 1 1 1 0 0 0.4280 [13,] 1 1 1 1 0 0.4403 [14,] 0 1 1 1 1 0.4474 [15,] 1 0 1 1 1 0.4548 [16,] 1 1 0 1 0 0.4586 [17,] 1 1 0 1 1 0.4599 [18,] 1 1 1 0 1 0.4651 [19,] 1 1 0 0 0 0.5388 [20,] 1 0 1 1 0 0.6001 Printed the first 20 best models > > result <- wle.cv(y.data~xx.data+z.data,boot=20,num.sol=2, + monte.carlo=1000,split=50) > > summary(result) Call: wle.cv(formula = y.data ~ xx.data + z.data, monte.carlo = 1000, split = 50, boot = 20, num.sol = 2) Weighted Cross Validation selection criteria: (Intercept) xx.dataX xx.dataX^2 xx.dataX^3 xx.datalog(X+1) z.data wcv [1,] 0 1 0 0 1 1 0.4032 [2,] 0 0 1 0 1 1 0.4033 [3,] 0 0 0 1 1 1 0.4045 [4,] 1 0 0 0 1 1 0.4059 [5,] 0 0 0 0 1 1 0.4179 [6,] 0 1 1 0 1 1 0.4230 [7,] 0 1 0 1 1 1 0.4232 [8,] 0 0 1 1 1 1 0.4238 [9,] 1 0 0 1 1 1 0.4241 [10,] 1 0 1 0 1 1 0.4248 [11,] 1 1 0 0 1 1 0.4265 [12,] 1 1 1 0 0 1 0.4461 [13,] 1 1 1 0 1 1 0.4547 [14,] 0 1 1 1 1 1 0.4553 [15,] 1 1 0 1 1 1 0.4554 [16,] 1 0 1 1 1 1 0.4557 [17,] 1 1 1 1 0 1 0.4559 [18,] 1 1 0 1 0 1 0.4636 [19,] 1 1 1 1 1 1 0.5080 [20,] 1 0 1 1 0 1 0.5521 Printed the first 20 best models > > > > > cleanEx() > nameEx("wle.fracdiff") > ### * wle.fracdiff > > flush(stderr()); flush(stdout()) > > ### Name: wle.fracdiff > ### Title: Fit Fractional Models to Time Series - Preliminary Version > ### Aliases: wle.fracdiff > ### Keywords: robust ts > > ### ** Examples > > set.seed(1234) > resw <- wle.fracdiff(Nile, M=100, include.mean=TRUE, lower=0.01, + upper=0.96, group=20) Warning in x - x.mean : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in `-.default`(x.ao, x.mean) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. > resw$d [1] 0.3772391 > resw$sigma2 [1] 19606.81 > resw$x.mean [1] 919.9124 > ## Not run: > ##D x <- Nile > ##D x[50] <- x[50]+4*sd(x) > ##D > ##D set.seed(1234) > ##D resw <- wle.fracdiff(x, M=100, include.mean=TRUE, lower=0.01, > ##D upper=0.96, group=40) > ##D resw$d > ##D resw$sigma2 > ##D resw$x.mean > ##D resw$ao.position > ##D > ## End(Not run) > > > > cleanEx() > nameEx("wle.gamma") > ### * wle.gamma > > flush(stderr()); flush(stdout()) > > ### Name: wle.gamma > ### Title: Robust Estimation in the Gamma model > ### Aliases: wle.gamma print.wle.gamma > ### Keywords: models robust > > ### ** Examples > > library(wle) > > x <- rgamma(n=100, shape=2, scale=2) > > wle.gamma(x) ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD38931: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:287) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD38944: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:295) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD38E58: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:296) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD38E60: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:296) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD38A72: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:301) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C4E0E: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:46) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C4E28: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:50) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C4E73: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:54) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C4E75: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:54) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C6FA8: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:44) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C6FAA: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:44) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C6FE4: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:45) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C700A: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:47) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C7040: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:48) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5BDD2E: Rf_bd0 (svn/R-devel/src/nmath/bd0.c:42) ==26521== by 0x5C707D: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5BDD3C: Rf_bd0 (svn/R-devel/src/nmath/bd0.c:42) ==26521== by 0x5C707D: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5BDD3E: Rf_bd0 (svn/R-devel/src/nmath/bd0.c:42) ==26521== by 0x5C707D: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5BDD6C: Rf_bd0 (svn/R-devel/src/nmath/bd0.c:44) ==26521== by 0x5C707D: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x544C4B8: log (in /usr/lib64/libm-2.25.so) ==26521== by 0x5BDDF5: Rf_bd0 (svn/R-devel/src/nmath/bd0.c:60) ==26521== by 0x5C707D: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08BE: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5BDDF5: Rf_bd0 (svn/R-devel/src/nmath/bd0.c:60) ==26521== by 0x5C707D: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08CC: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5BDDF5: Rf_bd0 (svn/R-devel/src/nmath/bd0.c:60) ==26521== by 0x5C707D: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08FB: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5BDDF5: Rf_bd0 (svn/R-devel/src/nmath/bd0.c:60) ==26521== by 0x5C707D: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B093B: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5BDDF5: Rf_bd0 (svn/R-devel/src/nmath/bd0.c:60) ==26521== by 0x5C707D: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B0983: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5BDDF5: Rf_bd0 (svn/R-devel/src/nmath/bd0.c:60) ==26521== by 0x5C707D: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B09CE: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5BDDF5: Rf_bd0 (svn/R-devel/src/nmath/bd0.c:60) ==26521== by 0x5C707D: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B09E1: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5BDDF5: Rf_bd0 (svn/R-devel/src/nmath/bd0.c:60) ==26521== by 0x5C707D: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B0A34: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5BDDF5: Rf_bd0 (svn/R-devel/src/nmath/bd0.c:60) ==26521== by 0x5C707D: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0A95: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5BDDF5: Rf_bd0 (svn/R-devel/src/nmath/bd0.c:60) ==26521== by 0x5C707D: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0AED: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5BDDF5: Rf_bd0 (svn/R-devel/src/nmath/bd0.c:60) ==26521== by 0x5C707D: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0AEF: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5BDDF5: Rf_bd0 (svn/R-devel/src/nmath/bd0.c:60) ==26521== by 0x5C707D: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54AFE24: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C709C: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54AFECF: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C709C: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54AFEFC: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C709C: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54AFF0C: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C709C: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54AFF11: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C709C: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54AFF62: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C709C: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54AFF68: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C709C: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5477D41: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C709C: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5477D4B: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C709C: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5477D4D: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x5C709C: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5477D41: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5477D4B: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5477D4D: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5477D41: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5477D4B: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5477D4D: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54AFFA5: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54AFFBD: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0165: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0167: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0171: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5477D60: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54481B8: __kernel_standard (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54481C7: __kernel_standard (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5448EF2: __kernel_standard (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5477D60: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54481B8: __kernel_standard (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54481C7: __kernel_standard (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5448EF2: __kernel_standard (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5BDD8A: Rf_bd0 (svn/R-devel/src/nmath/bd0.c:47) ==26521== by 0x5C707D: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A6F0: dqk21_ (packages/tests-vg/wle/src/dqk21.f:159) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5BDDCC: Rf_bd0 (svn/R-devel/src/nmath/bd0.c:54) ==26521== by 0x5C707D: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A6F0: dqk21_ (packages/tests-vg/wle/src/dqk21.f:159) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5BDDCE: Rf_bd0 (svn/R-devel/src/nmath/bd0.c:54) ==26521== by 0x5C707D: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A6F0: dqk21_ (packages/tests-vg/wle/src/dqk21.f:159) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3A999: dqk21_ (packages/tests-vg/wle/src/dqk21.f:188) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3A9A7: dqk21_ (packages/tests-vg/wle/src/dqk21.f:188) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5467561: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5467567: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x546760A: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5467697: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54676E1: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5467745: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x5467770: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x546777E: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54677B2: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54677F1: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5462864: __exp1 (in /usr/lib64/libm-2.25.so) ==26521== by 0x54678DB: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x5462925: __exp1 (in /usr/lib64/libm-2.25.so) ==26521== by 0x54678DB: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x5462931: __exp1 (in /usr/lib64/libm-2.25.so) ==26521== by 0x54678DB: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x5462936: __exp1 (in /usr/lib64/libm-2.25.so) ==26521== by 0x54678DB: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x5462973: __exp1 (in /usr/lib64/libm-2.25.so) ==26521== by 0x54678DB: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54629BD: __exp1 (in /usr/lib64/libm-2.25.so) ==26521== by 0x54678DB: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54629C3: __exp1 (in /usr/lib64/libm-2.25.so) ==26521== by 0x54678DB: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5467913: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x546792E: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5467938: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x546793A: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x546794C: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x544C54B: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x544C555: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x544C557: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3AA57: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3A9CE: dqk21_ (packages/tests-vg/wle/src/dqk21.f:190) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3A9E1: dqk21_ (packages/tests-vg/wle/src/dqk21.f:191) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD38BC2: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:327) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD38BD9: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:327) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD38D26: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:348) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD38D6B: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:349) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD38F01: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:368) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3A999: dqk21_ (packages/tests-vg/wle/src/dqk21.f:188) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3A9A7: dqk21_ (packages/tests-vg/wle/src/dqk21.f:188) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3AA57: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3A9CE: dqk21_ (packages/tests-vg/wle/src/dqk21.f:190) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3A9E1: dqk21_ (packages/tests-vg/wle/src/dqk21.f:191) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B0052: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B0081: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B0095: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B009A: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B00E1: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B021C: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B022F: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B031C: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0322: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0273: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0289: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B028F: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3A999: dqk21_ (packages/tests-vg/wle/src/dqk21.f:188) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3A9A7: dqk21_ (packages/tests-vg/wle/src/dqk21.f:188) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3AA57: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3A9CE: dqk21_ (packages/tests-vg/wle/src/dqk21.f:190) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3A9E1: dqk21_ (packages/tests-vg/wle/src/dqk21.f:191) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD392B9: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:421) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD392BB: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:421) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3937D: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:431) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3940C: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:446) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39468: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:446) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3947E: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:451) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD394FF: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:472) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39704: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:486) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD392C6: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:421) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD392C8: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:421) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD392E2: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:423) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3AB54: dqpsrt_ (packages/tests-vg/wle/src/dqpsrt.f:115) ==26521== by 0x1AD394F0: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:470) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3ABD2: dqpsrt_ (packages/tests-vg/wle/src/dqpsrt.f:129) ==26521== by 0x1AD394F0: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:470) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39E78: dqelg_ (packages/tests-vg/wle/src/dqelg.f:116) ==26521== by 0x1AD397D3: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:508) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39D09: dqelg_ (packages/tests-vg/wle/src/dqelg.f:116) ==26521== by 0x1AD397D3: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:508) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39D3B: dqelg_ (packages/tests-vg/wle/src/dqelg.f:119) ==26521== by 0x1AD397D3: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:508) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39D4F: dqelg_ (packages/tests-vg/wle/src/dqelg.f:120) ==26521== by 0x1AD397D3: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:508) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39D82: dqelg_ (packages/tests-vg/wle/src/dqelg.f:135) ==26521== by 0x1AD397D3: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:508) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39D96: dqelg_ (packages/tests-vg/wle/src/dqelg.f:140) ==26521== by 0x1AD397D3: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:508) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39DA1: dqelg_ (packages/tests-vg/wle/src/dqelg.f:140) ==26521== by 0x1AD397D3: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:508) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39DAC: dqelg_ (packages/tests-vg/wle/src/dqelg.f:140) ==26521== by 0x1AD397D3: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:508) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39DEB: dqelg_ (packages/tests-vg/wle/src/dqelg.f:148) ==26521== by 0x1AD397D3: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:508) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39E24: dqelg_ (packages/tests-vg/wle/src/dqelg.f:160) ==26521== by 0x1AD397D3: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:508) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39C9E: dqelg_ (packages/tests-vg/wle/src/dqelg.f:194) ==26521== by 0x1AD397D3: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:508) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD392F5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:423) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3ABF5: dqpsrt_ (packages/tests-vg/wle/src/dqpsrt.f:129) ==26521== by 0x1AD394F0: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:470) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3AABB: dqpsrt_ (packages/tests-vg/wle/src/dqpsrt.f:93) ==26521== by 0x1AD394F0: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:470) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39D40: dqelg_ (packages/tests-vg/wle/src/dqelg.f:119) ==26521== by 0x1AD397D3: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:508) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5467BF9: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x5467DD1: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x5467DE5: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x5467E12: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x5467E2A: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x5467E37: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x5467E3D: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x5467E47: __ieee754_pow_sse2 (in /usr/lib64/libm-2.25.so) ==26521== by 0x544C523: pow (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD3AA3F: dqk21_ (packages/tests-vg/wle/src/dqk21.f:189) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0256: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0258: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C1D18: __dbl_mp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DB1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C1D1A: __dbl_mp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DB1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C1D29: __dbl_mp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DB1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C1D52: __dbl_mp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DB1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C1D80: __dbl_mp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DB1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C2F3C: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C2F4C: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C2F54: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C2663: __mul_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C300A: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C2926: __mul_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C300A: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C1A8A: sub_magnitudes (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2160: __add_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C306C: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C264B: __mul_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C307E: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C2663: __mul_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C307E: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C266F: __mul_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C307E: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C296C: __mul_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C307E: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C297E: __mul_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C307E: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C2926: __mul_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C307E: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C1C50: sub_magnitudes (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2160: __add_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C306C: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C263F: __mul_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2D4F: __dvd_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C30A8: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C2926: __mul_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2D4F: __dvd_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C30A8: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C1C50: sub_magnitudes (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2080: __add_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C30BC: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C1A8A: sub_magnitudes (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2080: __add_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C30BC: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C1B3D: sub_magnitudes (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2080: __add_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C30BC: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5497596: __sqr (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C3100: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5497719: __sqr (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C3100: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5497596: __sqr (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C30EE: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5497719: __sqr (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C30EE: __mpexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DC1: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C264B: __mul_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DF9: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C2926: __mul_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2DF9: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C1FA3: __add_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2E0C: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C20C6: __add_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2E0C: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C1C50: sub_magnitudes (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C25B8: __sub_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2E24: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C1A8A: sub_magnitudes (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C25B8: __sub_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2E24: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C1AB7: sub_magnitudes (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C25B8: __sub_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2E24: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C1AD1: sub_magnitudes (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C25B8: __sub_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2E24: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C1B19: sub_magnitudes (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C25B8: __sub_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2E24: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54964B4: __mp_dbl (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2E34: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x549650A: __mp_dbl (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2E34: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54964B4: __mp_dbl (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2E46: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x549650A: __mp_dbl (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2E46: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C2E53: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C2E55: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A715: dqk21_ (packages/tests-vg/wle/src/dqk21.f:160) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39D87: dqelg_ (packages/tests-vg/wle/src/dqelg.f:135) ==26521== by 0x1AD397D3: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:508) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD398D9: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:511) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39880: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:516) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD398AD: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:518) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39578: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:536) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD3957A: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:536) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39ADC: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:548) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39AE2: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:548) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39AF4: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:548) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39B02: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:550) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39B0C: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:550) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39B12: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:550) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD39D56: dqelg_ (packages/tests-vg/wle/src/dqelg.f:120) ==26521== by 0x1AD397D3: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:508) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54963CB: __mp_dbl (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2E34: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0194: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A840: dqk21_ (packages/tests-vg/wle/src/dqk21.f:172) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54963EC: __mp_dbl (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2E34: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0194: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A840: dqk21_ (packages/tests-vg/wle/src/dqk21.f:172) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5496454: __mp_dbl (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2E34: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0194: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A840: dqk21_ (packages/tests-vg/wle/src/dqk21.f:172) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54963CB: __mp_dbl (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2E46: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0194: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A840: dqk21_ (packages/tests-vg/wle/src/dqk21.f:172) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54963EC: __mp_dbl (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2E46: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0194: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A840: dqk21_ (packages/tests-vg/wle/src/dqk21.f:172) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5496454: __mp_dbl (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2E46: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0194: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A840: dqk21_ (packages/tests-vg/wle/src/dqk21.f:172) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C2E53: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0194: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A840: dqk21_ (packages/tests-vg/wle/src/dqk21.f:172) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54C2E55: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0194: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450AA: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A840: dqk21_ (packages/tests-vg/wle/src/dqk21.f:172) ==26521== by 0x1AD3920F: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:411) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD4558F: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:140) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD45646: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:166) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x1AD4564C: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:169) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x58BC5A: rsum (svn/R-devel/src/main/summary.c:165) ==26521== by 0x58DD19: do_summary (svn/R-devel/src/main/summary.c:831) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x58BC88: rsum (svn/R-devel/src/main/summary.c:166) ==26521== by 0x58DD19: do_summary (svn/R-devel/src/main/summary.c:831) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x43B7B0: mayHaveNaNOrInf (svn/R-devel/src/main/array.c:631) ==26521== by 0x44196E: matprod (svn/R-devel/src/main/array.c:776) ==26521== by 0x44196E: do_matprod (svn/R-devel/src/main/array.c:1375) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x43B7E3: mayHaveNaNOrInf (svn/R-devel/src/main/array.c:631) ==26521== by 0x44196E: matprod (svn/R-devel/src/main/array.c:776) ==26521== by 0x44196E: do_matprod (svn/R-devel/src/main/array.c:1375) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x42F658: R_log (svn/R-devel/src/main/arithmetic.h:42) ==26521== by 0x42CE2A: math1 (svn/R-devel/src/main/arithmetic.c:1216) ==26521== by 0x43B3DE: do_log_builtin (svn/R-devel/src/main/arithmetic.c:1743) ==26521== by 0x4CB4E9: bcEval (svn/R-devel/src/main/eval.c:7277) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x544C4B8: log (in /usr/lib64/libm-2.25.so) ==26521== by 0x42CE2A: math1 (svn/R-devel/src/main/arithmetic.c:1216) ==26521== by 0x43B3DE: do_log_builtin (svn/R-devel/src/main/arithmetic.c:1743) ==26521== by 0x4CB4E9: bcEval (svn/R-devel/src/main/eval.c:7277) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08BE: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x42CE2A: math1 (svn/R-devel/src/main/arithmetic.c:1216) ==26521== by 0x43B3DE: do_log_builtin (svn/R-devel/src/main/arithmetic.c:1743) ==26521== by 0x4CB4E9: bcEval (svn/R-devel/src/main/eval.c:7277) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08CC: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x42CE2A: math1 (svn/R-devel/src/main/arithmetic.c:1216) ==26521== by 0x43B3DE: do_log_builtin (svn/R-devel/src/main/arithmetic.c:1743) ==26521== by 0x4CB4E9: bcEval (svn/R-devel/src/main/eval.c:7277) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08FB: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x42CE2A: math1 (svn/R-devel/src/main/arithmetic.c:1216) ==26521== by 0x43B3DE: do_log_builtin (svn/R-devel/src/main/arithmetic.c:1743) ==26521== by 0x4CB4E9: bcEval (svn/R-devel/src/main/eval.c:7277) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B093B: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x42CE2A: math1 (svn/R-devel/src/main/arithmetic.c:1216) ==26521== by 0x43B3DE: do_log_builtin (svn/R-devel/src/main/arithmetic.c:1743) ==26521== by 0x4CB4E9: bcEval (svn/R-devel/src/main/eval.c:7277) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B0983: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x42CE2A: math1 (svn/R-devel/src/main/arithmetic.c:1216) ==26521== by 0x43B3DE: do_log_builtin (svn/R-devel/src/main/arithmetic.c:1743) ==26521== by 0x4CB4E9: bcEval (svn/R-devel/src/main/eval.c:7277) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B09CE: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x42CE2A: math1 (svn/R-devel/src/main/arithmetic.c:1216) ==26521== by 0x43B3DE: do_log_builtin (svn/R-devel/src/main/arithmetic.c:1743) ==26521== by 0x4CB4E9: bcEval (svn/R-devel/src/main/eval.c:7277) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B09E1: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x42CE2A: math1 (svn/R-devel/src/main/arithmetic.c:1216) ==26521== by 0x43B3DE: do_log_builtin (svn/R-devel/src/main/arithmetic.c:1743) ==26521== by 0x4CB4E9: bcEval (svn/R-devel/src/main/eval.c:7277) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B0A34: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x42CE2A: math1 (svn/R-devel/src/main/arithmetic.c:1216) ==26521== by 0x43B3DE: do_log_builtin (svn/R-devel/src/main/arithmetic.c:1743) ==26521== by 0x4CB4E9: bcEval (svn/R-devel/src/main/eval.c:7277) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0A95: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x42CE2A: math1 (svn/R-devel/src/main/arithmetic.c:1216) ==26521== by 0x43B3DE: do_log_builtin (svn/R-devel/src/main/arithmetic.c:1743) ==26521== by 0x4CB4E9: bcEval (svn/R-devel/src/main/eval.c:7277) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0AED: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x42CE2A: math1 (svn/R-devel/src/main/arithmetic.c:1216) ==26521== by 0x43B3DE: do_log_builtin (svn/R-devel/src/main/arithmetic.c:1743) ==26521== by 0x4CB4E9: bcEval (svn/R-devel/src/main/eval.c:7277) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0AEF: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x42CE2A: math1 (svn/R-devel/src/main/arithmetic.c:1216) ==26521== by 0x43B3DE: do_log_builtin (svn/R-devel/src/main/arithmetic.c:1743) ==26521== by 0x4CB4E9: bcEval (svn/R-devel/src/main/eval.c:7277) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x42CE3A: math1 (svn/R-devel/src/main/arithmetic.c:1217) ==26521== by 0x43B3DE: do_log_builtin (svn/R-devel/src/main/arithmetic.c:1743) ==26521== by 0x4CB4E9: bcEval (svn/R-devel/src/main/eval.c:7277) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4D2D32: GETSTACK_LOGICAL_NO_NA_PTR (svn/R-devel/src/main/eval.c:5946) ==26521== by 0x4D2D32: bcEval (svn/R-devel/src/main/eval.c:6289) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4D0821: bcEval (svn/R-devel/src/main/eval.c:6292) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x58FD04: do_pmin (svn/R-devel/src/main/summary.c:1238) ==26521== by 0x514BA3: do_internal (svn/R-devel/src/main/names.c:1371) ==26521== by 0x4D1BC7: bcEval (svn/R-devel/src/main/eval.c:6735) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DAA18: Rf_eval (svn/R-devel/src/main/eval.c:660) ==26521== by 0x4DEDF2: Rf_evalList (svn/R-devel/src/main/eval.c:2837) ==26521== by 0x514BF4: do_internal (svn/R-devel/src/main/names.c:1367) ==26521== by 0x4D1BC7: bcEval (svn/R-devel/src/main/eval.c:6735) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x58FCBC: do_pmin (svn/R-devel/src/main/summary.c:1238) ==26521== by 0x514BA3: do_internal (svn/R-devel/src/main/names.c:1371) ==26521== by 0x4D1BC7: bcEval (svn/R-devel/src/main/eval.c:6735) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DAA18: Rf_eval (svn/R-devel/src/main/eval.c:660) ==26521== by 0x4DEDF2: Rf_evalList (svn/R-devel/src/main/eval.c:2837) ==26521== by 0x514BF4: do_internal (svn/R-devel/src/main/names.c:1367) ==26521== by 0x4D1BC7: bcEval (svn/R-devel/src/main/eval.c:6735) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x58FD44: do_pmin (svn/R-devel/src/main/summary.c:1238) ==26521== by 0x514BA3: do_internal (svn/R-devel/src/main/names.c:1371) ==26521== by 0x4D1BC7: bcEval (svn/R-devel/src/main/eval.c:6735) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x58FCF8: do_pmin (svn/R-devel/src/main/summary.c:1238) ==26521== by 0x514BA3: do_internal (svn/R-devel/src/main/names.c:1371) ==26521== by 0x4D1BC7: bcEval (svn/R-devel/src/main/eval.c:6735) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4D7DE2: bcEval (svn/R-devel/src/main/eval.c:6830) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4C07CE: Rf_ScalarLogical (svn/R-devel/src/include/Rinlinedfuns.h:977) ==26521== by 0x4C07CE: GETSTACK_PTR_TAG (svn/R-devel/src/main/eval.c:3961) ==26521== by 0x4D2805: bcEval (svn/R-devel/src/main/eval.c:6997) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x4CA798: bcEval (svn/R-devel/src/main/eval.c:6997) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x4D27D7: bcEval (svn/R-devel/src/main/eval.c:6997) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x4D27E1: SCALAR_LVAL (svn/R-devel/src/include/Rinlinedfuns.h:312) ==26521== by 0x4D27E1: bcEval (svn/R-devel/src/main/eval.c:6997) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4D8839: bcEval (svn/R-devel/src/main/eval.c:6827) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4C07CE: Rf_ScalarLogical (svn/R-devel/src/include/Rinlinedfuns.h:977) ==26521== by 0x4C07CE: GETSTACK_PTR_TAG (svn/R-devel/src/main/eval.c:3961) ==26521== by 0x4D2838: bcEval (svn/R-devel/src/main/eval.c:7008) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x4CF2F1: bcEval (svn/R-devel/src/main/eval.c:7008) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x4D18F2: bcEval (svn/R-devel/src/main/eval.c:7008) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x4D18FC: SCALAR_LVAL (svn/R-devel/src/include/Rinlinedfuns.h:312) ==26521== by 0x4D18FC: bcEval (svn/R-devel/src/main/eval.c:7008) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5DE808: Rf_sign (svn/R-devel/src/nmath/sign.c:37) ==26521== by 0x42CE2A: math1 (svn/R-devel/src/main/arithmetic.c:1216) ==26521== by 0x42F42C: do_math1 (svn/R-devel/src/main/arithmetic.c:1252) ==26521== by 0x4CA184: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5DE81A: Rf_sign (svn/R-devel/src/nmath/sign.c:39) ==26521== by 0x42CE2A: math1 (svn/R-devel/src/main/arithmetic.c:1216) ==26521== by 0x42F42C: do_math1 (svn/R-devel/src/main/arithmetic.c:1252) ==26521== by 0x4CA184: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5DE820: Rf_sign (svn/R-devel/src/nmath/sign.c:39) ==26521== by 0x42CE2A: math1 (svn/R-devel/src/main/arithmetic.c:1216) ==26521== by 0x42F42C: do_math1 (svn/R-devel/src/main/arithmetic.c:1252) ==26521== by 0x4CA184: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5DE826: Rf_sign (svn/R-devel/src/nmath/sign.c:39) ==26521== by 0x42CE2A: math1 (svn/R-devel/src/main/arithmetic.c:1216) ==26521== by 0x42F42C: do_math1 (svn/R-devel/src/main/arithmetic.c:1252) ==26521== by 0x4CA184: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4341C6: R_IsNA (svn/R-devel/src/main/arithmetic.c:120) ==26521== by 0x14A587B5: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:363) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4341C6: R_IsNA (svn/R-devel/src/main/arithmetic.c:120) ==26521== by 0x14A587D7: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:368) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A66D52: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:107) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A66D54: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:107) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A66D5F: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:112) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A66D61: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:112) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A66DC0: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:129) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A66E38: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:137) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A66E3A: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:137) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A66E69: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:146) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A66EAB: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:162) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A66EE2: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:167) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A66EF8: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:168) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A66F05: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:176) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5CF3D4: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:515) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5CE445: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:188) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x544C4B8: log (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CE4C1: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:241) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08BE: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CE4C1: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:241) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08CC: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CE4C1: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:241) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08FB: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CE4C1: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:241) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B093B: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CE4C1: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:241) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B0983: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CE4C1: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:241) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B09CE: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CE4C1: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:241) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B09E1: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CE4C1: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:241) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B0A34: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CE4C1: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:241) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0A95: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CE4C1: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:241) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0AED: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CE4C1: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:241) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0AEF: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CE4C1: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:241) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5CE4F0: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:244) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5CE627: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:268) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5CE635: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:276) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5CE6F3: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:313) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C7884: Rf_fmax2 (svn/R-devel/src/nmath/fmax2.c:25) ==26521== by 0x5CE74C: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:325) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C7884: Rf_fmax2 (svn/R-devel/src/nmath/fmax2.c:25) ==26521== by 0x5CE763: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:325) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5CE774: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:326) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5CE81A: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:381) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5CE8C3: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:386) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4D414D: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A570F1: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:313) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A66F94: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:184) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A6700D: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:184) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A67014: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:184) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A66E2D: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:137) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A66E4D: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:145) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A670DD: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:162) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A66E84: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:150) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A66E8A: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:150) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x544C4B8: log (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CEDBE: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:317) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08BE: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CEDBE: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:317) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08CC: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CEDBE: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:317) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08FB: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CEDBE: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:317) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B093B: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CEDBE: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:317) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B0983: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CEDBE: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:317) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B09CE: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CEDBE: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:317) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B09E1: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CEDBE: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:317) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B0A34: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CEDBE: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:317) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0A95: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CEDBE: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:317) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0AED: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CEDBE: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:317) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0AEF: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5CEDBE: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:317) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5CE8E3: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:393) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5CE8E5: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:393) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5CE8F8: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:399) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5CF14C: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:463) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5CF17E: Rf_dpsifn.part.0 (svn/R-devel/src/nmath/polygamma.c:463) ==26521== by 0x5CF3FF: Rf_dpsifn (svn/R-devel/src/nmath/polygamma.c:183) ==26521== by 0x5CF3FF: Rf_digamma (svn/R-devel/src/nmath/polygamma.c:516) ==26521== by 0x4D4137: bcEval (svn/R-devel/src/main/eval.c:7279) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x14A5707F: fcn2 (svn/R-devel/src/library/stats/src/optimize.c:300) ==26521== by 0x14A66F5C: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:183) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A66F9B: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:184) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x14A66F10: R_zeroin2 (svn/R-devel/src/library/stats/src/zeroin.c:177) ==26521== by 0x14A5892D: zeroin2 (svn/R-devel/src/library/stats/src/optimize.c:384) ==26521== by 0x496E3E: do_External (svn/R-devel/src/main/dotcode.c:545) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4D1A0C: bcEval (svn/R-devel/src/main/eval.c:6740) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DB140: forcePromise (svn/R-devel/src/main/eval.c:520) ==26521== by 0x4DB567: FORCE_PROMISE (svn/R-devel/src/main/eval.c:4971) ==26521== by 0x4DB567: getvar (svn/R-devel/src/main/eval.c:5013) ==26521== by 0x4D0BB1: bcEval (svn/R-devel/src/main/eval.c:6504) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4D1C6C: GETSTACK_LOGICAL_NO_NA_PTR (svn/R-devel/src/main/eval.c:5940) ==26521== by 0x4D1C6C: bcEval (svn/R-devel/src/main/eval.c:6289) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x58B9E9: rmax (svn/R-devel/src/main/summary.c:291) ==26521== by 0x58DC22: do_summary (svn/R-devel/src/main/summary.c:695) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x58DC61: do_summary (svn/R-devel/src/main/summary.c:728) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x4C07CE: Rf_ScalarLogical (svn/R-devel/src/include/Rinlinedfuns.h:977) ==26521== by 0x4C07CE: GETSTACK_PTR_TAG (svn/R-devel/src/main/eval.c:3961) ==26521== by 0x4D17D0: bcEval (svn/R-devel/src/main/eval.c:6831) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x502FD6: do_logic (svn/R-devel/src/main/logic.c:43) ==26521== by 0x4CA631: bcEval (svn/R-devel/src/main/eval.c:6831) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x503028: lbinary (svn/R-devel/src/main/logic.c:74) ==26521== by 0x503028: do_logic (svn/R-devel/src/main/logic.c:63) ==26521== by 0x4CA631: bcEval (svn/R-devel/src/main/eval.c:6831) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x50304F: lbinary (svn/R-devel/src/main/logic.c:76) ==26521== by 0x50304F: do_logic (svn/R-devel/src/main/logic.c:63) ==26521== by 0x4CA631: bcEval (svn/R-devel/src/main/eval.c:6831) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x503818: XLENGTH_EX (svn/R-devel/src/include/Rinlinedfuns.h:189) ==26521== by 0x503818: Rf_xlength (svn/R-devel/src/include/Rinlinedfuns.h:554) ==26521== by 0x503818: lbinary (svn/R-devel/src/main/logic.c:82) ==26521== by 0x503818: do_logic (svn/R-devel/src/main/logic.c:63) ==26521== by 0x4CA631: bcEval (svn/R-devel/src/main/eval.c:6831) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x503849: XLENGTH_EX (svn/R-devel/src/include/Rinlinedfuns.h:189) ==26521== by 0x503849: Rf_xlength (svn/R-devel/src/include/Rinlinedfuns.h:554) ==26521== by 0x503849: lbinary (svn/R-devel/src/main/logic.c:83) ==26521== by 0x503849: do_logic (svn/R-devel/src/main/logic.c:63) ==26521== by 0x4CA631: bcEval (svn/R-devel/src/main/eval.c:6831) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x446D18: Rf_getAttrib (svn/R-devel/src/main/attrib.c:164) ==26521== by 0x503E0E: Rf_isArray (svn/R-devel/src/include/Rinlinedfuns.h:909) ==26521== by 0x503E0E: lbinary (svn/R-devel/src/main/logic.c:85) ==26521== by 0x503E0E: do_logic (svn/R-devel/src/main/logic.c:63) ==26521== by 0x4CA631: bcEval (svn/R-devel/src/main/eval.c:6831) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x446D29: Rf_getAttrib (svn/R-devel/src/main/attrib.c:167) ==26521== by 0x503E0E: Rf_isArray (svn/R-devel/src/include/Rinlinedfuns.h:909) ==26521== by 0x503E0E: lbinary (svn/R-devel/src/main/logic.c:85) ==26521== by 0x503E0E: do_logic (svn/R-devel/src/main/logic.c:63) ==26521== by 0x4CA631: bcEval (svn/R-devel/src/main/eval.c:6831) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x503E8C: Rf_isVector (svn/R-devel/src/include/Rinlinedfuns.h:857) ==26521== by 0x503E8C: Rf_isTs (svn/R-devel/src/include/Rinlinedfuns.h:920) ==26521== by 0x503E8C: lbinary (svn/R-devel/src/main/logic.c:87) ==26521== by 0x503E8C: do_logic (svn/R-devel/src/main/logic.c:63) ==26521== by 0x4CA631: bcEval (svn/R-devel/src/main/eval.c:6831) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x446D18: Rf_getAttrib (svn/R-devel/src/main/attrib.c:164) ==26521== by 0x503939: Rf_isTs (svn/R-devel/src/include/Rinlinedfuns.h:920) ==26521== by 0x503939: lbinary (svn/R-devel/src/main/logic.c:87) ==26521== by 0x503939: do_logic (svn/R-devel/src/main/logic.c:63) ==26521== by 0x4CA631: bcEval (svn/R-devel/src/main/eval.c:6831) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x446D29: Rf_getAttrib (svn/R-devel/src/main/attrib.c:167) ==26521== by 0x503939: Rf_isTs (svn/R-devel/src/include/Rinlinedfuns.h:920) ==26521== by 0x503939: lbinary (svn/R-devel/src/main/logic.c:87) ==26521== by 0x503939: do_logic (svn/R-devel/src/main/logic.c:63) ==26521== by 0x4CA631: bcEval (svn/R-devel/src/main/eval.c:6831) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x446D18: Rf_getAttrib (svn/R-devel/src/main/attrib.c:164) ==26521== by 0x5034B2: lbinary (svn/R-devel/src/main/logic.c:109) ==26521== by 0x5034B2: do_logic (svn/R-devel/src/main/logic.c:63) ==26521== by 0x4CA631: bcEval (svn/R-devel/src/main/eval.c:6831) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x446D29: Rf_getAttrib (svn/R-devel/src/main/attrib.c:167) ==26521== by 0x5034B2: lbinary (svn/R-devel/src/main/logic.c:109) ==26521== by 0x5034B2: do_logic (svn/R-devel/src/main/logic.c:63) ==26521== by 0x4CA631: bcEval (svn/R-devel/src/main/eval.c:6831) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x5035F0: lbinary (svn/R-devel/src/main/logic.c:138) ==26521== by 0x5035F0: do_logic (svn/R-devel/src/main/logic.c:63) ==26521== by 0x4CA631: bcEval (svn/R-devel/src/main/eval.c:6831) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x464801: Rf_coerceVector (svn/R-devel/src/main/coerce.c:1180) ==26521== by 0x503CFF: lbinary (svn/R-devel/src/main/logic.c:145) ==26521== by 0x503CFF: do_logic (svn/R-devel/src/main/logic.c:63) ==26521== by 0x4CA631: bcEval (svn/R-devel/src/main/eval.c:6831) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x503658: XLENGTH_EX (svn/R-devel/src/include/Rinlinedfuns.h:189) ==26521== by 0x503658: binaryLogic (svn/R-devel/src/main/logic.c:326) ==26521== by 0x503658: lbinary (svn/R-devel/src/main/logic.c:150) ==26521== by 0x503658: do_logic (svn/R-devel/src/main/logic.c:63) ==26521== by 0x4CA631: bcEval (svn/R-devel/src/main/eval.c:6831) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x503670: XLENGTH_EX (svn/R-devel/src/include/Rinlinedfuns.h:189) ==26521== by 0x503670: binaryLogic (svn/R-devel/src/main/logic.c:326) ==26521== by 0x503670: lbinary (svn/R-devel/src/main/logic.c:150) ==26521== by 0x503670: do_logic (svn/R-devel/src/main/logic.c:63) ==26521== by 0x4CA631: bcEval (svn/R-devel/src/main/eval.c:6831) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x5036BE: DATAPTR (svn/R-devel/src/include/Rinlinedfuns.h:105) ==26521== by 0x5036BE: binaryLogic (svn/R-devel/src/main/logic.c:335) ==26521== by 0x5036BE: lbinary (svn/R-devel/src/main/logic.c:150) ==26521== by 0x5036BE: do_logic (svn/R-devel/src/main/logic.c:63) ==26521== by 0x4CA631: bcEval (svn/R-devel/src/main/eval.c:6831) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x49994B: do_dotCode (svn/R-devel/src/main/dotcode.c:1599) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5477D41: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD45308: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:113) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5477D4B: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD45308: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:113) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5477D4D: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD45308: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:113) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5477D41: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD452E1: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:113) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5477D4B: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD452E1: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:113) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5477D4D: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD452E1: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:113) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5477D60: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD45308: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:113) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54481B8: __kernel_standard (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD45308: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:113) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54481C7: __kernel_standard (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD45308: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:113) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5448EF2: __kernel_standard (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD45308: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:113) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5477D60: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD452E1: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:113) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54481B8: __kernel_standard (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD452E1: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:113) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54481C7: __kernel_standard (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD452E1: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:113) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5448EF2: __kernel_standard (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD452E1: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:113) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== by 0x506967: R_ReplConsole (svn/R-devel/src/main/main.c:308) ==26521== by 0x507A24: run_Rmainloop (svn/R-devel/src/main/main.c:1082) ==26521== by 0x41A997: main (svn/R-devel/src/main/Rmain.c:29) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C4E04: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:46) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C4E1C: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:49) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C4E22: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:49) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C4E2E: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:52) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C4E30: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:52) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C4ED4: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:61) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== by 0x50658C: Rf_ReplIteration (svn/R-devel/src/main/main.c:258) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C6FF4: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:46) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5E0050: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:93) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5E0066: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:95) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5E006C: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:95) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C8D24: Rf_lgammafn_sign (svn/R-devel/src/nmath/lgamma.c:68) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C8D32: Rf_lgammafn_sign (svn/R-devel/src/nmath/lgamma.c:74) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C8C95: Rf_lgammafn_sign (svn/R-devel/src/nmath/lgamma.c:81) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C8CA7: Rf_lgammafn_sign (svn/R-devel/src/nmath/lgamma.c:82) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C7FF4: Rf_gammafn (svn/R-devel/src/nmath/gamma.c:122) ==26521== by 0x5C8DDC: Rf_lgammafn_sign (svn/R-devel/src/nmath/lgamma.c:82) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C8002: Rf_gammafn (svn/R-devel/src/nmath/gamma.c:126) ==26521== by 0x5C8DDC: Rf_lgammafn_sign (svn/R-devel/src/nmath/lgamma.c:82) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C8004: Rf_gammafn (svn/R-devel/src/nmath/gamma.c:126) ==26521== by 0x5C8DDC: Rf_lgammafn_sign (svn/R-devel/src/nmath/lgamma.c:82) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C801C: Rf_gammafn (svn/R-devel/src/nmath/gamma.c:126) ==26521== by 0x5C8DDC: Rf_lgammafn_sign (svn/R-devel/src/nmath/lgamma.c:82) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C8042: Rf_gammafn (svn/R-devel/src/nmath/gamma.c:133) ==26521== by 0x5C8DDC: Rf_lgammafn_sign (svn/R-devel/src/nmath/lgamma.c:82) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C36B7: Rf_chebyshev_eval (svn/R-devel/src/nmath/chebyshev.c:76) ==26521== by 0x5C8089: Rf_gammafn (svn/R-devel/src/nmath/gamma.c:143) ==26521== by 0x5C8DDC: Rf_lgammafn_sign (svn/R-devel/src/nmath/lgamma.c:82) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C36C1: Rf_chebyshev_eval (svn/R-devel/src/nmath/chebyshev.c:76) ==26521== by 0x5C8089: Rf_gammafn (svn/R-devel/src/nmath/gamma.c:143) ==26521== by 0x5C8DDC: Rf_lgammafn_sign (svn/R-devel/src/nmath/lgamma.c:82) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C8098: Rf_gammafn (svn/R-devel/src/nmath/gamma.c:144) ==26521== by 0x5C8DDC: Rf_lgammafn_sign (svn/R-devel/src/nmath/lgamma.c:82) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C80AB: Rf_gammafn (svn/R-devel/src/nmath/gamma.c:147) ==26521== by 0x5C8DDC: Rf_lgammafn_sign (svn/R-devel/src/nmath/lgamma.c:82) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C80CD: Rf_gammafn (svn/R-devel/src/nmath/gamma.c:175) ==26521== by 0x5C8DDC: Rf_lgammafn_sign (svn/R-devel/src/nmath/lgamma.c:82) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x544C4B8: log (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08BE: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08CC: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08FB: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B093B: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B0983: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B09CE: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B09E1: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B0A34: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0A95: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0AED: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0AEF: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0125: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x544C4B8: log (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0139: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08BE: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0139: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08CC: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0139: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B08FB: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0139: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B093B: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0139: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B0983: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0139: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B09CE: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0139: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B09E1: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0139: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Use of uninitialised value of size 8 ==26521== at 0x54B0A34: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0139: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0A95: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0139: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0AED: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0139: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x54B0AEF: __ieee754_log_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5E0139: Rf_stirlerr (svn/R-devel/src/nmath/stirlerr.c:96) ==26521== by 0x5C7063: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5BDD1C: Rf_bd0 (svn/R-devel/src/nmath/bd0.c:42) ==26521== by 0x5C707D: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x5C70C0: Rf_dpois_raw (svn/R-devel/src/nmath/dpois.c:54) ==26521== by 0x5C4EE9: Rf_dgamma (svn/R-devel/src/nmath/dgamma.c:66) ==26521== by 0x1AD45059: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:191) ==26521== by 0x1AD3A648: dqk21_ (packages/tests-vg/wle/src/dqk21.f:153) ==26521== by 0x1AD38B63: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:323) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== by 0x4DC27E: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==26521== by 0x4DAAFC: Rf_eval (svn/R-devel/src/main/eval.c:747) ==26521== Uninitialised value was created by a stack allocation ==26521== at 0x1AD450F0: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:1) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x549679F: __mp_dbl (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2E34: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A6F0: dqk21_ (packages/tests-vg/wle/src/dqk21.f:159) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== Conditional jump or move depends on uninitialised value(s) ==26521== at 0x549679F: __mp_dbl (in /usr/lib64/libm-2.25.so) ==26521== by 0x54C2E46: __slowexp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x54B0262: __ieee754_exp_avx (in /usr/lib64/libm-2.25.so) ==26521== by 0x5477D1E: exp (in /usr/lib64/libm-2.25.so) ==26521== by 0x1AD450D7: dmodel_ (packages/tests-vg/wle/src/wlegamma.f:193) ==26521== by 0x1AD3A6F0: dqk21_ (packages/tests-vg/wle/src/dqk21.f:159) ==26521== by 0x1AD391D5: dqagpe_ (packages/tests-vg/wle/src/dqagpe.f:410) ==26521== by 0x1AD387A2: dqagp_ (packages/tests-vg/wle/src/dqagp.f:228) ==26521== by 0x1AD45492: wlegamma_ (packages/tests-vg/wle/src/wlegamma.f:129) ==26521== by 0x49C2CB: do_dotCode (svn/R-devel/src/main/dotcode.c:1801) ==26521== by 0x4CC409: bcEval (svn/R-devel/src/main/eval.c:6772) ==26521== by 0x4DA96F: Rf_eval (svn/R-devel/src/main/eval.c:624) ==26521== ==26521== ==26521== More than 10000000 total errors detected. I'm not reporting any more. ==26521== Final error counts will be inaccurate. Go fix your program! ==26521== Rerun with --error-limit=no to disable this cutoff. Note ==26521== that errors may occur in your program without prior warning from ==26521== Valgrind, because errors are no longer being displayed. ==26521== Call: wle.gamma(x = x) Scale: [1] 1.499 Rate: [1] 0.6669 Shape: [1] 2.479 Number of solutions 1 > > x <- c(rgamma(n=30, shape=2, scale=2), rgamma(n=100, shape=20, scale=20)) > > wle.gamma(x, boot=10, group=10, num.sol=2) # depending on the sample, one or two roots. Call: wle.gamma(x = x, boot = 10, group = 10, num.sol = 2) Scale: [1] 495.6 Rate: [1] 0.002018 Shape: [1] 0.5887 Number of solutions 1 > > > > > cleanEx() > nameEx("wle.glm") > ### * wle.glm > > flush(stderr()); flush(stdout()) > > ### Name: wle.glm > ### Title: Robust Fitting Generalized Linear Models using Weighted > ### Likelihood > ### Aliases: wle.glm wle.glm.fit weights.wle.glm print.wle.glm > ### Keywords: robust models regression > > ### ** Examples > > ## Dobson (1990) Page 93: Randomized Controlled Trial : > counts <- c(18,17,15,20,10,20,25,13,12) > outcome <- gl(3,1,9) > treatment <- gl(3,3) > print(d.AD <- data.frame(treatment, outcome, counts)) treatment outcome counts 1 1 1 18 2 1 2 17 3 1 3 15 4 2 1 20 5 2 2 10 6 2 3 20 7 3 1 25 8 3 2 13 9 3 3 12 > wle.glm.D93 <- wle.glm(counts ~ outcome + treatment, family=poisson(), x=TRUE, y=TRUE) Warning in predict.lm(object, newdata, se.fit, scale = 1, type = ifelse(type == : calling predict.lm() ... > wle.glm.D93 Call: wle.glm(formula = counts ~ outcome + treatment, family = poisson(), x = TRUE, y = TRUE) Root: 1 Coefficients: (Intercept) outcome2 outcome3 treatment2 treatment3 3.041772 -0.457603 -0.304108 -0.012746 -0.003022 The following statistics are valid only if this model is the FULL model in a model selection procedure Degrees of Freedom: 5.067835 Total (i.e. Null); 1.067835 Residual Null Deviance: 6.993 Residual Deviance: 3.252 AIC: 41.23 Converged: TRUE Number of solutions 1 > anova(extractRoot(wle.glm.D93)) Warning in if (class(object) != "wle.glm.root") stop("Use 'extractRoot(object)' to extract a single root from a wle.glm object") : the condition has length > 1 and only the first element will be used Robust Analysis of Deviance Table Model: poisson, link: log Response: counts Terms added sequentially (first to last) Df Deviance Resid. Df Resid. Dev NULL 5.0678 6.9932 outcome 1.1328 3.3246 3.9350 3.6686 treatment 2.8672 0.4166 1.0678 3.2520 > summary(wle.glm.D93) Call: wle.glm(formula = counts ~ outcome + treatment, family = poisson(), x = TRUE, y = TRUE) Deviance Residuals: 1 2 3 4 5 6 7 8 -0.65896 0.98593 -0.11526 -0.14972 -0.89000 1.15884 0.87439 -0.05856 9 -0.90266 Coefficients: Estimate Std. Error z value Pr(>|z|) (Intercept) 3.041772 0.208655 14.578 <2e-16 *** outcome2 -0.457603 0.246172 -1.859 0.063 . outcome3 -0.304108 0.238924 -1.273 0.203 treatment2 -0.012746 0.245935 -0.052 0.959 treatment3 -0.003022 0.244566 -0.012 0.990 --- Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 (Dispersion parameter for poisson family taken to be 1) The following statistics are valid only if this model is the FULL model in a model selection procedure Null deviance: 6.9932 on 5.067835 degrees of freedom Residual deviance: 3.2520 on 1.067835 degrees of freedom AIC: 41.231 Number of Fisher Scoring iterations: 4 > > ## Not run: > ##D ## Support for gaussian family not provided yet! > ##D ## an example with offsets from Venables & Ripley (2002, p.189) > ##D utils::data(anorexia, package="MASS") > ##D > ##D anorex.2 <- wle.glm(Postwt ~ Prewt + Treat + offset(Prewt), > ##D family = gaussian, data = anorexia) > ##D anorex.2 > ##D summary(anorex.2) > ## End(Not run) > > ## Not run: > ##D # Gamma family is not yet implemented! > ##D # A Gamma example, from McCullagh & Nelder (1989, pp. 300-2) > ##D clotting <- data.frame( > ##D u = c(5,10,15,20,30,40,60,80,100), > ##D lot1 = c(118,58,42,35,27,25,21,19,18), > ##D lot2 = c(69,35,26,21,18,16,13,12,12)) > ##D wlot1 <- wle.glm(lot1 ~ log(u), data=clotting, family=Gamma, > ##D control=list(glm=glm.control(), wle=wle.glm.control(use.asymptotic=1))) > ##D wlot2 <- wle.glm(lot2 ~ log(u), data=clotting, family=Gamma, > ##D control=list(glm=glm.control(), wle=wle.glm.control(use.asymptotic=1))) > ##D wlot1 > ##D wlot2 > ##D summary(wlot1) > ##D summary(wlot2) > ## End(Not run) > > > > cleanEx() > nameEx("wle.glm.control") > ### * wle.glm.control > > flush(stderr()); flush(stdout()) > > ### Name: wle.glm.control > ### Title: Auxiliary for Controlling GLM Robust Fitting > ### Aliases: wle.glm.control > ### Keywords: models > > ### ** Examples > > ### A variation on example(wle.glm) : > > ## Annette Dobson's example ... > counts <- c(18,17,15,20,10,20,25,13,12) > outcome <- gl(3,1,9) > treatment <- gl(3,3) > oo <- options(digits = 12) # to see more when tracing : > wle.glm.D93X <- wle.glm(counts ~ outcome + treatment, family=poisson(), + control=list(glm=glm.control(trace = TRUE), + wle=wle.glm.control(raf='GKL', tau=0.15))) Deviance = 2.51490602066 Iterations - 1 Deviance = 2.48792437695 Iterations - 2 Deviance = 2.48792053121 Iterations - 3 Deviance = 2.48792053121 Iterations - 4 Warning in predict.lm(object, newdata, se.fit, scale = 1, type = ifelse(type == : calling predict.lm() ... Deviance = 2.26296631038 Iterations - 1 Deviance = 2.25690469805 Iterations - 2 Deviance = 2.25690423757 Iterations - 3 Deviance = 2.25690423757 Iterations - 4 Deviance = 2.61720949072 Iterations - 1 Deviance = 2.58735707533 Iterations - 2 Deviance = 2.58734803097 Iterations - 3 Deviance = 2.58734803097 Iterations - 4 Deviance = 2.84099451564 Iterations - 1 Deviance = 2.77540255466 Iterations - 2 Deviance = 2.7753647246 Iterations - 3 Deviance = 2.77536472459 Iterations - 4 Deviance = 2.92505698799 Iterations - 1 Deviance = 2.82947809015 Iterations - 2 Deviance = 2.829403941 Iterations - 3 Deviance = 2.82940394095 Iterations - 4 Deviance = 2.94419033892 Iterations - 1 Deviance = 2.83389359004 Iterations - 2 Deviance = 2.83379787364 Iterations - 3 Deviance = 2.83379787356 Iterations - 4 Deviance = 2.94659077452 Iterations - 1 Deviance = 2.83067660086 Iterations - 2 Deviance = 2.83057203647 Iterations - 3 Deviance = 2.83057203637 Iterations - 4 Deviance = 2.94616382694 Iterations - 1 Deviance = 2.82825262477 Iterations - 2 Deviance = 2.82814485043 Iterations - 3 Deviance = 2.82814485033 Iterations - 4 Deviance = 2.94561946537 Iterations - 1 Deviance = 2.82700160308 Iterations - 2 Deviance = 2.82689269347 Iterations - 3 Deviance = 2.82689269337 Iterations - 4 Deviance = 2.94528661975 Iterations - 1 Deviance = 2.82641528387 Iterations - 2 Deviance = 2.8263059709 Iterations - 3 Deviance = 2.82630597079 Iterations - 4 Deviance = 2.94511239379 Iterations - 1 Deviance = 2.82614860365 Iterations - 2 Deviance = 2.82603914566 Iterations - 3 Deviance = 2.82603914556 Iterations - 4 Deviance = 2.94502627928 Iterations - 1 Deviance = 2.82602821646 Iterations - 2 Deviance = 2.82591870568 Iterations - 3 Deviance = 2.82591870558 Iterations - 4 Deviance = 2.94498478651 Iterations - 1 Deviance = 2.82597382274 Iterations - 2 Deviance = 2.82586429253 Iterations - 3 Deviance = 2.82586429242 Iterations - 4 Deviance = 2.94496504463 Iterations - 1 Deviance = 2.82594915127 Iterations - 2 Deviance = 2.82583961383 Iterations - 3 Deviance = 2.82583961372 Iterations - 4 Deviance = 2.94495571528 Iterations - 1 Deviance = 2.82593790938 Iterations - 2 Deviance = 2.82582836921 Iterations - 3 Deviance = 2.82582836911 Iterations - 4 Deviance = 2.94495132398 Iterations - 1 Deviance = 2.82593276426 Iterations - 2 Deviance = 2.82582322305 Iterations - 3 Deviance = 2.82582322294 Iterations - 4 Deviance = 2.9449492621 Iterations - 1 Deviance = 2.82593040037 Iterations - 2 Deviance = 2.82582085876 Iterations - 3 Deviance = 2.82582085865 Iterations - 4 Deviance = 2.94494829556 Iterations - 1 Deviance = 2.82592931079 Iterations - 2 Deviance = 2.82581976902 Iterations - 3 Deviance = 2.82581976892 Iterations - 4 > options(oo) > coef(wle.glm.D93X) (Intercept) outcome2 outcome3 treatment2 treatment3 3.042169638 -0.458984316 -0.308732041 -0.017502203 -0.004118349 > > > > cleanEx() > nameEx("wle.glm.weights") > ### * wle.glm.weights > > flush(stderr()); flush(stdout()) > > ### Name: wle.glm.weights > ### Title: Weights based on Weighted Likelihood for the GLM model > ### Aliases: wle.glm.weights > ### Keywords: robust > > ### ** Examples > > ## Don't show: > require(utils) > example("wle.glm", echo = FALSE) treatment outcome counts 1 1 1 18 2 1 2 17 3 1 3 15 4 2 1 20 5 2 2 10 6 2 3 20 7 3 1 25 8 3 2 13 9 3 3 12 Warning in predict.lm(object, newdata, se.fit, scale = 1, type = ifelse(type == : calling predict.lm() ... Warning in if (class(object) != "wle.glm.root") stop("Use 'extractRoot(object)' to extract a single root from a wle.glm object") : the condition has length > 1 and only the first element will be used > ## End(Don't show) > # tau=0.1 > wgr.D93 <- extractRoot(wle.glm.D93) > # tau=0.2 > w1wgr.D93 <- wle.glm.weights(y = wgr.D93$y, x = wgr.D93$x, + fitted.values = wgr.D93$fitted.values, family = wgr.D93$family, + raf = "GKL", tau = 0.2, smooth = 0.031, window.size = NULL, + use.asymptotic = NULL, dist.method = "euclidean") > # tau=0.3 > w2wgr.D93 <- wle.glm.weights(y = wgr.D93$y, x = wgr.D93$x, + fitted.values = wgr.D93$fitted.values, family = wgr.D93$family, + raf = "GKL", tau = 0.3, smooth = 0.031, window.size = NULL, + use.asymptotic = NULL, dist.method = "euclidean") > > plot(wgr.D93$wle.weights, ylim=c(0,1), ylab='Weights') > points(w1wgr.D93$weights, col=2) > points(w2wgr.D93$weights, col=3) > legend('bottomright', legend=expression(tau==0.1, tau==0.2, tau==0.3), + pch=rep(1,3), col=1:3, inset=0.05) > > > > cleanEx() > nameEx("wle.lm") > ### * wle.lm > > flush(stderr()); flush(stdout()) > > ### Name: wle.lm > ### Title: Fitting Linear Models using Weighted Likelihood > ### Aliases: wle.lm > ### Keywords: robust regression > > ### ** Examples > > library(wle) > # You can find this data set in: > # Hawkins, D.M., Bradu, D., and Kass, G.V. (1984). > # Location of several outliers in multiple regression data using > # elemental sets. Technometrics, 26, 197-208. > # > data(artificial) > > result <- wle.lm(y.artificial~x.artificial,boot=40,num.sol=3) > > summary(result) Call: wle.lm(formula = y.artificial ~ x.artificial, boot = 40, num.sol = 3) Root 1 Weighted Residuals: Min 1Q Median 3Q Max -1.2517 -0.4987 0.0000 0.5422 1.3085 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) -0.94351 0.12792 -7.376 3.46e-10 *** x.artificial1 0.15653 0.07809 2.005 0.049112 * x.artificial2 0.18912 0.07168 2.638 0.010382 * x.artificial3 0.18152 0.05021 3.615 0.000581 *** --- Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 Residual standard error: 0.6688 on 66.03095 degrees of freedom Multiple R-Squared: 0.9665, Adjusted R-squared: 0.965 F-statistic: 634.7 on 3 and 66.03095 degrees of freedom, p-value: 0 > > plot(result) > > > > cleanEx() > nameEx("wle.lm.summaries") > ### * wle.lm.summaries > > flush(stderr()); flush(stdout()) > > ### Name: wle.lm.summaries > ### Title: Accessing Linear Model Fits for wle.lm > ### Aliases: coef.wle.lm formula.wle.lm fitted.wle.lm model.frame.wle.lm > ### summary.wle.lm summary.wle.lm.root weights.wle.lm print.wle.lm > ### print.summary.wle.lm print.summary.wle.lm.root > ### Keywords: robust regression > > ### ** Examples > > library(wle) > # You can find this data set in: > # Hawkins, D.M., Bradu, D., and Kass, G.V. (1984). > # Location of several outliers in multiple regression data using > # elemental sets. Technometrics, 26, 197-208. > # > data(artificial) > > result <- wle.lm(y.artificial~x.artificial,boot=40,group=6,num.sol=3) > > #summary only for the first root > summary(result,root=1) Call: wle.lm(formula = y.artificial ~ x.artificial, boot = 40, group = 6, num.sol = 3) Root 1 Weighted Residuals: Min 1Q Median 3Q Max -0.9095 -0.3758 0.0000 0.3889 1.0291 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) -0.19670 0.10419 -1.888 0.064 . x.artificial1 0.08969 0.06655 1.348 0.183 x.artificial2 0.03875 0.04076 0.951 0.346 x.artificial3 -0.05298 0.03549 -1.493 0.141 --- Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 Residual standard error: 0.5561 on 58.6243 degrees of freedom Multiple R-Squared: 0.04914, Adjusted R-squared: 0.0004795 F-statistic: 1.01 on 3 and 58.6243 degrees of freedom, p-value: 0.3949 > #summary for all the roots > summary(result,root="ALL") Call: wle.lm(formula = y.artificial ~ x.artificial, boot = 40, group = 6, num.sol = 3) Root 1 Weighted Residuals: Min 1Q Median 3Q Max -0.9095 -0.3758 0.0000 0.3889 1.0291 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) -0.19670 0.10419 -1.888 0.064 . x.artificial1 0.08969 0.06655 1.348 0.183 x.artificial2 0.03875 0.04076 0.951 0.346 x.artificial3 -0.05298 0.03549 -1.493 0.141 --- Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 Residual standard error: 0.5561 on 58.6243 degrees of freedom Multiple R-Squared: 0.04914, Adjusted R-squared: 0.0004795 F-statistic: 1.01 on 3 and 58.6243 degrees of freedom, p-value: 0.3949 Call: wle.lm(formula = y.artificial ~ x.artificial, boot = 40, group = 6, num.sol = 3) Root 2 Weighted Residuals: Min 1Q Median 3Q Max -1.2517 -0.4987 0.0000 0.5422 1.3085 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) -0.94351 0.12792 -7.376 3.46e-10 *** x.artificial1 0.15653 0.07809 2.005 0.049112 * x.artificial2 0.18912 0.07168 2.638 0.010382 * x.artificial3 0.18152 0.05021 3.615 0.000581 *** --- Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 Residual standard error: 0.6688 on 66.03095 degrees of freedom Multiple R-Squared: 0.9665, Adjusted R-squared: 0.965 F-statistic: 634.7 on 3 and 66.03095 degrees of freedom, p-value: 0 > > > > cleanEx() > nameEx("wle.negativebinomial") > ### * wle.negativebinomial > > flush(stderr()); flush(stdout()) > > ### Name: wle.negativebinomial > ### Title: Robust Estimation in the Negative Binomial Model > ### Aliases: wle.negativebinomial print.wle.negativebinomial > ### Keywords: models robust > > ### ** Examples > > library(wle) > > set.seed(1234) > > x <- rnbinom(20, size=10, prob=0.2) > wle.negativebinomial(x, size=10) $p [1] 0.2075196 $tot.weights [1] 0.8023005 $weights [1] 0.9119194 0.7943701 0.9347763 0.8788666 0.8386529 0.7354439 0.6970307 [8] 0.9205194 0.6970307 0.7943701 0.7354439 0.9393847 0.2947441 0.8198778 [15] 0.8361555 0.8026645 0.8118173 0.9526372 0.9532736 0.6970307 $delta [1] 1.0221916 2.3478269 0.8036050 1.3526703 1.7934025 3.2398799 [7] 3.9476452 0.9393582 3.9476452 2.3478269 3.2398799 0.7599069 [13] 37.9626727 2.0183569 1.8225445 2.2374370 2.1193257 0.6337120 [19] 0.6276024 3.9476452 $f.density [1] 0.05 0.10 0.05 0.05 0.05 0.10 0.15 0.05 0.15 0.10 0.10 0.05 0.05 0.05 0.05 [16] 0.05 0.05 0.05 0.05 0.15 $m.density [1] 0.02472565 0.02987012 0.02772226 0.02125245 0.01789932 0.02358557 [7] 0.03031745 0.02578173 0.03031745 0.02987012 0.02358557 0.02841059 [13] 0.00128328 0.01656530 0.01771451 0.01544432 0.01602911 0.03060515 [19] 0.03072003 0.03031745 $tot.sol [1] 1 $not.conv [1] 0 $call wle.negativebinomial(x = x, size = 10) attr(,"class") [1] "wle.negativebinomial" > > x <- c(rnbinom(20, size=10, prob=0.2),rnbinom(10, size=10, p=0.9)) > result <- wle.negativebinomial(x, size=10) > print(result) $p [1] 0.1911507 $tot.weights [1] 0.5633559 $weights [1] 0.981125487 0.644786937 0.992673502 0.774035733 0.987017707 0.774035733 [7] 0.976701968 0.991937359 0.959935093 0.644786937 0.865678007 0.874753403 [13] 0.932677874 0.971727827 0.335957190 0.644786937 0.865678007 0.942513201 [19] 0.874753403 0.774035733 0.008367085 0.001975771 0.001975771 0.008367085 [25] 0.008367085 0.008367085 0.005614026 0.021214970 0.021214970 0.005614026 $delta [1] 3.438956e-01 5.126776e+00 1.959769e-01 2.633057e+00 2.737189e-01 [6] 2.633057e+00 3.927108e-01 2.070323e-01 5.631338e-01 5.126776e+00 [11] 1.491760e+00 1.395538e+00 8.235132e-01 4.451169e-01 2.818313e+01 [16] 5.126776e+00 1.491760e+00 7.302274e-01 1.395538e+00 2.633057e+00 [21] 5.689596e+04 1.023663e+06 1.023663e+06 5.689596e+04 5.689596e+04 [26] 5.689596e+04 1.265570e+05 8.791883e+03 8.791883e+03 1.265570e+05 $f.density [1] 0.03333333 0.10000000 0.03333333 0.10000000 0.03333333 0.10000000 [7] 0.03333333 0.03333333 0.03333333 0.10000000 0.06666667 0.06666667 [13] 0.03333333 0.03333333 0.03333333 0.10000000 0.06666667 0.03333333 [19] 0.06666667 0.10000000 0.13333333 0.06666667 0.06666667 0.13333333 [25] 0.13333333 0.13333333 0.06666667 0.06666667 0.06666667 0.06666667 $m.density [1] 2.480351e-02 1.632180e-02 2.787122e-02 2.752503e-02 2.617009e-02 [6] 2.752503e-02 2.393414e-02 2.761594e-02 2.132468e-02 1.632180e-02 [11] 2.675485e-02 2.782951e-02 1.827973e-02 2.306619e-02 1.142212e-03 [16] 1.632180e-02 2.675485e-02 1.926529e-02 2.782951e-02 2.752503e-02 [21] 2.343418e-06 6.512555e-08 6.512555e-08 2.343418e-06 2.343418e-06 [26] 2.343418e-06 5.267678e-07 7.581890e-06 7.581890e-06 5.267678e-07 $tot.sol [1] 1 $not.conv [1] 0 $call wle.negativebinomial(x = x, size = 10) attr(,"class") [1] "wle.negativebinomial" > plot(result$weights) > > > > cleanEx() > nameEx("wle.normal") > ### * wle.normal > > flush(stderr()); flush(stdout()) > > ### Name: wle.normal > ### Title: Robust Estimation in the Normal Model > ### Aliases: wle.normal > ### Keywords: models robust > > ### ** Examples > > library(wle) > > data(cavendish) > > result <- wle.normal(cavendish) > > result Call: wle.normal(x = cavendish) Location: [1] 5.469 Scale: [1] 0.1879 Number of solutions 1 > > result <- wle.normal(cavendish,boot=20,num.sol=1) > > barplot(result$weights,col=2,xlab="Observations", + ylab="Weights",ylim=c(0,1), + names.arg=seq(1:length(result$weights))) > > > > > cleanEx() > nameEx("wle.normal.mixture") > ### * wle.normal.mixture > > flush(stderr()); flush(stdout()) > > ### Name: wle.normal.mixture > ### Title: Robust Estimation in the Normal Mixture Model > ### Aliases: wle.normal.mixture wle.normal.mixture.start > ### print.wle.normal.mixture > ### Keywords: robust models > > ### ** Examples > > library(wle) > set.seed(1234) > x <- c(rnorm(150,0,1),rnorm(50,15,2)) > wle.normal.mixture(x,m=2,group=50,group.start=2,boot=5,num.sol=3) Call: wle.normal.mixture(x = x, m = 2, boot = 5, group = 50, num.sol = 3, group.start = 2) Location: [,1] [,2] [1,] 15.1904 -0.1167 [2,] 15.1924 -0.1167 Scale: [,1] [,2] [1,] 1.9546 0.9294 [2,] 1.9356 0.9298 Proportion: [,1] [,2] [1,] 0.2370 0.7630 [2,] 0.2215 0.7785 Number of solutions 2 > wle.normal(x,group=2,boot=10,num.sol=3) Call: wle.normal(x = x, boot = 10, group = 2, num.sol = 3) Location: [1] -0.1171 4.1823 Scale: [1] 0.9375 7.0449 Number of solutions 2 > > > > > cleanEx() > nameEx("wle.normal.multi") > ### * wle.normal.multi > > flush(stderr()); flush(stdout()) > > ### Name: wle.normal.multi > ### Title: Robust Estimation in the Normal Multivariate Model > ### Aliases: wle.normal.multi > ### Keywords: models multivariate robust > > ### ** Examples > > library(wle) > > data(iris) > > smooth <- wle.smooth(dimension=4,costant=4, + weight=0.5,interval=c(0.3,0.7)) > > x.data <- as.matrix(iris[iris[,5]=="virginica",1:4]) > > result <- wle.normal.multi(x.data,boot=20,group=21, + num.sol=3,smooth=smooth$root) > > result Call: wle.normal.multi(x = x.data, boot = 20, group = 21, num.sol = 3, smooth = smooth$root) Location: Sepal.Length Sepal.Width Petal.Length Petal.Width 6.535 2.964 5.495 2.020 Variance-Covariance matrix: [[1]] Sepal.Length Sepal.Width Petal.Length Petal.Width Sepal.Length 0.31930 0.07328 0.22985 0.03729 Sepal.Width 0.07328 0.08363 0.05881 0.04542 Petal.Length 0.22985 0.05881 0.23008 0.03834 Petal.Width 0.03729 0.04542 0.03834 0.07090 Number of solutions 1 > > result <- wle.normal.multi(x.data,boot=20,group=21, + num.sol=1,smooth=smooth$root) > > barplot(result$weights,col=2,xlab="Observations", + ylab="Weights",ylim=c(0,1), + names.arg=seq(1:length(result$weights))) > > > > cleanEx() > nameEx("wle.onestep") > ### * wle.onestep > > flush(stderr()); flush(stdout()) > > ### Name: wle.onestep > ### Title: A One-Step Weighted Likelihood Estimator for Linear model > ### Aliases: wle.onestep > ### Keywords: robust regression > > ### ** Examples > > #library(wle) > #library(lqs) > > #data(artificial) > > #result.lts <- lqs(y.artificial~x.artificial, > # method = "lts") > > #result.wle <- wle.onestep(y.artificial~x.artificial, > # ini.param=result.lts$coefficients, > # ini.scale=result.lts$scale[1]) > > #result.wle > > > > cleanEx() > nameEx("wle.poisson") > ### * wle.poisson > > flush(stderr()); flush(stdout()) > > ### Name: wle.poisson > ### Title: Robust Estimation in the Poisson Model > ### Aliases: wle.poisson print.wle.poisson > ### Keywords: models robust > > ### ** Examples > > library(wle) > > set.seed(1234) > > x <- rpois(40,5) > wle.poisson(x) Call: wle.poisson(x = x) lambda: [1] 4.731 Number of solutions 1 > > x <- c(rpois(40,5),rpois(10,20)) > wle.poisson(x) Call: wle.poisson(x = x) lambda: [1] 4.509 Number of solutions 1 > > > > > cleanEx() > nameEx("wle.smooth") > ### * wle.smooth > > flush(stderr()); flush(stdout()) > > ### Name: wle.smooth > ### Title: Bandwidth selection for the normal kernel and normal model. > ### Aliases: wle.smooth print.wle.smooth > ### Keywords: robust > > ### ** Examples > > library(wle) > > wle.smooth() Call: wle.smooth() Bandwidth: 0.003111 > > > > cleanEx() > nameEx("wle.stepwise") > ### * wle.stepwise > > flush(stderr()); flush(stdout()) > > ### Name: wle.stepwise > ### Title: Weighted Stepwise, Backward and Forward selection methods > ### Aliases: wle.stepwise > ### Keywords: robust regression > > ### ** Examples > > > library(wle) > > # You can find this dataset in: > # Agostinelli, C., (2002). Robust model selection in regression > # via weighted likelihood methodology, Statistics & > # Probability Letters, 56, 289-300. > > data(selection) > > result <- wle.stepwise(ydata~xdata, boot=100, group=6, num.sol=3, + min.weight=0.8, type="Stepwise", method="WLS") > > summary(result) Call: wle.stepwise(formula = ydata ~ xdata, boot = 100, group = 6, num.sol = 3, min.weight = 0.8, type = "Stepwise", method = "WLS") Stepwise selection procedure F.in: 4 F.out: 4 Last 1 iterations: (Intercept) xdataX xdataX^2 1 0 1 1640 > > > > cleanEx() > nameEx("wle.t.test") > ### * wle.t.test > > flush(stderr()); flush(stdout()) > > ### Name: wle.t.test > ### Title: Weighted Likelihood Student's t-Test > ### Aliases: wle.t.test print.wle.t.test > ### Keywords: robust htest > > ### ** Examples > > library(wle) > > set.seed(1234) > > x <- rnorm(20,0,1) > y <- rnorm(20,6,1) > > t.test(x,y) # P < 2.2e-16 Welch Two Sample t-test data: x and y t = -19.727, df = 35.889, p-value < 2.2e-16 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: -6.256951 -5.090237 sample estimates: mean of x mean of y -0.2506641 5.4229301 > wle.t.test(x,y,group=5) # P < 2.2e-16 Call: wle.t.test(x = x, y = y, group = 5) Weighted t test: 'x' Root 1 'y' Root 1 Welch Two Sample wt-test for normal distributed data data: x and y wt = -23.8105, df = 30.757, p-value = < 2.2e-16 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: -6.223332 -5.241027 sample estimates: [1] -0.3404375 5.3917424 Number of 'x' solutions 1 Number of 'y' solutions 1 > > t.test(x,y=c(y,250)) # P = 0.1419 -- NOT significant anymore Welch Two Sample t-test data: x and c(y, 250) t = -1.4867, df = 20.015, p-value = 0.1527 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: -41.620311 6.980069 sample estimates: mean of x mean of y -0.2506641 17.0694572 > wle.t.test(x,y=c(y,250),group=5) # P < 2.2e-16 -- still significant Call: wle.t.test(x = x, y = c(y, 250), group = 5) Weighted t test: 'x' Root 1 'y' Root 1 Welch Two Sample wt-test for normal distributed data data: x and c(y, 250) wt = -23.842, df = 30.917, p-value = < 2.2e-16 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: -6.223822 -5.242825 sample estimates: [1] -0.3404384 5.3928852 Number of 'x' solutions 1 Number of 'y' solutions 1 > set.seed(1234) > > # three roots for 'x' and three roots for 'y' > # with nine t-test value > res <- wle.t.test(x=c(rnorm(40,0,1),rnorm(40,10,1)), + y=c(rnorm(40,0,1),rnorm(40,10,1)), + group=4,num.sol=3,boot=100) > > print(res) # print ALL the t-test Call: wle.t.test(x = c(rnorm(40, 0, 1), rnorm(40, 10, 1)), y = c(rnorm(40, 0, 1), rnorm(40, 10, 1)), boot = 100, group = 4, num.sol = 3) Weighted t test: 'x' Root 1 'y' Root 1 Welch Two Sample wt-test for normal distributed data data: c(rnorm(40, 0, 1), rnorm(40, 10, 1)) and c(rnorm(40, 0, 1), rnorm(40, 10, 1)) wt = -0.3382, df = 123.042, p-value = 0.7358 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: -0.4970768 0.3519885 sample estimates: [1] 5.028074 5.342190 'x' Root 1 'y' Root 2 Welch Two Sample wt-test for normal distributed data data: c(rnorm(40, 0, 1), rnorm(40, 10, 1)) and c(rnorm(40, 0, 1), rnorm(40, 10, 1)) wt = 7.3451, df = 65.967, p-value = 3.94e-10 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: 1.147110 2.003532 sample estimates: [1] 9.903944 5.342190 'x' Root 1 'y' Root 3 Welch Two Sample wt-test for normal distributed data data: c(rnorm(40, 0, 1), rnorm(40, 10, 1)) and c(rnorm(40, 0, 1), rnorm(40, 10, 1)) wt = -7.2909, df = 68.406, p-value = 4.111e-10 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: -1.991628 -1.135776 sample estimates: [1] -0.4877765 5.3421903 'x' Root 2 'y' Root 1 Welch Two Sample wt-test for normal distributed data data: c(rnorm(40, 0, 1), rnorm(40, 10, 1)) and c(rnorm(40, 0, 1), rnorm(40, 10, 1)) wt = 6.8421, df = 70.796, p-value = 2.311e-09 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: 1.039779 1.895112 sample estimates: [1] 9.903944 5.342190 'x' Root 2 'y' Root 2 Welch Two Sample wt-test for normal distributed data data: c(rnorm(40, 0, 1), rnorm(40, 10, 1)) and c(rnorm(40, 0, 1), rnorm(40, 10, 1)) wt = 45.1665, df = 64.112, p-value = < 2.2e-16 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: 9.25851 10.11539 sample estimates: [1] 9.90394428 0.01481658 'x' Root 2 'y' Root 3 Welch Two Sample wt-test for normal distributed data data: c(rnorm(40, 0, 1), rnorm(40, 10, 1)) and c(rnorm(40, 0, 1), rnorm(40, 10, 1)) wt = -0.6266, df = 70.12, p-value = 0.5329 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: -0.5621299 0.2933460 sample estimates: [1] -0.48777653 0.01481658 'x' Root 3 'y' Root 1 Welch Two Sample wt-test for normal distributed data data: c(rnorm(40, 0, 1), rnorm(40, 10, 1)) and c(rnorm(40, 0, 1), rnorm(40, 10, 1)) wt = -8.8572, df = 67.628, p-value = 6.392e-13 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: -2.327637 -1.471608 sample estimates: [1] -0.4877765 5.3421903 'x' Root 3 'y' Root 2 Welch Two Sample wt-test for normal distributed data data: c(rnorm(40, 0, 1), rnorm(40, 10, 1)) and c(rnorm(40, 0, 1), rnorm(40, 10, 1)) wt = -2.6243, df = 65.758, p-value = 0.01079 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: -0.991067 -0.134594 sample estimates: [1] -0.48777653 0.01481658 'x' Root 3 'y' Root 3 Welch Two Sample wt-test for normal distributed data data: c(rnorm(40, 0, 1), rnorm(40, 10, 1)) and c(rnorm(40, 0, 1), rnorm(40, 10, 1)) wt = -49.1517, df = 67.45, p-value = < 2.2e-16 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: -10.96970 -10.11363 sample estimates: [1] -0.4877765 10.0538846 Number of 'x' solutions 3 Number of 'y' solutions 3 > print(res,x.root=1,y.root=1) # print the test associated to the Call: wle.t.test(x = c(rnorm(40, 0, 1), rnorm(40, 10, 1)), y = c(rnorm(40, 0, 1), rnorm(40, 10, 1)), boot = 100, group = 4, num.sol = 3) Weighted t test: 'x' Root 1 'y' Root 1 Welch Two Sample wt-test for normal distributed data data: c(rnorm(40, 0, 1), rnorm(40, 10, 1)) and c(rnorm(40, 0, 1), rnorm(40, 10, 1)) wt = -0.3382, df = 123.042, p-value = 0.7358 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: -0.4970768 0.3519885 sample estimates: [1] 5.028074 5.342190 Number of 'x' solutions 3 Number of 'y' solutions 3 > # x.root=1,y.root=1 > > root.1.1 <- res$test[[1]][[1]] # access to the object associated > # to the x.root=1,y.root=1 > > names(root.1.1) [1] "statistic" "parameter" "p.value" "conf.int" "estimate" [6] "null.value" "alternative" "method" "data.name" "x.weights" [11] "y.weights" "x.root" "y.root" > > set.seed(1234) > > # one root and NOT significant t-test > wle.t.test(x=c(rnorm(40,0,1),rnorm(40,10,1)), + y=c(rnorm(40,0,1),rnorm(40,10,1)), + group=4,num.sol=3,boot=100,paired=TRUE) Call: wle.t.test(x = c(rnorm(40, 0, 1), rnorm(40, 10, 1)), y = c(rnorm(40, 0, 1), rnorm(40, 10, 1)), paired = TRUE, boot = 100, group = 4, num.sol = 3) Weighted t test: 'x' Root 1 Paired wt-test for normal distributed data data: c(rnorm(40, 0, 1), rnorm(40, 10, 1)) and c(rnorm(40, 0, 1), rnorm(40, 10, 1)) wt = -2.0945, df = 74.02, p-value = 0.03964 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: -0.55679559 -0.01389536 sample estimates: [1] -0.2853455 Number of 'x' solutions 1 > > > > > cleanEx() > nameEx("wle.var.test") > ### * wle.var.test > > flush(stderr()); flush(stdout()) > > ### Name: wle.var.test > ### Title: Weighted F Test to Compare Two Variances > ### Aliases: wle.var.test > ### Keywords: robust htest > > ### ** Examples > > > set.seed(2345) > > x <- rnorm(50,0,1) > y <- rnorm(50,10,1) > > res.x <- wle.normal(x,group=5) > res.y <- wle.normal(y,group=5) > > wle.var.test(res.x, res.y) # Do x and y have the same variance? WF test to compare two variances data: res.x and res.y WF = 0.6387, num df = 42.936, denom df = 45.386, p-value = 0.1419 alternative hypothesis: true ratio of variances is not equal to 1 95 percent confidence interval: 0.3521774 1.1641295 sample estimates: ratio of variances 0.6386962 > > set.seed(2345) > > x <- c(rnorm(50,0,1),rnorm(20,10,1)) > y <- c(rnorm(50,10,1),rnorm(10,0,5)) > > res.x <- wle.normal(x,group=5,num.sol=2) > res.y <- wle.normal(y,group=5) > > res.x Call: wle.normal(x = x, group = 5, num.sol = 2) Location: [1] -0.04928 2.71327 Scale: [1] 0.8119 4.5264 Number of solutions 2 > wle.var.test(res.x, res.y, x.root=1) WF test to compare two variances data: res.x and res.y WF = 0.60058, num df = 43.755, denom df = 46.606, p-value = 0.09167 alternative hypothesis: true ratio of variances is not equal to 1 95 percent confidence interval: 0.3335395 1.0874394 sample estimates: ratio of variances 0.6005766 > if (res.x$tot.sol>1) wle.var.test(res.x, res.y, x.root=2) WF test to compare two variances data: res.x and res.y WF = 18.596, num df = 52.963, denom df = 46.606, p-value < 2.2e-16 alternative hypothesis: true ratio of variances is not equal to 1 95 percent confidence interval: 10.53441 32.49159 sample estimates: ratio of variances 18.59567 > > > > cleanEx() > nameEx("wle.vonmises") > ### * wle.vonmises > > flush(stderr()); flush(stdout()) > > ### Name: wle.vonmises > ### Title: von Mises Weighted Likelihood Estimates > ### Aliases: wle.vonmises print.wle.vonmises > ### Keywords: robust > > ### ** Examples > > > x <- c(rvonmises(n=50, mu=circular(0), kappa=10), rvonmises(n=5, mu=circular(pi/2), kappa=20)) > wle.vonmises(x, smooth=20, group=5) Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in (exp(cos(x - mu) - 1))^kappa : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 1/(2 * pi * besselI(x = kappa, nu = 0, expon.scaled = TRUE)) * : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in theta - (mu1 + mu2) : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in 2 * kappa1 * kappa2 * cos(theta - (mu1 + mu2)) : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa1^2 + kappa2^2 + 2 * kappa1 * kappa2 * cos(theta - (mu1 + : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead. Warning in besselI(kappa, 0, expon.scaled = TRUE)/(2 * pi * besselI(kappa1, : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in kappa - kappa1 - kappa2 : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Warning in x - mu : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead. Call: wle.vonmises(x = x, group = 5, smooth = 20) mu: [,1] [1,] -0.01395 kappa: [1] 6.635 Number of solutions 1 > > > > > cleanEx() > nameEx("wle.wrappednormal") > ### * wle.wrappednormal > > flush(stderr()); flush(stdout()) > > ### Name: wle.wrappednormal > ### Title: Wrapped Normal Weighted Likelihood Estimates > ### Aliases: wle.wrappednormal print.wle.wrappednormal > ### Keywords: robust > > ### ** Examples > > > x <- c(rwrappednormal(n=50, mu=circular(0), sd=1), rwrappednormal(n=5, mu=circular(pi/2), sd=0.5)) > wle.wrappednormal(x, smooth=1/20, group=5) Call: wle.wrappednormal(x = x, group = 5, smooth = 1/20) mu: 0.2584 rho: 0.6765 sd: 0.884 Number of solutions 1 > > > > > ### *