CRAN Package Check Results for Package wsrf

Last updated on 2014-11-24 23:47:20.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.0 29.93 84.19 114.12 NOTE
r-devel-linux-x86_64-debian-gcc 1.4.0 35.85 84.99 120.84 NOTE
r-devel-linux-x86_64-fedora-clang 1.4.0 223.62 NOTE
r-devel-linux-x86_64-fedora-gcc 1.4.0 207.02 NOTE
r-devel-osx-x86_64-clang 1.4.0 306.15 NOTE
r-devel-windows-ix86+x86_64 1.4.0 111.00 111.00 222.00 NOTE
r-patched-linux-x86_64 1.4.0 36.61 84.75 121.36 NOTE
r-patched-solaris-sparc 1.4.0 2034.20 NOTE
r-patched-solaris-x86 1.4.0 315.00 NOTE
r-release-linux-ix86 1.4.0 42.67 118.22 160.89 NOTE
r-release-linux-x86_64 1.4.0 35.75 85.66 121.41 NOTE
r-release-osx-x86_64-mavericks 1.4.0 NOTE
r-release-osx-x86_64-snowleopard 1.4.0 OK
r-release-windows-ix86+x86_64 1.4.0 121.00 111.00 232.00 NOTE
r-oldrel-windows-ix86+x86_64 1.4.0 113.00 144.00 257.00 OK

Check Details

Version: 1.4.0
Check: dependencies in R code
Result: NOTE
    Package in Depends field not imported from: ‘parallel’
     These packages need to be imported from (in the NAMESPACE file)
     for when this namespace is loaded but not attached.
    See the information on DESCRIPTION files in the chapter ‘Creating R
    packages’ of 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-devel-osx-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-ix86, r-release-linux-x86_64, r-release-windows-ix86+x86_64

Version: 1.4.0
Check: R code for possible problems
Result: NOTE
    .clwsrf: no visible global function definition for ‘makeCluster’
    .clwsrf: no visible global function definition for ‘clusterEvalQ’
    .clwsrf: no visible global function definition for ‘clusterCall’
    .clwsrf : <anonymous>: no visible global function definition for
     ‘detectCores’
    .clwsrf: no visible global function definition for
     ‘clusterSetRNGStream’
    .clwsrf: no visible global function definition for ‘parRapply’
    .clwsrf: no visible global function definition for ‘stopCluster’
    wsrf: no visible global function definition for ‘detectCores’
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-osx-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-ix86, r-release-linux-x86_64, r-release-windows-ix86+x86_64

Version: 1.4.0
Check: compiled code
Result: NOTE
    File ‘wsrf/libs/wsrf.so’:
     Found ‘rand’, possibly from ‘rand’ (C)
     Objects: ‘IGR.o’, ‘c4_5_attribute_selection_method.o’,
     ‘random_forests.o’
     Found ‘srand’, possibly from ‘srand’ (C)
     Objects: ‘IGR.o’, ‘c4_5_attribute_selection_method.o’,
     ‘random_forests.o’
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor the C RNG.
    
    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-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-ix86, r-release-linux-x86_64

Version: 1.4.0
Check: installed package size
Result: NOTE
     installed size is 6.0Mb
     sub-directories of 1Mb or more:
     libs 5.7Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-patched-solaris-sparc

Version: 1.4.0
Check: compiled code
Result: NOTE
    File ‘wsrf/libs/wsrf.so’:
     Found ‘_rand’, possibly from ‘rand’ (C)
     Objects: ‘IGR.o’, ‘c4_5_attribute_selection_method.o’,
     ‘random_forests.o’
     Found ‘_srand’, possibly from ‘srand’ (C)
     Objects: ‘IGR.o’, ‘c4_5_attribute_selection_method.o’,
     ‘random_forests.o’
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor the C RNG.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-osx-x86_64-clang

Version: 1.4.0
Check: compiled code
Result: NOTE
    File 'wsrf/libs/i386/wsrf.dll':
     Found 'rand', possibly from 'rand' (C)
     Objects: 'IGR.o', 'c4_5_attribute_selection_method.o',
     'random_forests.o'
     Found 'srand', possibly from 'srand' (C)
     Objects: 'IGR.o', 'c4_5_attribute_selection_method.o',
     'random_forests.o'
    File 'wsrf/libs/x64/wsrf.dll':
     Found 'rand', possibly from 'rand' (C)
     Objects: 'IGR.o', 'c4_5_attribute_selection_method.o',
     'random_forests.o'
     Found 'srand', possibly from 'srand' (C)
     Objects: 'IGR.o', 'c4_5_attribute_selection_method.o',
     'random_forests.o'
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor the C RNG.
    
    See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64

Version: 1.4.0
Check: re-building of vignette outputs
Result: NOTE
    Error in re-building vignettes:
     ...
    Loading required package: grid
    Loading required package: zoo
    
    Attaching package: 'zoo'
    
    The following objects are masked from 'package:base':
    
     as.Date, as.Date.numeric
    
    Loading required package: sandwich
    Loading required package: strucchange
    Loading required package: modeltools
    Loading required package: stats4
    Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
     Running 'texi2dvi' on 'wsrfGuide.tex' failed.
    LaTeX errors:
    ! LaTeX Error: File `todonotes.sty' not found.
    
    Type X to quit or <RETURN> to proceed,
    or enter new name. (Default extension: sty)
    
    st/wsrf/vignettes/wsrfGuide.tex:58: ==> Fatal error occurred, no output PDF fi
    le produced!
    Calls: buildVignettes -> texi2pdf -> texi2dvi
    Execution halted
Flavor: r-release-osx-x86_64-mavericks