You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
max_coverage does not run without loading dplyr.
max_coverage contains function extract_mc_results in line 156,
and that function calls bind_rows in line 45 - I guess dplyr::bind_rows would solve the issue.
as an aside - why did you implement this in dplyr? data.table is much faster.
The text was updated successfully, but these errors were encountered:
Thank you for picking up on the namespace issue! This has now been fixed.
I am interested in making maxcovr faster in the future, data.table will be considered at a later release (#68), but for the moment there are other changes that I would like to make. I would welcome a PR for using data.table if you are interested
max_coverage does not run without loading dplyr.
max_coverage contains function extract_mc_results in line 156,
and that function calls bind_rows in line 45 - I guess dplyr::bind_rows would solve the issue.
as an aside - why did you implement this in dplyr? data.table is much faster.
The text was updated successfully, but these errors were encountered: