File: fix_version_sign.patch

package info (click to toggle)
r-cran-sftime 0.2-0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 452 kB
  • sloc: sh: 13; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 595 bytes parent folder | download | duplicates (2)
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