Version 3.11.2
This is a minor update to stop all MARSSkfss()
calls when trace=-1
. MARSSkfss()
is used for error checks (because it has verbose information to indicate model problems) but because it uses matrix inversions, it will stop models from being fit just because they cannot be run through MARSSkfss()
even if they run fine with MARSSkfas()
, which doesn't use these matrix inversions.
To install:
install.packages("devtools")
library(devtools)
install_github("nwfsc-timeseries/[email protected]")