.onLoad()
initialises the internal package environment and attempts to load
previously saved VALD API credentials and configuration.
.onLoad(libname, pkgname)
The name of the package library (automatically provided)
The name of the package (automatically provided)
If a configuration file exists, this function tries to load the stored credentials.
It defers messaging until .onAttach()
to comply with CRAN policies.