-
-
Notifications
You must be signed in to change notification settings - Fork 206
Add a way to retrieve version of C core being used #1208
Copy link
Copy link
Closed
Description
What is the feature or improvement you would like to see?
The igraph_version() R function should be able to return the C core version this R/igraph release is based on. This could be enabled by passing a parameter. This version can be obtained with the igraph_version() C function.
Use cases for the feature
Ease debugging for us. When people report an issue, I'd like to immediately see what version of the C core was used, without having to go digging in the git commit history.
References
—
Reactions are currently unavailable