OHDSI / CohortDiagnostics

An R package for performing various cohort diagnostics.
https://ohdsi.github.io/CohortDiagnostics
41 stars 49 forks source link

rlang error in trying to run latest version of cohortdiagnostics #156

Closed jhardin29 closed 4 years ago

jhardin29 commented 4 years ago

Problem: During instantiation of cohort the following error occurs involving rlang package, error below: Instantiation cohort [797] Pulmonary Arterial Hypertension, pheno library, Alg10, Li 2017, with position of claim, without >180 years of age restriction |==========================================================================================================================================================================| 100% Executing SQL took 1.67 mins Error: Can't combine ..1$description and ..2$description . Run rlang::last_error() to see where the error occurred.


compared package versions with @joelswerdel and @stephenfortin and do not see any differences....

jhardin29 commented 4 years ago

Above error occurs when running on R version 3.6.1; ran successfully on @RupaMakadia's EC2 instance which runs R version 3.6.3. At this point giving up on resolving this issue and will update R to a newer version and will hope it resolves the issue.

gowthamrao commented 4 years ago

Maybe related to https://github.com/OHDSI/CohortDiagnostics/issues/153

@jhardin29 please let me know if v1.1.1 fixes your issue

jhardin29 commented 4 years ago

tagging @gowthamrao and @azimov I updated the version of Java and installed a daily Rstudio desktop build from here: https://dailies.rstudio.com/ and it now works fine; thank you.