Last updated on 2025-12-06 00:49:01 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.2-6.0 | 15.52 | 75.94 | 91.46 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 2.2-6.0 | 9.96 | 37.78 | 47.74 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.2-6.0 | 65.00 | 86.76 | 151.76 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.2-6.0 | 32.00 | 107.81 | 139.81 | OK | |
| r-devel-windows-x86_64 | 2.2-6.0 | 18.00 | 97.00 | 115.00 | OK | |
| r-patched-linux-x86_64 | 2.2-6.0 | 15.04 | 68.10 | 83.14 | OK | |
| r-release-linux-x86_64 | 2.2-6.0 | 14.96 | 71.26 | 86.22 | OK | |
| r-release-macos-arm64 | 2.2-6.0 | OK | ||||
| r-release-macos-x86_64 | 2.2-6.0 | 18.00 | 96.00 | 114.00 | OK | |
| r-release-windows-x86_64 | 2.2-6.0 | 19.00 | 93.00 | 112.00 | OK | |
| r-oldrel-macos-arm64 | 2.2-6.0 | OK | ||||
| r-oldrel-macos-x86_64 | 2.2-6.0 | 11.00 | 44.00 | 55.00 | OK | |
| r-oldrel-windows-x86_64 | 2.2-6.0 | 20.00 | 112.00 | 132.00 | OK |
Version: 2.2-6.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Adrian Bowman <adrian.bowman@glasgow.ac.uk>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Adrian",
family = "Bowman",
role = c("aut", "cre"),
email = "adrian.bowman@glasgow.ac.uk"),
person(given = c("Adelchi", "Azzalini.", "Ported", "to", "R", "by", "B.", "D.", "Ripley", "up", "to", "version"),
family = "2.0",
role = "aut",
email = "ripley@stats.ox.ac.uk"),
person(given = c("version", "2.1", "by", "Adrian"),
family = "Bowman",
role = "aut"),
person(given = "Adelchi",
family = "Azzalini",
role = "aut"),
person(given = c("version", "2.2", "by", "Adrian"),
family = "Bowman.",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.2-6.0
Check: examples
Result: ERROR
Running examples in ‘sm-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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
Flavor: r-devel-linux-x86_64-debian-gcc