Last updated on 2018-06-17 19:49:40 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.6 | 1.26 | 20.41 | 21.67 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.6 | 0.97 | 16.23 | 17.20 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.6 | 25.64 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.6 | 24.14 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.6 | 4.00 | 44.00 | 48.00 | OK | |
r-patched-linux-x86_64 | 1.6 | 1.30 | 19.09 | 20.39 | ERROR | |
r-patched-solaris-x86 | 1.6 | 37.70 | NOTE | |||
r-release-linux-x86_64 | 1.6 | 1.12 | 19.10 | 20.22 | ERROR | |
r-release-windows-ix86+x86_64 | 1.6 | 4.00 | 29.00 | 33.00 | OK | |
r-release-osx-x86_64 | 1.6 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.6 | 3.00 | 41.00 | 44.00 | OK | |
r-oldrel-osx-x86_64 | 1.6 | OK |
Version: 1.6
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
FindMinIC.default FindMinIC.formula fmi.default fmi.formula
formula.cm print.summary.cm print.summary.cmList summary.cm
summary.cmList
See section ‘Registering S3 methods’ 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-patched-solaris-x86, r-release-linux-x86_64
Version: 1.6
Check: examples
Result: ERROR
Running examples in ‘FindMinIC-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: FindMinIC
> ### Title: Find Model with Minimum IC
> ### Aliases: FindMinIC FindMinIC.default FindMinIC.formula fmi fmi.default
> ### fmi.formula
> ### Keywords: models multivariate
>
> ### ** Examples
>
>
> data(iris)
>
> coly="Sepal.Length"
> fixed="Sepal.Width"
> candidates=c("Species","-1","Sepal.Width:Species")
>
> results.lm = FindMinIC(coly, candidates, fixed, iris)
Error in UseMethod("FindMinIC") :
no applicable method for 'FindMinIC' applied to an object of class "character"
Calls: FindMinIC
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64