Jamie Gilbert
Jamie Gilbert
This was discussed in the last HADES meeting and I think it would be good to implement something that we can say is our best practice principles for working with...
[This line ](https://github.com/OHDSI/DatabaseConnector/blob/be58698d06b2d03940117c7bc5cf7aa1126fec8a/R/InsertTable.R#L221) calls Andromeda::isAndromeda which won't be present in setups where Andromeda isn't required. As an alternative I propose simply calling: ```r inherits(x, "Andromeda") ```
Creating BigQuery connection strings appears to be an important issue for users, ideally this should be completed using `createConnectionDetails` where possible, utilizing the `extraSettings` parameter. @jdposada has created [this](https://github.com/jdposada/BQJdbcConnectionStringR) custom...
This release resolves a large number of issues with the package but will Require a cohort generator release first for the sampling functionality (which should greatly speed up phenotype development).
resolves #1045
When a cohort table is empty CohortDiagnostics assume that CohortGenerator has not been ran; this is not necessarily the case as the cohorts may be empty. When Running on multiple...
A function should be exported with the following pattern: ```{r} removeResultsByDatabaseId