Last updated on 2020-03-23 06:48:30 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3 | 13.57 | 88.90 | 102.47 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.3 | 11.26 | 67.68 | 78.94 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.3 | 128.44 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.3 | 118.76 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.3 | 21.00 | 91.00 | 112.00 | ERROR | |
r-devel-windows-ix86+x86_64-gcc8 | 1.3 | 22.00 | 89.00 | 111.00 | OK | |
r-patched-linux-x86_64 | 1.3 | 11.43 | 78.97 | 90.40 | OK | |
r-patched-solaris-x86 | 1.3 | 170.40 | ERROR | |||
r-release-linux-x86_64 | 1.3 | 11.95 | 78.33 | 90.28 | OK | |
r-release-windows-ix86+x86_64 | 1.3 | 18.00 | 93.00 | 111.00 | OK | |
r-release-osx-x86_64 | 1.3 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.3 | 11.00 | 81.00 | 92.00 | OK | |
r-oldrel-osx-x86_64 | 1.3 | OK |
Version: 1.3
Check: examples
Result: ERROR
Running examples in 'ShapeSelectForest-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plotshape
> ### Title: The Plot Routine for an Object of the Shape Routine
> ### Aliases: plotshape
> ### Keywords: graphic routine
>
> ### ** Examples
>
> # import the matrix of Landsat signals
> data("ymat")
>
> # define the predictor vector: the year 1985 to the year 2010
> x <- 1985:2010
>
> # make a fit by the shape routine using "CIC"
> # and not allow a double jump shape.
> ans <- shape(x, ymat, "CIC", db = FALSE)
>
> # make a plot for the 1st column of ymat
> plotshape(ans, ids = 1, both = TRUE, form = TRUE, tt = "Pixel 420")
Error in get(name, envir = asNamespace(pkg), inherits = FALSE) :
object 'plot' not found
Calls: plotshape -> ::: -> get
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.3
Check: examples
Result: ERROR
Running examples in ‘ShapeSelectForest-Ex.R’ failed
The error most likely occurred in:
> ### Name: plotshape
> ### Title: The Plot Routine for an Object of the Shape Routine
> ### Aliases: plotshape
> ### Keywords: graphic routine
>
> ### ** Examples
>
> # import the matrix of Landsat signals
> data("ymat")
>
> # define the predictor vector: the year 1985 to the year 2010
> x <- 1985:2010
>
> # make a fit by the shape routine using "CIC"
> # and not allow a double jump shape.
> ans <- shape(x, ymat, "CIC", db = FALSE)
>
> # make a plot for the 1st column of ymat
> plotshape(ans, ids = 1, both = TRUE, form = TRUE, tt = "Pixel 420")
Error in get(name, envir = asNamespace(pkg), inherits = FALSE) :
object 'plot' not found
Calls: plotshape -> ::: -> get
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86