Last updated on 2020-08-07 01:49:57 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.8 | 7.04 | 75.41 | 82.45 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.8 | 5.41 | 57.14 | 62.55 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.8 | 106.80 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.8 | 99.82 | OK | |||
r-devel-windows-ix86+x86_64 | 0.3.8 | 25.00 | 248.00 | 273.00 | OK | |
r-patched-linux-x86_64 | 0.3.8 | 6.76 | 72.79 | 79.55 | OK | |
r-patched-solaris-x86 | 0.3.8 | 148.20 | ERROR | |||
r-release-linux-x86_64 | 0.3.8 | 6.91 | 72.57 | 79.48 | OK | |
r-release-macos-x86_64 | 0.3.8 | OK | ||||
r-release-windows-ix86+x86_64 | 0.3.8 | 28.00 | 189.00 | 217.00 | OK | |
r-oldrel-macos-x86_64 | 0.3.8 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.3.8 | 11.00 | 186.00 | 197.00 | OK |
Version: 0.3.8
Check: tests
Result: ERROR
Running ‘testthat.R’ [20s/365s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("rdefra")
>
> test_check("rdefra")
── 1. Error: Find easting and northing coordinates of site UKA12536. (@test-meta
is.character(proj) is not TRUE
Backtrace:
1. rdefra::ukair_get_coordinates(uka_id)
2. rdefra:::ukair_get_coordinates.character(uka_id)
3. rdefra:::en2latlon(df)
5. sp::spTransform(df_no_nas, sp::CRS("+init=epsg:4326"))
7. rgdal:::spTransform(xSP, CRSobj, ...)
8. rgdal:::get_aoi(x)
9. rgdal::project(t(bbox(obj))[, 1:2], tg, inv = TRUE, use_aoi = FALSE)
10. base::stopifnot(is.character(proj))
── 2. Error: Find easting and northing coordinates of site UKA15910. (@test-meta
is.character(proj) is not TRUE
Backtrace:
1. rdefra::ukair_get_coordinates(uka_id)
2. rdefra:::ukair_get_coordinates.character(uka_id)
3. rdefra:::en2latlon(df)
5. sp::spTransform(df_no_nas, sp::CRS("+init=epsg:4326"))
7. rgdal:::spTransform(xSP, CRSobj, ...)
8. rgdal:::get_aoi(x)
9. rgdal::project(t(bbox(obj))[, 1:2], tg, inv = TRUE, use_aoi = FALSE)
10. base::stopifnot(is.character(proj))
── 3. Error: Find easting and northing coordinates of multiple sites. (@test-met
is.character(proj) is not TRUE
Backtrace:
1. rdefra::ukair_get_coordinates(IDs)
2. rdefra:::ukair_get_coordinates.character(IDs)
3. rdefra:::en2latlon(df)
5. sp::spTransform(df_no_nas, sp::CRS("+init=epsg:4326"))
7. rgdal:::spTransform(xSP, CRSobj, ...)
8. rgdal:::get_aoi(x)
9. rgdal::project(t(bbox(obj))[, 1:2], tg, inv = TRUE, use_aoi = FALSE)
10. base::stopifnot(is.character(proj))
── 4. Error: Infill missing coordinates from data frame. (@test-metadata.R#119)
is.character(proj) is not TRUE
Backtrace:
1. rdefra::ukair_get_coordinates(stations)
2. rdefra:::ukair_get_coordinates.data.frame(stations)
3. rdefra:::en2latlon(ids)
5. sp::spTransform(df_no_nas, sp::CRS("+init=epsg:4326"))
7. rgdal:::spTransform(xSP, CRSobj, ...)
8. rgdal:::get_aoi(x)
9. rgdal::project(t(bbox(obj))[, 1:2], tg, inv = TRUE, use_aoi = FALSE)
10. base::stopifnot(is.character(proj))
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 10 | SKIPPED: 1 | WARNINGS: 8 | FAILED: 4 ]
1. Error: Find easting and northing coordinates of site UKA12536. (@test-metadata.R#62)
2. Error: Find easting and northing coordinates of site UKA15910. (@test-metadata.R#77)
3. Error: Find easting and northing coordinates of multiple sites. (@test-metadata.R#91)
4. Error: Infill missing coordinates from data frame. (@test-metadata.R#119)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.3.8
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘rdefra_vignette.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.
Warning in wkt(obj) : CRS object has no comment
Warning in wkt(CRS(tg)) : CRS object has no comment
Quitting from lines 88-96 (rdefra_vignette.Rmd)
Error: processing vignette 'rdefra_vignette.Rmd' failed with diagnostics:
is.character(proj) is not TRUE
--- failed re-building ‘rdefra_vignette.Rmd’
SUMMARY: processing the following file failed:
‘rdefra_vignette.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-patched-solaris-x86