When running either of the two main Strategus projects (AntiVegf and Flouroquinolone), the run fails during PLP with this message:
Error in !migrations$executed : invalid argument type
This occurs at line # 216 of DataMigrationManager.R
The line in question is migrations[!migrations$executed, ]
I am using R version 4.2.3
I happen to be using Databricks, but the error appears independent of the DBMS.
When running either of the two main Strategus projects (AntiVegf and Flouroquinolone), the run fails during PLP with this message:
Error in !migrations$executed : invalid argument typeThis occurs at line # 216 of DataMigrationManager.R
The line in question is
migrations[!migrations$executed, ]I am using R version 4.2.3
I happen to be using Databricks, but the error appears independent of the DBMS.