From: Michael R. Crusoe <crusoe@debian.org>
Subject: tibble is needed by tests/stconstruct.R
Forwarded: https://github.com/edzer/spacetime/pull/45

> as(st_read(fname), "Spatial")

Linking to GEOS 3.13.0, GDAL 3.10.1, PROJ 9.5.1; sf_use_s2() is TRUE
Error in process_cpl_read_ogr(x, quiet, check_ring_dir = check_ring_dir,  :
  package tibble not available: install first?
Calls: as ... st_read -> st_read.character -> process_cpl_read_ogr
Execution halted

--- r-cran-spacetime.orig/DESCRIPTION
+++ r-cran-spacetime/DESCRIPTION
@@ -10,7 +10,7 @@
         (>= 1.7-9), xts (>= 0.8-8), intervals
 Suggests: adehabitatLT, cshapes (>= 2.0), foreign, gstat (>= 1.0-16),
         maps, mapdata, plm, raster, RColorBrewer, rmarkdown,
-        RPostgreSQL, knitr, ISOcodes, markdown, sf, sftime
+        RPostgreSQL, knitr, ISOcodes, markdown, sf, sftime, tibble
 LazyData: no
 Description: Classes and methods for spatio-temporal data, including space-time regular lattices, sparse lattices, irregular data, and trajectories; utility functions for plotting data as map sequences (lattice or animation) or multiple time series; methods for spatial and temporal selection and subsetting, as well as for spatial/temporal/spatio-temporal matching or aggregation, retrieving coordinates, print, summary, etc.
 License: GPL (>= 2)
