CRAN Package Check Results for Package sm

Last updated on 2020-08-07 01:50:00 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2-5.6 22.89 89.52 112.41 OK
r-devel-linux-x86_64-debian-gcc 2.2-5.6 17.48 68.26 85.74 OK
r-devel-linux-x86_64-fedora-clang 2.2-5.6 151.89 OK
r-devel-linux-x86_64-fedora-gcc 2.2-5.6 148.67 OK
r-devel-windows-ix86+x86_64 2.2-5.6 38.00 97.00 135.00 OK
r-patched-linux-x86_64 2.2-5.6 22.33 91.56 113.89 OK
r-patched-solaris-x86 2.2-5.6 179.60 OK
r-release-linux-x86_64 2.2-5.6 22.49 91.03 113.52 OK
r-release-macos-x86_64 2.2-5.6 ERROR
r-release-windows-ix86+x86_64 2.2-5.6 44.00 132.00 176.00 OK
r-oldrel-macos-x86_64 2.2-5.6 ERROR
r-oldrel-windows-ix86+x86_64 2.2-5.6 28.00 105.00 133.00 OK

Check Details

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