==1150550== Memcheck, a memory error detector ==1150550== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1150550== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info ==1150550== Command: /data/blackswan/ripley/R/R-devel-vg/bin/exec/R --vanilla ==1150550== R Under development (unstable) (2021-03-19 r80100) -- "Unsuffered Consequences" Copyright (C) 2021 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 <- "mnormpow" > source(file.path(R.home("share"), "R", "examples-header.R")) > options(warn = 1) > library('mnormpow') > > base::assign(".oldSearch", base::search(), pos = 'CheckExEnv') > base::assign(".old_wd", base::getwd(), pos = 'CheckExEnv') > cleanEx() > nameEx("mnormpow") > ### * mnormpow > > flush(stderr()); flush(stdout()) > > ### Name: mnormpow > ### Title: Univariate partial moments of the multivariate normal > ### distribution > ### Aliases: pmnormpow imnormpow > > ### ** Examples > > pmnormpow(c(0,0),varcov=matrix(c(4,0,0,2),ncol=2),ipuiss=1,puiss=2) ==1150550== Conditional jump or move depends on uninitialised value(s) ==1150550== at 0x48B2241: trestr_ (packages/tests-vg/mnormpow/src/sadmvntg.f:1116) ==1150550== by 0x48B3756: adbase_ (packages/tests-vg/mnormpow/src/sadmvntg.f:298) ==1150550== by 0x48B411B: adapt_ (packages/tests-vg/mnormpow/src/sadmvntg.f:226) ==1150550== by 0x48B5787: sadmvng_ (packages/tests-vg/mnormpow/src/sadmvntg.f:102) ==1150550== by 0x49F61C: do_dotCode (svn/R-devel/src/main/dotcode.c:1852) ==1150550== by 0x4D3566: bcEval (svn/R-devel/src/main/eval.c:7115) ==1150550== by 0x4F0077: Rf_eval (svn/R-devel/src/main/eval.c:727) ==1150550== by 0x4F1A8D: R_execClosure (svn/R-devel/src/main/eval.c:1897) ==1150550== by 0x4F2783: Rf_applyClosure (svn/R-devel/src/main/eval.c:1823) ==1150550== by 0x4DF61D: bcEval (svn/R-devel/src/main/eval.c:7083) ==1150550== by 0x4F0077: Rf_eval (svn/R-devel/src/main/eval.c:727) ==1150550== by 0x4F1A8D: R_execClosure (svn/R-devel/src/main/eval.c:1897) ==1150550== Uninitialised value was created by a stack allocation ==1150550== at 0x48B55DA: sadmvng_ (packages/tests-vg/mnormpow/src/sadmvntg.f:17) ==1150550== [1] 1 attr(,"error") [1] 1.576569e-07 attr(,"status") [1] "normal completion" > # =1 > > > > ### *