Skip to content
New issue

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

Version > 1.16 required for data.table? #434

Open
jonlachmann opened this issue Jan 17, 2025 · 1 comment · May be fixed by #439
Open

Version > 1.16 required for data.table? #434

jonlachmann opened this issue Jan 17, 2025 · 1 comment · May be fixed by #439

Comments

@jonlachmann
Copy link
Contributor

jonlachmann commented Jan 17, 2025

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?

@martinju
Copy link
Member

Good catch. Will fix in the new release

@martinju martinju linked a pull request Jan 22, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants