Last updated on 2020-07-02 02:10:00 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.8 | 53.49 | 226.07 | 279.56 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.8 | 39.87 | 171.71 | 211.58 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.8 | 347.68 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.8 | 328.12 | OK | |||
r-devel-windows-ix86+x86_64 | 0.2.8 | 134.00 | 289.00 | 423.00 | OK | |
r-patched-linux-x86_64 | 0.2.8 | 42.55 | 217.90 | 260.45 | OK | |
r-patched-solaris-x86 | 0.2.8 | 364.30 | ERROR | |||
r-release-linux-x86_64 | 0.2.8 | 44.88 | 216.18 | 261.06 | OK | |
r-release-osx-x86_64 | 0.2.8 | OK | ||||
r-release-windows-ix86+x86_64 | 0.2.8 | 94.00 | 303.00 | 397.00 | OK | |
r-oldrel-osx-x86_64 | 0.2.8 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.8 | 142.00 | 367.00 | 509.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