CRAN Package Check Results for Package bifactorial

Last updated on 2018-03-25 08:48:31 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.7 33.24 70.89 104.13 NOTE
r-devel-linux-x86_64-debian-gcc 1.4.7 29.82 57.46 87.28 WARN
r-devel-linux-x86_64-fedora-clang 1.4.7 138.37 NOTE
r-devel-linux-x86_64-fedora-gcc 1.4.7 137.56 WARN
r-devel-windows-ix86+x86_64 1.4.7 73.00 121.00 194.00 WARN
r-patched-linux-x86_64 1.4.7 35.98 72.93 108.91 NOTE
r-patched-solaris-x86 1.4.7 189.00 NOTE
r-release-linux-x86_64 1.4.7 32.22 72.21 104.43 NOTE
r-release-windows-ix86+x86_64 1.4.7 96.00 154.00 250.00 NOTE
r-release-osx-x86_64 1.4.7 NOTE
r-oldrel-windows-ix86+x86_64 1.4.7 67.00 117.00 184.00 NOTE
r-oldrel-osx-x86_64 1.4.7 NOTE

Additional issues

valgrind

Check Details

Version: 1.4.7
Check: dependencies in R code
Result: NOTE
    'library' or 'require' call to ‘mvtnorm’ which was already attached by Depends.
     Please remove these calls from your code.
    Packages in Depends field not imported from:
     ‘Rcpp’ ‘mvtnorm’
     These packages need to be imported from (in the NAMESPACE file)
     for when this namespace is loaded but not attached.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 1.4.7
Check: R code for possible problems
Result: NOTE
    avebinomial2Boot: no visible global function definition for ‘var’
    avebinomial3Boot: no visible global function definition for ‘var’
    avestudent2: no visible global function definition for ‘var’
    avestudent2: no visible global function definition for ‘pnorm’
    avestudent2Boot: no visible global function definition for ‘var’
    avestudent3Boot: no visible global function definition for ‘var’
    intbinomial2Boot: no visible global function definition for ‘quantile’
    intbinomial3Boot: no visible global function definition for ‘quantile’
    intstudent2: no visible global function definition for ‘confint’
    intstudent2: no visible global function definition for ‘lm’
    intstudent2Boot: no visible global function definition for ‘var’
    intstudent2Boot: no visible global function definition for ‘quantile’
    intstudent3Boot: no visible global function definition for ‘var’
    intstudent3Boot: no visible global function definition for ‘quantile’
    maxstudent2: no visible global function definition for ‘var’
    maxstudent2 : padj.fun: no visible global function definition for
     ‘pmvnorm’
    maxstudent2 : padj.fun: no visible global function definition for
     ‘qnorm’
    maxstudent2: no visible global function definition for ‘pt’
    pvstudent2: no visible global function definition for ‘var’
    pvstudent2 : padj.fun: no visible global function definition for
     ‘pmvnorm’
    pvstudent2 : padj.fun: no visible global function definition for
     ‘qnorm’
    pvstudent2: no visible global function definition for ‘pt’
    ttest: no visible global function definition for ‘var’
    plot,margint-missing: no visible global function definition for ‘lines’
    plot,margint-missing: no visible global function definition for ‘axis’
    plot,margint-missing: no visible global function definition for ‘par’
    plot,mintest-missing: no visible global function definition for ‘lines’
    plot,mintest-missing: no visible global function definition for ‘axis’
    plot,mintest-missing: no visible global function definition for ‘par’
    show,carpet: no visible global function definition for ‘sd’
    show,cube: no visible global function definition for ‘sd’
    summary,carpet: no visible global function definition for ‘sd’
    summary,cube: no visible global function definition for ‘sd’
    Undefined global functions or variables:
     axis confint lines lm par pmvnorm pnorm pt qnorm quantile sd var
    Consider adding
     importFrom("graphics", "axis", "lines", "par")
     importFrom("stats", "confint", "lm", "pnorm", "pt", "qnorm",
     "quantile", "sd", "var")
    to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 1.4.7
Check: compiled code
Result: NOTE
    File ‘bifactorial/libs/bifactorial.so’:
     Found ‘rand’, possibly from ‘rand’ (C)
     Object: ‘misc.o’
     Found ‘srand’, possibly from ‘srand’ (C)
     Objects: ‘krit.o’, ‘pv.o’
    File ‘bifactorial/libs/bifactorial.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor use Fortran I/O
    nor system RNGs.
    It is good practice to register native routines and to disable symbol
    search.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.4.7
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     misc.cpp:115:14: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64

Version: 1.4.7
Check: compiled code
Result: NOTE
    File 'bifactorial/libs/i386/bifactorial.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'misc.o'
     Found 'srand', possibly from 'srand' (C)
     Objects: 'krit.o', 'pv.o'
    File 'bifactorial/libs/x64/bifactorial.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'misc.o'
     Found 'srand', possibly from 'srand' (C)
     Objects: 'krit.o', 'pv.o'
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor use Fortran I/O
    nor system RNGs.
    
    See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64

Version: 1.4.7
Check: compiled code
Result: NOTE
    File ‘bifactorial/libs/bifactorial.so’:
     Found ‘rand’, possibly from ‘rand’ (C)
     Object: ‘misc.o’
     Found ‘srand’, possibly from ‘srand’ (C)
     Objects: ‘krit.o’, ‘pv.o’
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor use Fortran I/O
    nor system RNGs.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-patched-solaris-x86

Version: 1.4.7
Check: compiled code
Result: NOTE
    File ‘bifactorial/libs/bifactorial.so’:
     Found ‘_rand’, possibly from ‘rand’ (C)
     Object: ‘misc.o’
     Found ‘_srand’, possibly from ‘srand’ (C)
     Objects: ‘krit.o’, ‘pv.o’
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor the system RNG.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 1.4.7
Check: compiled code
Result: NOTE
    File 'bifactorial/libs/i386/bifactorial.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'misc.o'
     Found 'srand', possibly from 'srand' (C)
     Objects: 'krit.o', 'pv.o'
    File 'bifactorial/libs/x64/bifactorial.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'misc.o'
     Found 'srand', possibly from 'srand' (C)
     Objects: 'krit.o', 'pv.o'
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor the system RNG.
    
    See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavor: r-oldrel-windows-ix86+x86_64