Last updated on 2020-07-14 10:49:02 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.8 | 51.94 | 223.07 | 275.01 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.8 | 38.42 | 173.36 | 211.78 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.8 | 348.45 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.8 | 344.74 | OK | |||
r-devel-windows-ix86+x86_64 | 0.2.8 | 129.00 | 296.00 | 425.00 | OK | |
r-patched-linux-x86_64 | 0.2.8 | 40.52 | 215.54 | 256.06 | OK | |
r-patched-solaris-x86 | 0.2.8 | 364.30 | ERROR | |||
r-release-linux-x86_64 | 0.2.8 | 43.34 | 220.18 | 263.52 | OK | |
r-release-macos-x86_64 | 0.2.8 | ERROR | ||||
r-release-windows-ix86+x86_64 | 0.2.8 | 134.00 | 294.00 | 428.00 | OK | |
r-oldrel-macos-x86_64 | 0.2.8 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.8 | 125.00 | 362.00 | 487.00 | OK |
Version: 0.2.8
Check: examples
Result: ERROR
Running examples in ‘rsMove-Ex.R’ failed
The error most likely occurred in:
> ### Name: backSample
> ### Title: backSample
> ### Aliases: backSample
>
> ### ** Examples
>
> {
+
+ require(raster)
+
+ # read raster data
+ file <- list.files(system.file('extdata', '', package="rsMove"), 'ndvi.tif', full.names=TRUE)
+ r.stk <- stack(file)
+
+ # read movement data
+ data(shortMove)
+
+ # find sample regions
+ label <- labelSample(shortMove, 30, agg.radius=30, nr.pixels=2)
+
+ # select background samples (pca)
+ bSamples <- backSample(shortMove, r.stk, label, sampling.method='pca')
+
+ # select background samples (random)
+ bSamples <- backSample(shortMove, r.stk, sampling.method='random')
+
+ }
Loading required package: raster
Loading required package: sp
Loading required namespace: igraph
Error in backSample(shortMove, r.stk, label, sampling.method = "pca") :
"x" and "y" have different projections
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.2.8
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘resource_suitability.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Loading required package: rsMove
Loading required package: raster
Loading required package: sp
Loading required package: rgdal
rgdal: version: 1.5-12, (SVN revision 1018)
Geospatial Data Abstraction Library extensions to R successfully loaded
Loaded GDAL runtime: GDAL 2.2.4, released 2018/03/19
Path to GDAL shared files: /usr/local/share/gdal
GDAL binary built with GEOS: TRUE
Loaded PROJ runtime: Rel. 5.2.0, September 15th, 2018, [PJ_VERSION: 520]
Path to PROJ shared files: (autodetected)
Linking to sp version:1.4-2
Loading required package: ggplot2
Loading required package: knitr
Loading required package: kableExtra
Loading required package: caret
Loading required package: lattice
Loading required package: igraph
Attaching package: 'igraph'
The following object is masked from 'package:raster':
union
The following objects are masked from 'package:stats':
decompose, spectrum
The following object is masked from 'package:base':
union
Loading required package: randomForest
randomForest 4.6-14
Type rfNews() to see new features/changes/bug fixes.
Attaching package: 'randomForest'
The following object is masked from 'package:ggplot2':
margin
Loading required package: e1071
Attaching package: 'e1071'
The following object is masked from 'package:raster':
interpolate
Quitting from lines 76-79 (resource_suitability.Rmd)
Error: processing vignette 'resource_suitability.Rmd' failed with diagnostics:
"x" and "edata" have different projections
--- failed re-building ‘resource_suitability.Rmd’
SUMMARY: processing the following file failed:
‘resource_suitability.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.2.8
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-release-macos-x86_64