We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran shapr on a server which had an older version of ``data.table`, namely 1.14.8 and it caused the following error when running shapr:
Error in eval(bysub, parent.frame(), parent.frame()) : object '.I' not found > packageVersion("data.table") [1] '1.14.8'
It worked after updating to data.table 1.16 or 1.16.4.
Would it be appropriate to update the DESCRIPTION to ensure that the correct version is required and installed?
The text was updated successfully, but these errors were encountered:
Good catch. Will fix in the new release
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I ran shapr on a server which had an older version of ``data.table`, namely 1.14.8 and it caused the following error when running shapr:
It worked after updating to data.table 1.16 or 1.16.4.
Would it be appropriate to update the DESCRIPTION to ensure that the correct version is required and installed?
The text was updated successfully, but these errors were encountered: