CRAN Package Check Results for Package rindex

Last updated on 2019-03-05 11:52:57 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.12.1 3.38 23.99 27.37 NOTE
r-devel-linux-x86_64-debian-gcc 0.12.1 3.08 19.35 22.43 NOTE
r-devel-linux-x86_64-fedora-clang 0.12.1 33.94 NOTE
r-devel-linux-x86_64-fedora-gcc 0.12.1 33.67 NOTE
r-devel-windows-ix86+x86_64 0.12.1 12.00 42.00 54.00 NOTE
r-patched-linux-x86_64 0.12.1 NOTE
r-patched-solaris-x86 0.12.1 49.30 NOTE
r-release-linux-x86_64 0.12.1 3.08 22.40 25.48 NOTE
r-release-windows-ix86+x86_64 0.12.1 9.00 41.00 50.00 NOTE
r-release-osx-x86_64 0.12.1 NOTE
r-oldrel-windows-ix86+x86_64 0.12.1 8.00 43.00 51.00 NOTE
r-oldrel-osx-x86_64 0.12.1 NOTE

Additional issues

rchk

Check Details

Version: 0.12.1
Check: top-level files
Result: NOTE
    Non-standard files/directories found at top level:
     'doc' 'prebuild.sh' 'rindex-Ex.R'
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.12.1
Check: R code for possible problems
Result: NOTE
    File 'rindex/R/zzz.R':
     .onLoad calls:
     packageStartupMessage("package rindex is under development and still may change considerably")
    
    See section 'Good practice' in '?.onAttach'.
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.12.1
Check: Rd line widths
Result: NOTE
    Rd file 'index.rd':
     \examples lines wider than 100 characters:
     cat("if the index (or index$tree) is removed, the C-tree is removed at the next garbage collection\n")
     cat("accessing the ordering is also much faster (order.index is not dispatched since order is not yet generic)\n")
     indexMatch(i,c("c","f"), findlow=TRUE) # giving parameter findlow= suppresses the warning issued on non-unique indices
    
    Rd file 'indexFindInterval.rd':
     \usage lines wider than 90 characters:
     indexFindInterval(obj, low = NULL, high = NULL, low.include = TRUE, high.include = TRUE, low.exact = FALSE, high.exact = FALSE, lowFUN ... [TRUNCATED]
    
    These lines will be truncated in the PDF 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.12.1
Check: compiled code
Result: NOTE
    File ‘rindex/libs/rindex.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