CRAN Package Check Results for Package ifa

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 7.0 6.77 22.18 28.95 NOTE
r-devel-linux-x86_64-debian-gcc 7.0 6.78 17.57 24.35 NOTE
r-devel-linux-x86_64-fedora-clang 7.0 46.30 NOTE
r-devel-linux-x86_64-fedora-gcc 7.0 37.51 NOTE
r-devel-windows-ix86+x86_64 7.0 20.00 45.00 65.00 NOTE
r-patched-linux-x86_64 7.0 7.07 22.08 29.15 NOTE
r-patched-solaris-x86 7.0 71.50 ERROR
r-release-linux-x86_64 7.0 6.32 22.14 28.46 NOTE
r-release-macos-x86_64 7.0 NOTE
r-release-windows-ix86+x86_64 7.0 20.00 64.00 84.00 NOTE
r-oldrel-macos-x86_64 7.0 NOTE
r-oldrel-windows-ix86+x86_64 7.0 17.00 50.00 67.00 NOTE

Check Details

Version: 7.0
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: 7.0
Check: R code for possible problems
Result: NOTE
    NB: .First.lib is obsolete and will not be used in R >= 3.0.0
    
    ifa.em: no visible global function definition for 'runif'
    ifa.init.pca: no visible global function definition for 'var'
    ifa.init.pca: no visible global function definition for 'cor'
    ifa.init.pca: no visible global function definition for 'runif'
    ifa.init.random: no visible global function definition for 'runif'
    ifa.init.random: no visible global function definition for 'var'
    Undefined global functions or variables:
     cor runif var
    Consider adding
     importFrom("stats", "cor", "runif", "var")
    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: 7.0
Check: compiled code
Result: NOTE
    File ‘ifa/libs/ifa.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

Version: 7.0
Check: examples
Result: ERROR
    Running examples in ‘ifa-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: ifa.bic
    > ### Title: A function to compute the BIC
    > ### Aliases: ifa.bic
    > ### Keywords: multivariate
    >
    > ### ** Examples
    >
    > data(memory)
    
     *** caught segfault ***
    address a61a78f8, cause 'memory not mapped'
    
    Traceback:
     1: sub(".*\\.", "", x)
     2: fileExt(file)
     3: data(memory)
    An irrecoverable exception occurred. R is aborting now ...
Flavor: r-patched-solaris-x86