daynefiler / tcpl

Former repository for the tcpl R package project. New repo:
https://github.com/USEPA/CompTox-ToxCast-tcpl
4 stars 5 forks source link

Package will not load if MySQL cannot connect #1

Closed daynefiler closed 6 years ago

daynefiler commented 8 years ago

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.

daynefiler commented 6 years ago

This should be fixed by #28