fix error with DT looking for column names passed as single variable#47
fix error with DT looking for column names passed as single variable#47pblaney wants to merge 2 commits into
Conversation
|
Hi @pblaney, thanks for the issue. I am a bit surprised of a @jovoni Can you please look into this and check what is going on? |
|
Hello @caravagn, Your intuition was correct. I utilize I can close this pull request as this change is not essential. However, looking at the Introduction section of the Github pages does imply a Alternatively, I did some testing to see if there was an acceptable fix that would allow for either data.table or tibble as input. I found that explicit evaluation of the variable that holds the vector of column names works for both (screenshot below).
|
|
Interesting indeed -- @jovoni what do you think? |

Hello,
I recently attempted to build a CNAqc object using the
init()function after building the individual data frames required, as described in the vignette..However, despite confirming the correct column names...
The following error continued to occur:
As the error message suggested, I added the prefix of
..to the issue spots in thefortify_mutation_calls()function. After re-installing with the edits, the error is resolved.I believe this issue stems from updates to
data.table. Here is the session information: