CRAN Package Check Results for Package spe

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.2 2.50 38.73 41.23 NOTE
r-devel-linux-x86_64-debian-gcc 1.1.2 1.85 28.91 30.76 NOTE
r-devel-linux-x86_64-fedora-clang 1.1.2 57.63 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1.2 47.60 NOTE
r-devel-windows-ix86+x86_64 1.1.2 10.00 67.00 77.00 NOTE
r-patched-linux-x86_64 1.1.2 2.16 37.09 39.25 NOTE
r-patched-solaris-x86 1.1.2 112.60 NOTE
r-release-linux-x86_64 1.1.2 1.97 37.08 39.05 NOTE
r-release-macos-x86_64 1.1.2 NOTE
r-release-windows-ix86+x86_64 1.1.2 7.00 92.00 99.00 NOTE
r-oldrel-macos-x86_64 1.1.2 NOTE
r-oldrel-windows-ix86+x86_64 1.1.2 7.00 88.00 95.00 NOTE

Check Details

Version: 1.1.2
Check: DESCRIPTION meta-information
Result: NOTE
    Malformed Description field: should contain one or more complete sentences.
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: 1.1.2
Check: R code for possible problems
Result: NOTE
    spe: warning in matrix(retlist[[10]], nr = nobs, nc = edim): partial
     argument match of 'nr' to 'nrow'
    spe: warning in matrix(retlist[[10]], nr = nobs, nc = edim): partial
     argument match of 'nc' to 'ncol'
    spe: no visible global function definition for 'runif'
    Undefined global functions or variables:
     runif
    Consider adding
     importFrom("stats", "runif")
    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: 1.1.2
Check: compiled code
Result: NOTE
    File ‘spe/libs/spe.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    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