-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Description
Some of the functions that we call from other packages are marked as deprecated.
Especially since igraph
release 2.0.0, igraph
has marked many functions as deprecated. In most cases, the functions have just been renamed. To provide one example, igraph::get.edgelist(...)
has been renamed to igraph::as.edgelist(...)
.
As I assume that, at some point, these functions will become defunct, we should think about renaming them.
We can use this issue to collect deprecated function calls here, if necessary.
In some rare cases, also our contribution guide could be affected by that (e.g., that we recommend/enforce deprecated function calls in our contribution guide.) Thus, we should also check our contribution guide for that when we address this issue.