Last updated on 2018-06-01 08:49:23 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9-91 | 20.40 | 56.33 | 76.73 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.9-91 | 19.14 | 49.79 | 68.93 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.9-91 | 124.79 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9-91 | 116.86 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.9-91 | 105.00 | 151.00 | 256.00 | OK | |
r-patched-linux-x86_64 | 0.9-91 | 18.38 | 63.36 | 81.74 | ERROR | |
r-patched-solaris-x86 | 0.9-91 | 174.30 | OK | |||
r-release-linux-x86_64 | 0.9-91 | 19.22 | 62.89 | 82.11 | ERROR | |
r-release-windows-ix86+x86_64 | 0.9-91 | 72.00 | 153.00 | 225.00 | OK | |
r-release-osx-x86_64 | 0.9-91 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.9-91 | 85.00 | 121.00 | 206.00 | OK | |
r-oldrel-osx-x86_64 | 0.9-91 | NOTE |
Version: 0.9-91
Check: compiled code
Result: NOTE
File ‘wle/libs/wle.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: 0.9-91
Check: examples
Result: ERROR
Running examples in ‘wle-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: anova.wle.glm.root
> ### Title: Robust Analysis of Deviance for Generalized Linear Model Fits
> ### Aliases: anova.wle.glm.root anova.wleglmlist
> ### Keywords: robust models regression
>
> ### ** Examples
>
> ## --- Continuing the Example from '?wle.glm':
> ## Don't show:
> require(utils)
> example("wle.glm", echo = FALSE)
treatment outcome counts
1 1 1 18
2 1 2 17
3 1 3 15
4 2 1 20
5 2 2 10
6 2 3 20
7 3 1 25
8 3 2 13
9 3 3 12
Warning in predict.lm(object, newdata, se.fit, scale = 1, type = ifelse(type == :
calling predict.lm(<fake-lm-object>) ...
Error in if (class(object) != "wle.glm.root") stop("Use 'extractRoot(object)' to extract a single root from a wle.glm object") :
the condition has length > 1
Calls: example ... withVisible -> eval -> eval -> anova -> anova.wle.glm.root
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
Version: 0.9-91
Check: dependencies in R code
Result: NOTE
Unexported objects imported by ':::' calls:
‘circular:::DensityCircularRad’ ‘circular:::DvonmisesRad’
‘circular:::DwrappednormalRad’ ‘circular:::MlevonmisesRad’
‘circular:::MlewrappednormalRad’
See the note in ?`:::` about the use of this operator.
Flavor: r-oldrel-osx-x86_64