r-spatial/gstat

R 4.1 fallout

Opened this issue · 0 comments

edzer commented

Probably due to this item in news:

  • Time differences (‘"difftime"’ objects) get a replacement and a ‘rep()’ method to keep ‘"units"’ consistent. (Thanks to a report and patch by Nicolas Bennett in PR#18066.)

caused some fallout when doing ST variograms & fitting. It looks like the timelag field is now difftime, baa2269 is a repair of that. Or do we want to have an uclassed timelag in sample variogram objects, because the time unit is stored elsewhere? @BenGraeler