carltonyfakhry / QuaternaryProd

An R package for computing the Quaternary Dot Product Scoring Statistic for signed and unsigned causal graphs.
9 stars 7 forks source link

Fixed column names check in check_entities function #2

Closed lawsonvt closed 5 years ago

lawsonvt commented 5 years ago

Seems like a typo or leftover from an earlier version, but the check_entities function is looking for different column names than the help page and error message are indicating. This should fix it

carltonyfakhry commented 5 years ago

@lawsonvt the typo seems to be in the documentation and the error message not the code:

See the default format for an entities data frame: here and that the correct column names are being used here.

See the fix here.

carltonyfakhry commented 5 years ago

@lawsonvt thank you for pointing out the issue. I will close this PR now.

lawsonvt commented 5 years ago

@carltonyfakhry My mistake, thanks for clearing that up.