select_models function fails when total number of models is less than 2
Closed this issue · 1 comments
drmerlot commented
Error in base::colnames<-
(x, value) : attempt to set 'colnames' on an object with less than two dimensions
- stop("attempt to set 'colnames' on an object with less than two dimensions")
- base::
colnames<-
(x, value) colnames<-
(*tmp*
, value = 1L) at select-models.R#29
... startml
drmerlot commented
Fixed, now works with one or more models