Hi all,
I’m running cdmInspection-1.2.4 on OMOP v5.3, and I get the following error:
CdmInspection $<- replacement has 0 rows, data has 1
Error en `$<-.data.frame`(`*tmp*`, "CDM_RELEASE_DATE", value = character(0)):
replacement has 0 rows, data has 1
This happens when querying the CDM_SOURCE table, specifically in the assignment of the CDM_RELEASE_DATE field. However, this field contains a valid date.
Has anyone else encountered this problem?