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

Move data.table to Depends instead of Imports? #36

Open
wkumler opened this issue Apr 10, 2024 · 1 comment
Open

Move data.table to Depends instead of Imports? #36

wkumler opened this issue Apr 10, 2024 · 1 comment

Comments

@wkumler
Copy link
Owner

wkumler commented Apr 10, 2024

Given that RaMS returns data.tables and I often then use data.table functions on them, it may make sense to automatically attach the data.table functions. Of course, this is very rarely recommended and I'm not convinced that it's worth it here but wanted to document it as a potential enhancement.

@wkumler
Copy link
Owner Author

wkumler commented Sep 25, 2024

Good example of this is in DuckDB where they require the DBI library: https://github.com/duckdb/duckdb-r/blob/main/DESCRIPTION.

Results in the auto-loading of DBI when duckdb is called:

> library(duckdb)
Loading required package: DBI

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

1 participant