The error returned on failure should be more informative. Currently, when an error with data access occurs, conection error is returned. However, it does not have to be related to a connection problem at all (see #80).
I think it would be best to capture the error from an internal function and return it as text to satisfy CRAN requirements.
The error returned on failure should be more informative. Currently, when an error with data access occurs,
conection error
is returned. However, it does not have to be related to a connection problem at all (see #80).I think it would be best to capture the error from an internal function and return it as text to satisfy CRAN requirements.