We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfc6ec commit fe7dcbeCopy full SHA for fe7dcbe
2 files changed
DESCRIPTION
@@ -4,8 +4,9 @@ Description: Classes and methods for spatial objects that have a registered time
4
column, in particular for irregular spatiotemporal data. The time column can
5
be of any type, but needs to be ordinal. Regularly laid out spatiotemporal
6
data (vector or raster data cubes) are handled by package 'stars'.
7
-Version: 0.3.1.9000
+Version: 0.3.2
8
Depends:
9
+ R (>= 4.1.0)
10
sf (>= 1.0.9)
11
Imports: methods
12
Suggests:
NEWS.md
@@ -1,4 +1,4 @@
1
-# sftime (development version)
+# sftime 0.3.2
2
3
* Switch from the magrittr pipe (`%>%`) to the R-native pipe (`|>`) in examples and vignettes (#15).
0 commit comments