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

Test if data.table and tibble installed, rewrite one for data.frame #632

Merged
merged 2 commits into from
Dec 7, 2023

Conversation

eddelbuettel
Copy link
Contributor

This is a small 'quality of life' improvement: when testing (on a reduced installation) for the now-fixed ASAN error, tests errored out trying to use data.table which is in fact a suggested and hence optional package. This PR rewrites on test file to use data.frame (a builtin) in one case, and test in another.

No new code, no new tests.

Copy link

@eddelbuettel eddelbuettel merged commit 8ec3621 into master Dec 7, 2023
1 check passed
@eddelbuettel eddelbuettel deleted the de/sc-38114/condition_tests_on_data.table branch December 7, 2023 20:05
@eddelbuettel eddelbuettel mentioned this pull request Dec 21, 2023
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 this pull request may close these issues.

2 participants