Last updated on 2017-07-31 01:47:01.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 7.0 | 2.68 | 18.82 | 21.50 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 7.0 | 2.73 | 12.28 | 15.01 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 7.0 | 25.41 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 7.0 | 24.33 | NOTE | |||
r-devel-windows-ix86+x86_64 | 7.0 | 15.00 | 56.00 | 71.00 | NOTE | |
r-patched-linux-x86_64 | 7.0 | 2.96 | 18.78 | 21.74 | NOTE | |
r-patched-solaris-x86 | 7.0 | 67.60 | ERROR | |||
r-release-linux-x86_64 | 7.0 | 2.74 | 18.94 | 21.68 | NOTE | |
r-release-windows-ix86+x86_64 | 7.0 | 10.00 | 36.00 | 46.00 | NOTE | |
r-release-osx-x86_64 | 7.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 7.0 | 15.00 | 44.00 | 59.00 | NOTE | |
r-oldrel-osx-x86_64 | 7.0 | WARN |
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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-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: 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 144959bc, 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
Version: 7.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1)
Flavor: r-oldrel-osx-x86_64