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

Compatibility with data.table and tbl #35

Open
config-i1 opened this issue Jul 26, 2019 · 3 comments
Open

Compatibility with data.table and tbl #35

config-i1 opened this issue Jul 26, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@config-i1
Copy link
Owner

Need to check all the functions for the compatibility with "data.table" and "tbl" classes, so that they are used most efficiently and the functions still work.

This relates to: cramer, mcor, determ, assoc, tableplot, spread, alm, stepwise and lmCombine.

At the moment, the analytical functions just change the class to data.frame if they detect "data.table" or "tbl".

@config-i1 config-i1 added the enhancement New feature or request label Jul 26, 2019
@config-i1 config-i1 added the highest priority This thing should be dealt with ASAP label Mar 3, 2021
@config-i1
Copy link
Owner Author

alm() does not work with data.table() in some cases of data with factors. Not clear why. This needs to be fixed.

@config-i1
Copy link
Owner Author

It actually looks like a conflict of one of data.table functions.

config-i1 added a commit that referenced this issue Mar 3, 2021
… If is.zoo(y) and data.table is loaded, the extraction of y leads to a weird class and sort of distruction of the object.
@config-i1 config-i1 removed the highest priority This thing should be dealt with ASAP label Mar 3, 2021
@config-i1
Copy link
Owner Author

Fixed. But the fundamental issue is still there: a better support for data.table is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant