Last updated on 2024-11-03 11:49:25 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.8 | 2.72 | 70.88 | 73.60 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.8 | 0.26 | 1.53 | 1.79 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.8 | 120.14 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.8 | 123.70 | OK | |||
r-devel-windows-x86_64 | 0.0.8 | 5.00 | 88.00 | 93.00 | OK | |
r-patched-linux-x86_64 | 0.0.8 | 3.33 | 64.67 | 68.00 | OK | |
r-release-linux-x86_64 | 0.0.8 | 2.63 | 33.23 | 35.86 | ERROR | |
r-release-macos-arm64 | 0.0.8 | 41.00 | OK | |||
r-release-macos-x86_64 | 0.0.8 | 62.00 | OK | |||
r-release-windows-x86_64 | 0.0.8 | 5.00 | 85.00 | 90.00 | OK | |
r-oldrel-macos-arm64 | 0.0.8 | 47.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.8 | 92.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.8 | 4.00 | 95.00 | 99.00 | OK |
Version: 0.0.8
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0.8
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘terra’
Flavor: r-release-linux-x86_64
Version: 0.0.8
Check: examples
Result: ERROR
Running examples in ‘gpkg-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: gpkg_table_pragma
> ### Title: Lazy Access to Tables by Name
> ### Aliases: gpkg_table_pragma gpkg_table_pragma.character
> ### gpkg_table_pragma.SQLiteConnection gpkg_table_pragma.geopackage
> ### gpkg_table gpkg_table.default gpkg_collect gpkg_tbl gpkg_rast
> ### gpkg_vect
>
> ### ** Examples
>
> ## Don't show:
> if (!inherits(try(requireNamespace("RSQLite", quietly = TRUE)), 'try-error') &&!inherits(try(requireNamespace("dbplyr", quietly = TRUE)), 'try-error') && !inherits(try(requireNamespace("terra", quietly = TRUE)), 'try-error')) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
+ ## End(Don't show)
+ ## Don't show:
+ }) # examplesIf
> ## End(Don't show)
>
> tf <- tempfile(fileext = ".gpkg")
>
> r <- terra::rast(system.file("extdata", "dem.tif", package = "gpkg"))
Error in loadNamespace(x) : there is no package called ‘terra’
Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.0.8
Check: tests
Result: ERROR
Running ‘tinytest.R’ [1s/2s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
>
> if (requireNamespace("tinytest", quietly = TRUE)) {
+ tinytest::test_package("gpkg")
+ }
test_gpkg.R................... 0 tests
test_gpkg.R................... 0 tests Error in eval(expr, envir = e) :
requireNamespace("terra", quietly = TRUE) is not TRUE
Calls: <Anonymous> ... run_test_dir -> lapply -> FUN -> eval -> eval -> stopifnot
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.0.8
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘intro.Rmd’ using rmarkdown
Quitting from lines 35-61 [unnamed-chunk-2] (intro.Rmd)
Error: processing vignette 'intro.Rmd' failed with diagnostics:
there is no package called 'terra'
--- failed re-building ‘intro.Rmd’
SUMMARY: processing the following file failed:
‘intro.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-linux-x86_64