-
Notifications
You must be signed in to change notification settings - Fork 247
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
Use cli::cli_abort()
everywhere.
#502
Conversation
…r `get_global_graph_attrs()`
`set_df_as_node_attr()`, `set_df_as_edge_attr()`, and `get_attr_dfs()`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@rich-iannone I see there are many issues open. If you want, I could try cleaning it up a little to cleanup a little to make further development a little easier? |
@olivroy that would be great, thank you! Also, before we merge this PR, would you be okay with adding yourself as an author to the package? |
Thank you! :) Done! |
I also refactored some tests.
I found a test that was failing silently. I will attempt to find the root in a subsequent PR.
I found that some defunct functions were still used in certain places as well.