CRAN Package Check Results for Package rmongodb

Last updated on 2015-12-29 00:46:58.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-gcc 1.8.0 5.34 39.42 44.76 NOTE
r-devel-linux-x86_64-fedora-clang 1.8.0 80.87 NOTE
r-devel-linux-x86_64-fedora-gcc 1.8.0 78.70 NOTE
r-devel-osx-x86_64-clang 1.8.0 105.10 NOTE
r-devel-windows-ix86+x86_64 1.8.0 29.00 167.00 196.00 NOTE
r-patched-linux-x86_64 1.8.0 5.53 40.87 46.40 NOTE
r-release-linux-x86_64 1.8.0 5.52 41.73 47.25 NOTE
r-release-osx-x86_64-mavericks 1.8.0 NOTE
r-release-windows-ix86+x86_64 1.8.0 40.00 111.00 151.00 NOTE
r-oldrel-windows-ix86+x86_64 1.8.0 40.00 121.00 161.00 NOTE

Check Details

Version: 1.8.0
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     as.character.mongo.oid print.mongo.bson print.mongo.oid
    See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
    manual.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.8.0
Check: R code for possible problems
Result: NOTE
    mongo.cursor.to.list: no visible global function definition for
     ‘setNames’
    mongo.cursor.to.rlist: no visible global function definition for
     ‘setNames’
    Undefined global functions or variables:
     setNames
    Consider adding
     importFrom("stats", "setNames")
    to your NAMESPACE.
Flavors: 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

Version: 1.8.0
Check: for GNU extensions in Makefiles
Result: NOTE
    GNU make is a SystemRequirements.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.8.0
Check: compiled code
Result: NOTE
    File ‘rmongodb/libs/rmongodb.so’:
     Found ‘rand’, possibly from ‘rand’ (C)
     Objects: ‘libmongo/bson.o’, ‘libmongo/mongo.o’
     Found ‘srand’, possibly from ‘srand’ (C)
     Object: ‘libmongo/bson.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-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.8.0
Check: compiled code
Result: NOTE
    File ‘rmongodb/libs/rmongodb.so’:
     Found ‘_rand’, possibly from ‘rand’ (C)
     Objects: ‘libmongo/bson.o’, ‘libmongo/mongo.o’
     Found ‘_srand’, possibly from ‘srand’ (C)
     Object: ‘libmongo/bson.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-osx-x86_64-clang, r-release-osx-x86_64-mavericks

Version: 1.8.0
Check: compiled code
Result: NOTE
    File 'rmongodb/libs/i386/rmongodb.dll':
     Found 'rand', possibly from 'rand' (C)
     Objects: 'libmongo/bson.o', 'libmongo/mongo.o'
     Found 'srand', possibly from 'srand' (C)
     Object: 'libmongo/bson.o'
    File 'rmongodb/libs/x64/rmongodb.dll':
     Found 'rand', possibly from 'rand' (C)
     Objects: 'libmongo/bson.o', 'libmongo/mongo.o'
     Found 'srand', possibly from 'srand' (C)
     Object: 'libmongo/bson.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