Last updated on 2024-12-27 03:49:35 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.8 | 2.88 | 34.45 | 37.33 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.0.8 | 2.36 | 46.31 | 48.67 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.8 | 119.81 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.8 | 125.28 | OK | |||
r-devel-windows-x86_64 | 0.0.8 | 3.00 | 86.00 | 89.00 | OK | |
r-patched-linux-x86_64 | 0.0.8 | 3.40 | 65.60 | 69.00 | OK | |
r-release-linux-x86_64 | 0.0.8 | 2.86 | 66.09 | 68.95 | OK | |
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 | 4.00 | 84.00 | 88.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 | 97.00 | 101.00 | OK |
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-devel-linux-x86_64-debian-clang
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-devel-linux-x86_64-debian-clang
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-devel-linux-x86_64-debian-clang