-
Notifications
You must be signed in to change notification settings - Fork 41
Description
I am attempting to run CiCalibration::execute function by following the instructions at
https://github.com/OHDSI/StudyProtocols/tree/master/CiCalibration
I have installed the dependencies R packages, installed PostgreSQL server and created the database, as well as the cdm_data and results schemas. When I ran the code shown at the web page, I get this error
Creating exposure and outcome cohorts Connecting using PostgreSQL driver Creating cohort: DabigatranSouthworth |== | 3%Error: Error executing SQL: org.postgresql.util.PSQLException: ERROR: relation "cdm_data.concept" does not exist Position: 155
Am I supposed to setup other tables before I can run CiCalibration::execute?
Thanks!