Last updated on 2020-08-07 01:49:50 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5 | 3.24 | 28.70 | 31.94 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.5 | 2.65 | 21.85 | 24.50 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.5 | 46.63 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.5 | 37.01 | OK | |||
r-devel-windows-ix86+x86_64 | 1.5 | 10.00 | 41.00 | 51.00 | OK | |
r-patched-linux-x86_64 | 1.5 | 3.57 | 28.18 | 31.75 | OK | |
r-patched-solaris-x86 | 1.5 | 48.20 | OK | |||
r-release-linux-x86_64 | 1.5 | 3.33 | 28.59 | 31.92 | OK | |
r-release-macos-x86_64 | 1.5 | OK | ||||
r-release-windows-ix86+x86_64 | 1.5 | 10.00 | 45.00 | 55.00 | OK | |
r-oldrel-macos-x86_64 | 1.5 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 1.5 | 8.00 | 37.00 | 45.00 | ERROR |
Version: 1.5
Check: examples
Result: ERROR
Running examples in ‘LearnGeom-Ex.R’ failed
The error most likely occurred in:
> ### Name: Rotate
> ### Title: Rotates a geometric object
> ### Aliases: Rotate
>
> ### ** Examples
>
> x_min <- -5
> x_max <- 5
> y_min <- -5
> y_max <- 5
> CoordinatePlane(x_min, x_max, y_min, y_max)
NULL
> P1 <- c(0,0)
> P2 <- c(1,1)
> P3 <- c(2,0)
> Poly <- CreatePolygon(P1, P2, P3)
[1] "Some of the inserted points are collinear. This could lead to a defective polygon."
> Draw(Poly, "blue")
NULL
> fixed <- c(-1,-1)
> angle <- 30
> Poly_rotated <- Rotate(Poly, fixed, angle)
Error in Rotate(Poly, fixed, angle) : object 'object_new' not found
Execution halted
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64