I\'m writing an R package which depends upon many other packages. When I load too many packages into the session I frequently got this error:
Error in dyn.lo
It's easy Go to the environment variable and edit
variable_name = R_MAX_NUM_DLL value = 1000
Restart R worked well for me