Re: [Rcpp-devel] Limit of 20

2021-12-16 Thread Dirk Eddelbuettel
On 16 December 2021 at 06:38, Joseph Park wrote: | As R itself has no practical limit, and, large, ugly parameter lists are | sometimes unavoidable in API's, I respectfully request consideration to | relax the limit as design and resources allow. Please keep in mind that this project is provided

Re: [Rcpp-devel] R Session Sometimes Aborts

2021-12-16 Thread Alex Ilich
Thanks everyone for helping me figure this out. Within terra::focalCpp which handles the iteration over small subsets of the data there is a test iteration that occurs which uses the data that is numbers 1-number of elements in the window (for a 3x7 window that'd be 1-21). Since the function I'm us