Closed MaximMoinat closed 3 years ago
If runPerformanceChecks=FALSE, then objects are referenced without being created.
runPerformanceChecks=FALSE
The following objects are only created if performance checks are run:
packinfo
hadesPackageVersions
performanceResults
They are referenced later independent of whether the performance checks are run: https://github.com/EHDEN/CdmInspection/blob/b323eeee15e87061e4ed9ec11627cdac99f6acf9/R/CdmInspection.R#L218-L220
Yes I am aware of this, it is fixed for a few set to false but not all. Will look into this.
If
runPerformanceChecks=FALSE
, then objects are referenced without being created.The following objects are only created if performance checks are run:
packinfo
hadesPackageVersions
performanceResults
They are referenced later independent of whether the performance checks are run: https://github.com/EHDEN/CdmInspection/blob/b323eeee15e87061e4ed9ec11627cdac99f6acf9/R/CdmInspection.R#L218-L220