You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Super minor - but for any newbies like my trying to work my way through a new package: The following example in the readme won't run as-is because connect() is a DatabaseConnector function (as far as I can tell) but the example doesn't load it since it is no longer a dependency (#49).
library(Eunomia)
connectionDetails <- getEunomiaConnectionDetails()
connection <- connect(connectionDetails)
> Error in connect(connectionDetails) : could not find function "connect"
The text was updated successfully, but these errors were encountered:
Super minor - but for any newbies like my trying to work my way through a new package: The following example in the readme won't run as-is because
connect()
is a DatabaseConnector function (as far as I can tell) but the example doesn't load it since it is no longer a dependency (#49).The text was updated successfully, but these errors were encountered: