-
Notifications
You must be signed in to change notification settings - Fork 4
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
Small improvements #161
Small improvements #161
Conversation
Add parallel_create_structure_contact_map function
auth_seq_id was handled as a numeric value even though it should be character. This was fixed in all functions using it.
Improved the error handling of try_query. It now returns the error as a character vector instead of NULL. This can be used in the parent function to indicated which IDs were not fetched correctly and why.
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.
Added some small comments
Bump version and small documentation updates
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.
I added only minor comments, otherwise this LGTM!
Do you think we should recommend citation of our paper in the README explicitly? Now we just mention it - I guess that would be good (?)
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 🚀
No description provided.