Last updated on 2023-02-27 07:49:58 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.3 | 44.06 | 409.46 | 453.52 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2.3 | 33.74 | 299.94 | 333.68 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.3 | 553.74 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 567.34 | ERROR | |||
r-devel-windows-x86_64 | 0.2.3 | 60.00 | 486.00 | 546.00 | OK | |
r-patched-linux-x86_64 | 0.2.3 | 36.29 | 394.05 | 430.34 | ERROR | |
r-release-linux-x86_64 | 0.2.3 | 33.09 | 398.28 | 431.37 | ERROR | |
r-release-macos-arm64 | 0.2.3 | 194.00 | OK | |||
r-release-macos-x86_64 | 0.2.3 | 312.00 | OK | |||
r-release-windows-x86_64 | 0.2.3 | 56.00 | 489.00 | 545.00 | OK | |
r-oldrel-macos-arm64 | 0.2.3 | 206.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.3 | 225.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.2.3 | 20.00 | 20.00 | ERROR |
Version: 0.2.3
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘RStoolbox’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.2.3
Check: examples
Result: ERROR
Running examples in ‘fieldRS-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: rankPlots
> ### Title: rankPlots
> ### Aliases: rankPlots
>
> ### ** Examples
>
> {
+
+ require(raster)
+ require(RStoolbox)
+ require(ggplot2)
+
+ # read raster data
+ r <- brick(system.file("extdata", "ndvi.tif", package="fieldRS"))
+
+ # read road information
+ data(roads)
+
+ # unsupervised classification with kmeans
+ uc <- unsuperClass(r, nSamples=5000, nClasses=5)$map
+
+ # derive potential sampling plots
+ pp <- derivePlots(uc, 1000)
+
+ # plot ranking
+ pp@data <- rankPlots(uc, pp, roads)
+
+ # plot output
+ gp <- fortify(pp, region="ranking")
+ ggplot(gp, aes(x=long, y=lat, group=group, fill=as.numeric(id))) +
+ geom_polygon() + scale_fill_continuous(name="Ranking")
+
+ }
Loading required package: raster
Loading required package: sp
Loading required package: RStoolbox
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘RStoolbox’
Loading required package: ggplot2
Error in unsuperClass(r, nSamples = 5000, nClasses = 5) :
could not find function "unsuperClass"
Execution halted
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.2.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘fieldRS.Rmd’ using rmarkdown
Quitting from lines 21-28 (fieldRS.Rmd)
Error: processing vignette ‘fieldRS.Rmd’ failed with diagnostics:
there is no package called 'RStoolbox'
--- failed re-building ‘fieldRS.Rmd’
SUMMARY: processing the following file failed:
‘fieldRS.Rmd’
Error: Vignette re-building failed.
Execution halted
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.2.3
Check: examples
Result: ERROR
Running examples in ‘fieldRS-Ex.R’ failed
The error most likely occurred in:
> ### Name: rankPlots
> ### Title: rankPlots
> ### Aliases: rankPlots
>
> ### ** Examples
>
> {
+
+ require(raster)
+ require(RStoolbox)
+ require(ggplot2)
+
+ # read raster data
+ r <- brick(system.file("extdata", "ndvi.tif", package="fieldRS"))
+
+ # read road information
+ data(roads)
+
+ # unsupervised classification with kmeans
+ uc <- unsuperClass(r, nSamples=5000, nClasses=5)$map
+
+ # derive potential sampling plots
+ pp <- derivePlots(uc, 1000)
+
+ # plot ranking
+ pp@data <- rankPlots(uc, pp, roads)
+
+ # plot output
+ gp <- fortify(pp, region="ranking")
+ ggplot(gp, aes(x=long, y=lat, group=group, fill=as.numeric(id))) +
+ geom_polygon() + scale_fill_continuous(name="Ranking")
+
+ }
Loading required package: raster
Loading required package: sp
Loading required package: RStoolbox
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘RStoolbox’
Loading required package: ggplot2
Error in unsuperClass(r, nSamples = 5000, nClasses = 5) :
could not find function "unsuperClass"
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.2.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘fieldRS.Rmd’ using rmarkdown
Quitting from lines 21-28 (fieldRS.Rmd)
Error: processing vignette 'fieldRS.Rmd' failed with diagnostics:
there is no package called 'RStoolbox'
--- failed re-building ‘fieldRS.Rmd’
SUMMARY: processing the following file failed:
‘fieldRS.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.2.3
Check: whether package can be installed
Result: ERROR
install log '' does not exist
Flavor: r-oldrel-windows-ix86+x86_64