updated the parallel defaults for all functions. Now,ncores=NA is equivalent toncores=1 instead ofusing theC++ compiler default forEigen.
Additionally, we removed parallel examples frompartGLS due to uncertainty in our understanding of CRAN’stest setup using more cores than any of our test machines.
fixed bug where R would crash if 0-intercept model given
fixed bug where CPU usage would not respectncoresfor some functions
updated comments to cran to reflect new tests in preparation forsubmission.
fitGLS_opt() would fail if one of theiterations in the optimization loop raises an error.fitGLS_opt() in the vignette and lowered tolerance toimprove speed.fitCor() was calculating a fulldistance matrix instead of one among only the sampled pixels.nls model infitCor()fitAR_map()fixed bug wherefitGLS_partition would not work properlywhenncores > 1 andformula == formula0.
remotePARTS has been completely restructured fromprevious development builds. Please see the Alaska vignette withvignette("Alaska") for usage demonstrations.