pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/R-sftime
Module Name: pkgsrc
Committed By: mef
Date: Sat Jan 11 14:25:15 UTC 2025
Modified Files:
pkgsrc/time/R-sftime: Makefile distinfo
Log Message:
(time/R-sftime) Updated 0.2.0 to 0.3.0
# sftime 0.3.0
* Add a dedicated `tidyr::drop_na()` method for `sftime` objects. (See
the same recent addition for `sf` objects
[#1975](https://github.com/r-spatial/sf/pull/1975/)).
* Add a dedicated `dplyr::dplyr_reconstruct()` method for `sftime`
objects. Relying on the method for `sf` objects caused erroneously
column binding when the second object was a data frame without
conflicting column names for the `sf` and time columns. In this case,
a `sf` objects was returned, even though an `sftime` object should be
returned. See also
https://github.com/r-spatial/sf/issues/1958#issuecomment-1181982244.
* Add methods to convert `sftime` objects from:
+ Objects from the `spatstat` package classes (`ppp`, `psp`, `lpp`)
+ `sftrack` and `sftraj` objects from the `sftrack` package.
+ `cubble_df` objects from the `cubble` package.
* Bug fix in `st_time<-.sftime`:
+ Still contained references to the old `tc`class.
+ Did not allow to give the active time column a character vector as value.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/R-sftime/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/R-sftime/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/R-sftime/Makefile
diff -u pkgsrc/time/R-sftime/Makefile:1.2 pkgsrc/time/R-sftime/Makefile:1.3
--- pkgsrc/time/R-sftime/Makefile:1.2 Sat Jun 10 16:44:16 2023
+++ pkgsrc/time/R-sftime/Makefile Sat Jan 11 14:25:15 2025
@@ -1,16 +1,28 @@
-# $NetBSD: Makefile,v 1.2 2023/06/10 16:44:16 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/01/11 14:25:15 mef Exp $
R_PKGNAME= sftime
-R_PKGVER= 0.2-0
+R_PKGVER= 0.3.0
CATEGORIES= time
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Classes and Methods for Simple Feature Objects that Have a Time Column
-#LICENSE= Apache License
+LICENSE= apache-1.1 OR apache-2.0
USE_LANGUAGES= # none
-# Packages suggested but not available: 'trajectories', 'ncmeta'
+# Packages suggested but not available:
+# 'trajectories', 'ncmeta', 'sftrack', 'cubble'
+TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
+TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rlang-[0-9]*:../../devel/R-rlang
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-spacetime-[0-9]*:../../math/R-spacetime
+TEST_DEPENDS+= R-spatstat.geom-[0-9]*:../../geography/R-spatstat.geom
+TEST_DEPENDS+= R-spatstat.linnet-[0-9]*:../../geography/R-spatstat.linnet
+TEST_DEPENDS+= R-stars-[0-9]*:../../geography/R-stars
+TEST_DEPENDS+= R-tidyr-[0-9]*:../../math/R-tidyr
+TEST_DEPENDS+= R-vctrs-[0-9]*:../../math/R-vctrs
.include "../../geography/R-sf/buildlink3.mk"
.include "../../math/R/Makefile.extension"
Index: pkgsrc/time/R-sftime/distinfo
diff -u pkgsrc/time/R-sftime/distinfo:1.1 pkgsrc/time/R-sftime/distinfo:1.2
--- pkgsrc/time/R-sftime/distinfo:1.1 Wed Jun 7 12:14:43 2023
+++ pkgsrc/time/R-sftime/distinfo Sat Jan 11 14:25:15 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/06/07 12:14:43 mef Exp $
+$NetBSD: distinfo,v 1.2 2025/01/11 14:25:15 mef Exp $
-BLAKE2s (R/sftime_0.2-0.tar.gz) = 73a734ace950957f8163592c9aeca05b125f31961de70cbe4257a85a74a2c0e0
-SHA512 (R/sftime_0.2-0.tar.gz) = 03fa7526c7867c1a38b71b15a2aa3ae1c74372e0e7da39b847900a31bfa765f9f03a1fbfb2b616b062b6196134e657b072aaa807ecde02d947ef9d1a2d45da77
-Size (R/sftime_0.2-0.tar.gz) = 90511 bytes
+BLAKE2s (R/sftime_0.3.0.tar.gz) = e009369d306f0aab40779fef37075091c1d4324122277c59a1af097e57f48126
+SHA512 (R/sftime_0.3.0.tar.gz) = 15683ed016a1a5c28496e28c5ab838f16b3c9e50b363e80a98d64fe7d155d485e6f8f4fbfcda9ba46336bfbd0584e569b9bbb17fd5d0b6b24090686dccddfd19
+Size (R/sftime_0.3.0.tar.gz) = 89093 bytes
Home |
Main Index |
Thread Index |
Old Index