sdmTMB 0.4.2
-
Force rebuild of CRAN binaries to fix issue with breaking Matrix ABI change
causingNaN gradient
errors. #288 #287 -
Fix crash in if
sdmTMB(..., do_index = TRUE)
andextra_time
supplied along
withpredict_args = list(newdata = ...)
that lackedextra_time
elements. -
Allow
get_index()
to work with missing time elements. -
Add the ability to pass a custom randomized quantile function
qres_func
toresiduals.sdmTMB()
. -
Add check for factor random intercept columns in
newdata
to avoid a crash.
#278 #280 -
Improve warnings/errors around use of
do_index = TRUE
andget_index()
ifnewdata = NULL
. #276 -
Fix prediction with
offset
whennewdata
isNULL
butoffset
is
specified. #274 -
Fix prediction failure when both
offset
andnsim
are provided and
model includesextra_time
. #273