Problem with `mutate()` column `model`. ℹ `model = purrr::map2(...)`

Hi all,
I am analyzing a dataset of ~9,000 rows and ~11,000 columns from which I predict one multiclass variable using random forest with about 50 different input variables (categorical and numerical mix). I am getting the following error when running the model:

Problem with mutate() column model. :information_source: model = purrr::map2(...). :heavy_multiplication_x: User interrupt or internal error

Any advice is hugely appreciated!