CRAN Package Check Results for Package obliclus

Last updated on 2020-08-03 07:51:09 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9 3.39 20.00 23.39 NOTE
r-devel-linux-x86_64-debian-gcc 0.9 2.93 15.90 18.83 NOTE
r-devel-linux-x86_64-fedora-clang 0.9 38.09 NOTE
r-devel-linux-x86_64-fedora-gcc 0.9 28.74 NOTE
r-devel-windows-ix86+x86_64 0.9 15.00 35.00 50.00 NOTE
r-patched-linux-x86_64 0.9 3.56 19.84 23.40 NOTE
r-patched-solaris-x86 0.9 47.50 NOTE
r-release-linux-x86_64 0.9 3.69 20.04 23.73 NOTE
r-release-macos-x86_64 0.9 NOTE
r-release-windows-ix86+x86_64 0.9 10.00 43.00 53.00 NOTE
r-oldrel-macos-x86_64 0.9 NOTE
r-oldrel-windows-ix86+x86_64 0.9 9.00 54.00 63.00 NOTE

Check Details

Version: 0.9
Check: R code for possible problems
Result: NOTE
    obliclus: no visible global function definition for 'rnorm'
    obliclus: no visible global function definition for 'kmeans'
    Undefined global functions or variables:
     kmeans rnorm
    Consider adding
     importFrom("stats", "kmeans", "rnorm")
    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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.9
Check: compiled code
Result: NOTE
    File 'obliclus/libs/obliclus.so':
     Found 'rand', possibly from 'rand' (C)
     Object: 'random_cluster_C.o'
     Found 'srand', possibly from 'srand' (C)
     Object: 'random_cluster_C.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-patched-solaris-x86, r-release-linux-x86_64

Version: 0.9
Check: compiled code
Result: NOTE
    File ‘obliclus/libs/obliclus.so’:
     Found ‘rand’, possibly from ‘rand’ (C)
     Object: ‘random_cluster_C.o’
     Found ‘srand’, possibly from ‘srand’ (C)
     Object: ‘random_cluster_C.o’
    File ‘obliclus/libs/obliclus.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-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.9
Check: compiled code
Result: NOTE
    File 'obliclus/libs/i386/obliclus.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'random_cluster_C.o'
     Found 'srand', possibly from 'srand' (C)
     Object: 'random_cluster_C.o'
    File 'obliclus/libs/x64/obliclus.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'random_cluster_C.o'
     Found 'srand', possibly from 'srand' (C)
     Object: 'random_cluster_C.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.9
Check: compiled code
Result: NOTE
    File ‘obliclus/libs/obliclus.so’:
     Found ‘_rand’, possibly from ‘rand’ (C)
     Object: ‘random_cluster_C.o’
     Found ‘_srand’, possibly from ‘srand’ (C)
     Object: ‘random_cluster_C.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