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

Partial fails on recent data.table #11

Closed
MichaelChirico opened this issue Apr 23, 2018 · 1 comment
Closed

Partial fails on recent data.table #11

MichaelChirico opened this issue Apr 23, 2018 · 1 comment

Comments

@MichaelChirico
Copy link

data.table is pushing to release an update (1.11.0) to CRAN in the near future. The current development version breaks some parts of your packages. In particular:

install.packages('data.table', type = 'source', repos = 'http://Rdatatable.github.io/data.table')
pkg = 'iml'
install.packages('iml', dependencies = TRUE)
library(iml)
example('Partial')
# ...

Error in [.data.table(results.ice, , list(..y.hat = mean(..y.hat)), : ..y.hat in j is looking for y.hat in calling scope, but a column '..y.hat' exists. Column names should not start with ..

See #18 in the NEWS

christophM added a commit that referenced this issue Apr 25, 2018
fixes issue #11 (data.table api change to '..') [WIP]
@MichaelChirico
Copy link
Author

thanks for the quick turnaround!

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

No branches or pull requests

2 participants