EHDEN / CdmInspection

R Package to support quality control inspection of an OMOP-CDM instance
Apache License 2.0
11 stars 16 forks source link

Object 'packinfo' not found when not running performance checks #15

Closed MaximMoinat closed 3 years ago

MaximMoinat commented 3 years ago

If runPerformanceChecks=FALSE, then objects are referenced without being created.

The following objects are only created if performance checks are run:

They are referenced later independent of whether the performance checks are run: https://github.com/EHDEN/CdmInspection/blob/b323eeee15e87061e4ed9ec11627cdac99f6acf9/R/CdmInspection.R#L218-L220

PRijnbeek commented 3 years ago

Yes I am aware of this, it is fixed for a few set to false but not all. Will look into this.