Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When network() propagates arguments to as.network(), use match.call()… #82

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

krivit
Copy link
Member

@krivit krivit commented Jan 30, 2023

… and eval.parent() rather than passing arguments through by name, thus preserving missing() information.

@CarterButts , is this OK? A simpler alternative is to remove all arguments to network() except for x and vertex.names and propagate them as ..., but that would break tab completion.

@krivit krivit requested a review from CarterButts January 30, 2023 04:34
@krivit
Copy link
Member Author

krivit commented Apr 1, 2024

@CarterButts ?

… and eval.parent() rather than passing arguments through by name, thus preserving missing() information.
@krivit
Copy link
Member Author

krivit commented Oct 7, 2024

@CarterButts ?

@CarterButts CarterButts merged commit e269878 into master Dec 4, 2024
15 checks passed
@krivit krivit deleted the network-mc branch December 4, 2024 10:32
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.

2 participants