Skip to content

Commit fe7dcbe

Browse files
committed
* Bump version.
* Add R version dependency to DESCRIPTION.
1 parent 2bfc6ec commit fe7dcbe

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ Description: Classes and methods for spatial objects that have a registered time
44
column, in particular for irregular spatiotemporal data. The time column can
55
be of any type, but needs to be ordinal. Regularly laid out spatiotemporal
66
data (vector or raster data cubes) are handled by package 'stars'.
7-
Version: 0.3.1.9000
7+
Version: 0.3.2
88
Depends:
9+
R (>= 4.1.0)
910
sf (>= 1.0.9)
1011
Imports: methods
1112
Suggests:

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sftime (development version)
1+
# sftime 0.3.2
22

33
* Switch from the magrittr pipe (`%>%`) to the R-native pipe (`|>`) in examples and vignettes (#15).
44

0 commit comments

Comments
 (0)