1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 26 Oct 2022 11:53:33 +0200
Description: Fix version sign of sf
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -6,7 +6,7 @@ Description: Classes and methods for spa
be of any type, but needs to be ordinal. Regularly laid out spatiotemporal
data (vector or raster data cubes) are handled by package 'stars'.
Version: 0.2-0
-Depends: sf (>= 1.0.7)
+Depends: sf (>= 1.0-7)
Imports: methods
Suggests: knitr, spacetime, rmarkdown, dplyr (>= 0.8-3), trajectories
(>= 0.2.2), stars, ncmeta, tidyr, ggplot2, magrittr, sp, rlang
|