CRAN Package Check Results for Package tpr

Last updated on 2016-10-25 23:47:57.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3-1 0.73 1.84 2.58 ERROR
r-devel-linux-x86_64-debian-gcc 0.3-1 7.82 16.75 24.57 NOTE
r-devel-linux-x86_64-fedora-clang 0.3-1 51.49 NOTE
r-devel-linux-x86_64-fedora-gcc 0.3-1 42.58 NOTE
r-devel-windows-ix86+x86_64 0.3-1 37.00 69.00 106.00 NOTE
r-patched-linux-x86_64 0.3-1 7.13 15.77 22.91 NOTE
r-patched-solaris-sparc 0.3-1 280.40 NOTE
r-patched-solaris-x86 0.3-1 68.70 NOTE
r-release-linux-x86_64 0.3-1 7.08 15.85 22.93 NOTE
r-release-osx-x86_64-mavericks 0.3-1 NOTE
r-release-windows-ix86+x86_64 0.3-1 28.00 46.00 74.00 NOTE
r-oldrel-windows-ix86+x86_64 0.3-1 26.00 53.00 79.00 NOTE

Check Details

Version: 0.3-1
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.3-1
Check: dependencies in R code
Result: NOTE
    Package in Depends field not imported from: ‘lgtdl’
     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-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.3-1
Check: R code for possible problems
Result: NOTE
    ci.plot: no visible global function definition for ‘gaussian’
    ci.plot: no visible global function definition for ‘qnorm’
    ci.plot: no visible global function definition for ‘plot’
    ci.plot: no visible global function definition for ‘lines’
    cst.fit.ff: no visible global function definition for ‘pnorm’
    cstfit.1: no visible global function definition for ‘var’
    gof.test.boots.pf: no visible binding for global variable ‘sd’
    gof.test.int.1.ff: no visible global function definition for ‘quantile’
    gof.test.int.1.ff: no visible global function definition for ‘var’
    gof.test.int.ff: no visible global function definition for ‘pnorm’
    gofTest: no visible binding for global variable ‘sd’
    plotGof: no visible global function definition for ‘plot’
    plotGof : <anonymous>: no visible global function definition for
     ‘lines’
    plotGof: no visible global function definition for ‘lines’
    sig.test.int.1.ff: no visible global function definition for ‘quantile’
    sig.test.int.1.ff: no visible global function definition for ‘var’
    sig.test.int.ff: no visible global function definition for ‘pnorm’
    test.boots.1: no visible binding for global variable ‘sd’
    tpr: no visible global function definition for ‘poisson’
    tpr: no visible global function definition for ‘glm.fit’
    tpr: no visible global function definition for ‘coef’
    tpr: no visible global function definition for ‘approx’
    Undefined global functions or variables:
     approx coef gaussian glm.fit lines plot pnorm poisson qnorm quantile
     sd var
    Consider adding
     importFrom("graphics", "lines", "plot")
     importFrom("stats", "approx", "coef", "gaussian", "glm.fit", "pnorm",
     "poisson", "qnorm", "quantile", "sd", "var")
    to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64

Version: 0.3-1
Check: Rd line widths
Result: NOTE
    Rd file 'ci.plot.Rd':
     \usage lines wider than 90 characters:
     ci.plot(x, y, se, level = 0.95, ylim = NULL, newplot = TRUE, fun = gaussian()$linkinv, dfun = gaussian()$mu.eta, ...)
    
    These lines will be truncated in the PDF manual.
Flavors: 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: 0.3-1
Check: compiled code
Result: NOTE
    File ‘tpr/libs/tpr.so’:
     Found ‘_ZSt4cerr’, possibly from ‘std::cerr’ (C++)
     Object: ‘utils.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-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.3-1
Check: compiled code
Result: NOTE
    File ‘tpr/libs/tpr.so’:
     Found ‘_ZNSt3__14cerrE’, possibly from ‘std::cerr’ (C++)
     Object: ‘utils.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-devel-linux-x86_64-fedora-clang

Version: 0.3-1
Check: compiled code
Result: NOTE
    File ‘tpr/libs/tpr.so’:
     Found ‘__ZNSt3__14cerrE’, possibly from ‘std::cerr’ (C++)
     Object: ‘utils.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-devel-macos-x86_64-clang, r-release-osx-x86_64-mavericks

Version: 0.3-1
Check: compiled code
Result: NOTE
    File ‘tpr/libs/tpr.so’:
     Found ‘__1cDstdEcerr_’, possibly from ‘std::cerr’ (C++)
     Object: ‘utils.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-patched-solaris-sparc, r-patched-solaris-x86

Version: 0.3-1
Check: compiled code
Result: NOTE
    File 'tpr/libs/i386/tpr.dll':
     Found '_ZSt4cerr', possibly from 'std::cerr' (C++)
     Object: 'utils.o'
    File 'tpr/libs/x64/tpr.dll':
     Found '_ZSt4cerr', possibly from 'std::cerr' (C++)
     Object: 'utils.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