Last updated on 2025-12-06 17:48:43 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9-1 | 5.10 | 49.25 | 54.35 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.9-1 | 4.82 | 40.27 | 45.09 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.9-1 | 13.00 | 70.15 | 83.15 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.9-1 | 13.00 | 65.73 | 78.73 | OK | |
| r-devel-windows-x86_64 | 0.9-1 | 6.00 | 74.00 | 80.00 | OK | |
| r-patched-linux-x86_64 | 0.9-1 | 5.63 | 40.59 | 46.22 | NOTE | |
| r-release-linux-x86_64 | 0.9-1 | 4.83 | 42.08 | 46.91 | NOTE | |
| r-release-macos-arm64 | 0.9-1 | OK | ||||
| r-release-macos-x86_64 | 0.9-1 | 7.00 | 56.00 | 63.00 | OK | |
| r-release-windows-x86_64 | 0.9-1 | 5.00 | 73.00 | 78.00 | OK | |
| r-oldrel-macos-arm64 | 0.9-1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.9-1 | 9.00 | 37.00 | 46.00 | OK | |
| r-oldrel-windows-x86_64 | 0.9-1 | 8.00 | 82.00 | 90.00 | OK |
Version: 0.9-1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Luke Tierney <luke-tierney@uiowa.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Dai",
family = "Feng",
role = "aut"),
person(given = "Luke",
family = "Tierney",
role = c("aut", "cre"),
email = "luke-tierney@uiowa.edu"))
as necessary.
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.9-1
Check: for unstated dependencies in ‘demo’
Result: NOTE
'library' or 'require' call not declared from: ‘maps’
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-1
Check: examples
Result: ERROR
Running examples in ‘misc3d-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: contour3d
> ### Title: Draw an Isosurface, a Three Dimension Contour Plot
> ### Aliases: contour3d
> ### Keywords: hplot
>
> ### ** Examples
>
> #Example 1: Draw a ball
> f <- function(x, y, z)x^2+y^2+z^2
> x <- seq(-2,2,len=20)
> contour3d(f,4,x,x,x)
Error in loadRGL() : rgl is mot available
Calls: contour3d -> drawScene.rgl -> loadRGL
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc