CRAN Package Check Results for Package gpkg

Last updated on 2024-06-14 00:53:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.8 2.78 89.12 91.90 OK
r-devel-linux-x86_64-debian-gcc 0.0.8 2.95 49.82 52.77 ERROR
r-devel-linux-x86_64-fedora-clang 0.0.8 114.66 OK
r-devel-linux-x86_64-fedora-gcc 0.0.8 121.41 OK
r-devel-windows-x86_64 0.0.8 4.00 81.00 85.00 OK
r-patched-linux-x86_64 0.0.8 3.59 86.30 89.89 OK
r-release-linux-x86_64 0.0.8 2.84 85.21 88.05 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 5.00 83.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 98.00 102.00 OK

Check Details

Version: 0.0.8
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'RSQLite', 'dplyr', 'dbplyr' Flavor: r-devel-linux-x86_64-debian-gcc

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")) > > gpkg_write(r, + destfile = tf, + RASTER_TABLE = "DEM1", + FIELD_NAME = "Elevation") > > gpkg_write(r, + destfile = tf, + append = TRUE, + RASTER_TABLE = "DEM2", + FIELD_NAME = "Elevation") > > g <- geopackage(tf) Error: package `RSQLite` is required to get the `gpkg_contents` table Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed gpkg_bbox 6.078 0.043 7.398 Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0.8
Check: tests
Result: ERROR Running ‘tinytest.R’ [1s/1s] Running the tests in ‘tests/tinytest.R’ failed. Complete output: > > if (requireNamespace("tinytest", quietly = TRUE)) { + tinytest::test_package("gpkg") + } test_gpkg.R................... 0 tests Error in eval(expr, envir = e) : requireNamespace("RSQLite", quietly = TRUE) is not TRUE Calls: <Anonymous> ... run_test_dir -> lapply -> FUN -> eval -> eval -> stopifnot Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

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: package `RSQLite` is required to set `data_null` --- 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-gcc