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

line_segment() fails when n_segments has multiple values #560

Closed
Robinlovelace opened this issue May 1, 2024 · 1 comment · Fixed by #561
Closed

line_segment() fails when n_segments has multiple values #560

Robinlovelace opened this issue May 1, 2024 · 1 comment · Fixed by #561

Comments

@Robinlovelace
Copy link
Member

No description provided.

Robinlovelace added a commit that referenced this issue May 1, 2024
@Robinlovelace
Copy link
Member Author

Minimal example of this:

> is.na(1:3) && TRUE
Error in is.na(1:3) && TRUE : 'length = 3' in coercion to 'logical(1)'
> 
> 
> 
> any(is.na(1:3)) && TRUE
[1] FALSE

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 a pull request may close this issue.

1 participant