Last updated on 2020-08-07 01:49:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 16.09 | 678.19 | 694.28 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 13.32 | 500.83 | 514.15 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 781.11 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 847.68 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1 | 51.00 | 853.00 | 904.00 | OK | |
r-patched-linux-x86_64 | 0.1 | 14.91 | 660.68 | 675.59 | OK | |
r-patched-solaris-x86 | 0.1 | 262.30 | ERROR | |||
r-release-linux-x86_64 | 0.1 | 12.80 | 653.91 | 666.71 | OK | |
r-release-macos-x86_64 | 0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1 | 34.00 | 603.00 | 637.00 | OK | |
r-oldrel-macos-x86_64 | 0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1 | 27.00 | 579.00 | 606.00 | OK |
Version: 0.1
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘esquisse’ ‘rgdal’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.1
Check: data for non-ASCII characters
Result: NOTE
Note: found 27976 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.1
Check: examples
Result: ERROR
Running examples in ‘BIRDS-Ex.R’ failed
The error most likely occurred in:
> ### Name: makeGrid
> ### Title: Make a grid
> ### Aliases: makeGrid
>
> ### ** Examples
>
> grid <- makeGrid(gotaland, gridSize = 10)
Warning in wkt(obj) : CRS object has no comment
Warning in wkt(CRS(tg)) : CRS object has no comment
Error in project(t(bbox(obj))[, 1:2], tg, inv = TRUE, use_aoi = FALSE) :
is.character(proj) is not TRUE
Calls: makeGrid ... spTransform -> spTransform -> get_aoi -> project -> stopifnot
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/15s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(BIRDS)
>
> test_check("BIRDS")
── 1. Error: (unknown) (@test-export.R#5) ─────────────────────────────────────
is.character(proj) is not TRUE
Backtrace:
1. BIRDS::summariseBirds(...)
3. BIRDS::makeGrid(gotaland, 50, buffer = TRUE, simplify = TRUE)
5. rgdal:::spTransform(polygonProjBuffer, CRSobj = CRS("+init=epsg:4326"))
6. rgdal:::get_aoi(x)
7. rgdal::project(t(bbox(obj))[, 1:2], tg, inv = TRUE, use_aoi = FALSE)
8. base::stopifnot(is.character(proj))
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 0 | SKIPPED: 0 | WARNINGS: 2 | FAILED: 1 ]
1. Error: (unknown) (@test-export.R#5)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.1
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘BIRDS.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.
Quitting from lines 75-105 (BIRDS.Rmd)
Error: processing vignette 'BIRDS.Rmd' failed with diagnostics:
is.character(proj) is not TRUE
--- failed re-building ‘BIRDS.Rmd’
--- re-building ‘technical_details.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 ‘technical_details.Rmd’
--- re-building ‘working_with_xts_timeseries.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: zoo
Attaching package: 'zoo'
The following objects are masked from 'package:base':
as.Date, as.Date.numeric
Warning in wkt(obj) : CRS object has no comment
Warning in wkt(CRS(tg)) : CRS object has no comment
Quitting from lines 26-43 (working_with_xts_timeseries.Rmd)
Error: processing vignette 'working_with_xts_timeseries.Rmd' failed with diagnostics:
is.character(proj) is not TRUE
--- failed re-building ‘working_with_xts_timeseries.Rmd’
SUMMARY: processing the following files failed:
‘BIRDS.Rmd’ ‘working_with_xts_timeseries.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-patched-solaris-x86