Achilles 1.6.3 has been released! The release and release notes may be found on GitHub.
Special thanks to @Ajit_Londhe @pablo @Vojtech_Huser for the many enhancements, fixes and code reviews!
Please continue to bring issues to our attention.
OHDSI Home | Forums | Wiki | Github |
Achilles 1.6.3 has been released! The release and release notes may be found on GitHub.
Special thanks to @Ajit_Londhe @pablo @Vojtech_Huser for the many enhancements, fixes and code reviews!
Please continue to bring issues to our attention.
Thanks @t_abdul_basser. I just want to call out a few new features that could be of interest:
This release expects the cohort table in the omop_results schema. We’re using CDM v5.2, which creates the cohort table in the main schema. When I manually added the cohort table to the omop_results schema, it worked. Should there be branching logic based on version?
hi @roger.carlson, I encountered a similar error when running Achilles. I opened an issue on github: https://github.com/OHDSI/Achilles/issues/330
@roger.carlson and @albertogil – can you try the latest commit? @t_abdul_basser just merged it into the master branch. Previously, the tryCatch block around the cohort table was producing a TRUE value regardless of whether you have the cohort table or not.
devtools::install_github("OHDSI/Achilles")
It worked for me with or without a cohort table in the results schema.
Great! Let me know if you run into any other issues.