TileDB-Inc / TileDB-R

R interface to TileDB: The Modern Database
https://tiledb-inc.github.io/TileDB-R
Other
103 stars 18 forks source link

Support explicit timestamps in fromDataFrame convenience helper #719

Closed eddelbuettel closed 5 months ago

eddelbuettel commented 5 months ago

This PR fills a minor convenience hole in that the helper function fromDataFrame() that is fairly widely used did not permit setting of explicit write timestamps which this PR corrects.

New tests have been added, one expression that upset R 4.2.0 has been expanded to accomodate the earlier version still used in some places.