igraph / rigraph

igraph R package
https://r.igraph.org
532 stars 200 forks source link

refactor!: change make.R #1390

Closed maelle closed 3 weeks ago

maelle commented 4 weeks ago

Fix https://github.com/igraph/rigraph/issues/697 Fix https://github.com/igraph/rigraph/issues/977 Fix #1014

@krlmlr this simply inlines all the new function bodies inside the old ones. It should be more robust. Can you please run revdeps?

aviator-app[bot] commented 4 weeks ago

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes. Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This PR was merged using Aviator.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.
maelle commented 4 weeks ago

after this we'll be rid of deprecated() thus we will be able to use the lifecycle::deprecated() function in function definitions :tada:

krlmlr commented 3 weeks ago

Thanks! Let's clean up later.