You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New: tin() gains a parameter extrapolate to control how the method treats interpolation of points outside the convex hull determined by ground points. This solves #356
Doc: supported processing options in grid_terrain() were incorrect especially the buffer that is required.
Doc: in Wing2015() the mention about weak performance was removed since it was not longer true for a while.
Doc: clarification of the supported templates in man page named clip
Enhance: a more informative error is thrown when using {ORIGINALFILENAME} as a template in clip_*().
Misc: fix C++ error that will happen in next version of Rcpp ahead of the release of Rcpp. Thanks to @waltersom in #358