Skip to content

chore: remove console() and tkplot()#2615

Merged
krlmlr merged 4 commits into
mainfrom
f-tkplot-console
May 22, 2026
Merged

chore: remove console() and tkplot()#2615
krlmlr merged 4 commits into
mainfrom
f-tkplot-console

Conversation

@krlmlr
Copy link
Copy Markdown
Contributor

@krlmlr krlmlr commented Apr 19, 2026

Follow-up to #2187. Needs maintainer notification.

Co-authored-by: Kirill Müller <krlmlr@users.noreply.github.com>
@maelle maelle mentioned this pull request May 21, 2026
Comment thread R/tkplot.R Outdated
tkplot <- function(graph, canvas.width = 450, canvas.height = 450, ...) {
# nocov start
lifecycle::deprecate_stop("3.0.0", "tkplot()")
ensure_igraph(graph)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And then you'll remove the code inside it?

krlmlr and others added 3 commits May 22, 2026 11:35
Resolve revdep conflicts by combining results from both branches
as if revdepcheck had been run jointly: union of failed packages
and new problems, sorted alphabetically.

* Failed to check (11): union of HEAD's 4 and main's 10 entries
* New problems (25): union of HEAD's 10 and main's 15 entries
deprecate_stop() throws an unconditional error, so any code on the
return path after it is unreachable. Removing it across tkplot(),
console(), hub.score(), authority.score(), bipartite.random.game(),
layout.spring(), layout.svd(), layout.fruchterman.reingold.grid(),
and the conditional branches in centr_degree_tmax(), sample_degseq(),
bfs(), dfs(), get_edge_ids(), and friends.
@krlmlr krlmlr enabled auto-merge (squash) May 22, 2026 14:48
@krlmlr krlmlr merged commit fe2b1ee into main May 22, 2026
5 of 6 checks passed
@krlmlr krlmlr deleted the f-tkplot-console branch May 22, 2026 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants