For users that have saved settings connecting to a MySQL database in their configure file, failing to connect to the MySQL server will prevent the package from loading.
Need to look at .onLoad -- should probably fix by adding a try on the code checking the database settings, or add code to check the connection beforehand.
For users that have saved settings connecting to a MySQL database in their configure file, failing to connect to the MySQL server will prevent the package from loading.
Need to look at .onLoad -- should probably fix by adding a
try
on the code checking the database settings, or add code to check the connection beforehand.