Last updated on 2021-03-04 00:48:10 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.2-5.6 | 22.19 | 98.66 | 120.85 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.2-5.6 | 16.44 | 74.52 | 90.96 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.2-5.6 | 170.21 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.2-5.6 | 151.25 | OK | |||
r-devel-windows-ix86+x86_64 | 2.2-5.6 | 31.00 | 105.00 | 136.00 | OK | |
r-patched-linux-x86_64 | 2.2-5.6 | 20.93 | 91.61 | 112.54 | OK | |
r-patched-solaris-x86 | 2.2-5.6 | 199.10 | OK | |||
r-release-linux-x86_64 | 2.2-5.6 | 21.80 | 92.23 | 114.03 | OK | |
r-release-macos-x86_64 | 2.2-5.6 | ERROR | ||||
r-release-windows-ix86+x86_64 | 2.2-5.6 | 31.00 | 103.00 | 134.00 | OK | |
r-oldrel-macos-x86_64 | 2.2-5.6 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 2.2-5.6 | 51.00 | 122.00 | 173.00 | OK |
Version: 2.2-5.6
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘rpanel’
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 2.2-5.6
Check: examples
Result: ERROR
Running examples in ‘sm-Ex.R’ failed
The error most likely occurred in:
> ### Name: sm.surface3d
> ### Title: Adding a regression surface to an rgl plot.
> ### Aliases: sm.surface3d
> ### Keywords: nonparametric regression smooth
>
> ### ** Examples
>
> with(trawl, {
+ Zone93 <- (Year == 1 & Zone == 1)
+ Position <- cbind(Longitude - 143, Latitude)
+ model1 <- sm.regression(Position[Zone93,], Score1[Zone93],
+ h= c(0.1, 0.1), display = "rgl", xlab="Longitude - 143")
+ model2 <- sm.regression(Position[Zone93,], Score1[Zone93],
+ h= c(0.2, 0.2), display = "none")
+ sm.surface3d(model2$eval.points, model2$est, model1$scaling, col = "red")
+ })
Error in sm.surface3d(model2$eval.points, model2$est, model1$scaling, :
a scaling must be specified.
Calls: with -> with.default -> eval -> eval -> sm.surface3d
Execution halted
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64