CRAN Package Check Results for Package PhaseType

Last updated on 2017-12-20 00:47:07 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 4.51 38.44 42.95 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.3 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.3 51.83 WARN
r-devel-linux-x86_64-fedora-gcc 0.1.3 51.88 NOTE
r-devel-windows-ix86+x86_64 0.1.3 23.00 75.00 98.00 NOTE
r-patched-linux-x86_64 0.1.3 4.60 42.50 47.10 NOTE
r-patched-solaris-x86 0.1.3 70.00 NOTE
r-release-linux-x86_64 0.1.3 4.36 41.43 45.79 NOTE
r-release-windows-ix86+x86_64 0.1.3 15.00 76.00 91.00 NOTE
r-release-osx-x86_64 0.1.3 NOTE
r-oldrel-windows-ix86+x86_64 0.1.3 30.00 79.00 109.00 NOTE
r-oldrel-osx-x86_64 0.1.3 NOTE

Check Details

Version: 0.1.3
Check: dependencies in R code
Result: NOTE
    Packages in Depends field not imported from:
     ‘ggplot2’ ‘reshape’
     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: 0.1.3
Check: R code for possible problems
Result: NOTE
    plot.phtMCMC: no visible global function definition for ‘ggplot’
    plot.phtMCMC: no visible global function definition for ‘melt’
    plot.phtMCMC: no visible global function definition for ‘geom_line’
    plot.phtMCMC: no visible global function definition for ‘aes_string’
    plot.phtMCMC: no visible global function definition for ‘geom_smooth’
    plot.phtMCMC: no visible global function definition for ‘facet_wrap’
    plot.phtMCMC: no visible global function definition for ‘ggtitle’
    plot.phtMCMC: no visible global function definition for ‘xlab’
    plot.phtMCMC: no visible global function definition for ‘ylab’
    plot.phtMCMC: no visible global function definition for ‘geom_density’
    Undefined global functions or variables:
     aes_string facet_wrap geom_density geom_line geom_smooth ggplot
     ggtitle melt xlab ylab
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: 0.1.3
Check: compiled code
Result: NOTE
    File ‘PhaseType/libs/PhaseType.so’:
     Found ‘rand’, possibly from ‘rand’ (C)
     Object: ‘LJMA_arms.o’
    File ‘PhaseType/libs/PhaseType.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 the system RNG.
    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: 0.1.3
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     LJMA_arms.c:297:11: warning: comparison of array 'env->p' equal to a null pointer is always false [-Wtautological-pointer-compare]
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.3
Check: compiled code
Result: NOTE
    File 'PhaseType/libs/i386/PhaseType.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'LJMA_arms.o'
    File 'PhaseType/libs/x64/PhaseType.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'LJMA_arms.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-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1.3
Check: compiled code
Result: NOTE
    File ‘PhaseType/libs/PhaseType.so’:
     Found ‘rand’, possibly from ‘rand’ (C)
     Object: ‘LJMA_arms.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-patched-solaris-x86

Version: 0.1.3
Check: compiled code
Result: NOTE
    File ‘PhaseType/libs/PhaseType.so’:
     Found ‘_rand’, possibly from ‘rand’ (C)
     Object: ‘LJMA_arms.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