jasonleebrown / machisplin

An R package for interpolation of noisy multi-variate data through comprehensive statistical analyses using thin-plate-smoothing splines and machine learning ensembling.
55 stars 13 forks source link

Error during step 2 #7

Open dromeroRcode opened 2 years ago

dromeroRcode commented 2 years ago

Hello, I got the following error with this line code during the process. Could you please help? interp.rast<-machisplin.mltps(int.values=db2, covar.ras=ras, n.cores=1, smooth.outputs.only=T, tps=T)

[1] "Thin plate splines of residuals will be tiled across 1 tiles, layer: tprom" [1] " 2022-01-13 22:05:30" [1] "Performing thin plate splines of residuals" Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 't': error in evaluating the argument 'y' in selecting a method for function '%d*%': invalid 'times' argument In addition: Warning message: In n1 * n2 : NAs produced by integer overflow

nikosGeography commented 1 year ago

Can you share your data (or a small sample even better) and the complete code?