CRAN Package Check Results for Package tpr

Last updated on 2020-08-07 01:50:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3-1.2 18.17 29.14 47.31 NOTE
r-devel-linux-x86_64-debian-gcc 0.3-1.2 13.51 23.32 36.83 NOTE
r-devel-linux-x86_64-fedora-clang 0.3-1.2 74.85 NOTE
r-devel-linux-x86_64-fedora-gcc 0.3-1.2 57.06 NOTE
r-devel-windows-ix86+x86_64 0.3-1.2 50.00 67.00 117.00 NOTE
r-patched-linux-x86_64 0.3-1.2 13.19 29.93 43.12 NOTE
r-patched-solaris-x86 0.3-1.2 95.70 OK
r-release-linux-x86_64 0.3-1.2 14.37 29.93 44.30 NOTE
r-release-macos-x86_64 0.3-1.2 NOTE
r-release-windows-ix86+x86_64 0.3-1.2 38.00 89.00 127.00 NOTE
r-oldrel-macos-x86_64 0.3-1.2 NOTE
r-oldrel-windows-ix86+x86_64 0.3-1.2 37.00 86.00 123.00 NOTE

Additional issues

rchk

Check Details

Version: 0.3-1.2
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-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: 0.3-1.2
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 use Fortran I/O
    nor system RNGs.
    
    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-patched-linux-x86_64, r-release-linux-x86_64

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

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

Version: 0.3-1.2
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 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, r-oldrel-windows-ix86+x86_64

Version: 0.3-1.2
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 use Fortran I/O
    nor system RNGs.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64