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.
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.