docs: use lifecycle instead of zzz-deprecate.R#716
docs: use lifecycle instead of zzz-deprecate.R#716maelle wants to merge 38 commits intoigraph:mainfrom
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
89d59e9 to
620d1f4
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
|
In this particular case, Personally, if I were to design the API today from scratch, I'd only keep (To add insult to injury, the C core has separate functions: Edit: I believe the same applies to |
|
@ntamas in #' @export edge.disjoint.paths
deprecated("edge.disjoint.paths", edge_disjoint_paths)should this be changed? should the deprecation message refer to So in general, if in |
|
I think that this deprecation should point to |
652dfde to
5afa6ea
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
1d556d9 to
6509427
Compare
|
interesting bug: I can't run this code if I run |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
Should be unblocked once the PRs are merged. |
d55b522 to
b20a224
Compare
|
I will start a fresh PR from main then run the script after
|
|
"Rd files with duplicated alias" all over the place. |
|
apart from the alias situation, tests will need to be updated. |
|
a function is deprecated to |
|
|
this is wrong
|
|
probably a regex I wrote wrong 👀 |
|
aha the problem is in how I use aliases to find arguments |
|
in shapes.Rd, aliases are used for things that are not aliases. 🤔 not in the igraph codebase, but in how pkgdown handles things, so I need to update my assumptions and the code without breaking #716 (comment) again! |
|
For things such as |
|
The methods that this commit removes are never called because the |
Yes, ok. |
Fix #697
inst/deprecate.Randinst/deprecate-template.txt@krlmlr the code in
inst/deprecate.Rtakes a while to run because it re-parses the whole package at every iteration, to have the most recent line numbers, since each iteration adds lines of code. 🤪Current "preview" maelle#3
TODO
Addmax_ivs()alias formaximal_ivs(), for consistency #899