Last updated on 2021-03-01 04:47:13 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.16 | OK | ||||
r-devel-linux-x86_64-debian-gcc | 0.1.16 | 3.14 | 86.64 | 89.78 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.16 | 143.43 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.16 | 134.43 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1.15 | 9.00 | 106.00 | 115.00 | OK | |
r-patched-linux-x86_64 | 0.1.16 | 3.93 | 107.42 | 111.35 | OK | |
r-patched-solaris-x86 | 0.1.16 | 150.10 | OK | |||
r-release-linux-x86_64 | 0.1.16 | 3.90 | 109.73 | 113.63 | OK | |
r-release-macos-x86_64 | 0.1.16 | OK | ||||
r-release-windows-ix86+x86_64 | 0.1.15 | 10.00 | 142.00 | 152.00 | OK | |
r-oldrel-macos-x86_64 | 0.1.16 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.15 | 6.00 | 137.00 | 143.00 | OK |
Version: 0.1.16
Check: examples
Result: ERROR
Running examples in ‘spatsoc-Ex.R’ failed
The error most likely occurred in:
> ### Name: build_lines
> ### Title: Build Lines
> ### Aliases: build_lines
>
> ### ** Examples
>
> # Load data.table
> library(data.table)
>
> # Read example data
> DT <- fread(system.file("extdata", "DT.csv", package = "spatsoc"))
>
> # Cast the character column to POSIXct
> DT[, datetime := as.POSIXct(datetime, tz = 'UTC')]
>
> # EPSG code for example data
> utm <- 'EPSG:32736'
>
> # Build lines for each individual
> lines <- build_lines(DT, projection = utm, id = 'ID', coords = c('X', 'Y'),
+ sortBy = 'datetime')
Error in sp::CRS(projection) : no arguments in initialization list
Calls: build_lines -> <Anonymous>
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 0.1.16
Check: tests
Result: ERROR
Running ‘testthat.R’ [36s/14s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
3. │ │ └─base::force(code)
4. │ ├─base::withCallingHandlers(...)
5. │ └─base::withVisible(code)
6. └─spatsoc::group_polys(...)
7. └─spatsoc::build_polys(...)
8. ├─sp::SpatialPointsDataFrame(...)
9. │ └─sp::SpatialPoints(coords, proj4string = proj4string, bbox = bbox)
10. │ └─methods::new("SpatialPoints", coords = coords, bbox = bbox, proj4string = proj4string)
11. │ ├─methods::initialize(value, ...)
12. │ └─methods::initialize(value, ...)
13. └─sp::CRS(projection)
[ FAIL 26 | WARN 0 | SKIP 0 | PASS 225 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 0.1.16
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘using-edge-and-dyad.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.
--- finished re-building ‘using-edge-and-dyad.Rmd’
--- re-building ‘faq.Rmd’ using knitr
--- finished re-building ‘faq.Rmd’
--- re-building ‘intro-spatsoc.Rmd’ using knitr
Quitting from lines 138-149 (intro-spatsoc.Rmd)
Error: processing vignette 'intro-spatsoc.Rmd' failed with diagnostics:
no arguments in initialization list
--- failed re-building ‘intro-spatsoc.Rmd’
--- re-building ‘using-in-sna.Rmd’ using knitr
--- finished re-building ‘using-in-sna.Rmd’
SUMMARY: processing the following file failed:
‘intro-spatsoc.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-macos-x86_64