Last updated on 2019-05-01 01:51:49 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 7.0 | 5.77 | 20.23 | 26.00 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 7.0 | 5.08 | 17.06 | 22.14 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 7.0 | 32.96 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 7.0 | 31.70 | NOTE | |||
r-patched-linux-x86_64 | 7.0 | 5.85 | 20.61 | 26.46 | NOTE | |
r-patched-solaris-x86 | 7.0 | 70.10 | ERROR | |||
r-release-linux-x86_64 | 7.0 | 5.84 | 20.36 | 26.20 | NOTE | |
r-release-windows-ix86+x86_64 | 7.0 | 18.00 | 43.00 | 61.00 | NOTE | |
r-release-osx-x86_64 | 7.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 7.0 | 11.00 | 45.00 | 56.00 | NOTE | |
r-oldrel-osx-x86_64 | 7.0 | NOTE |
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-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-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-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