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

fix: Fix rglplot(edge_label = ) #1267

Merged
merged 2 commits into from
Mar 2, 2024
Merged

fix: Fix rglplot(edge_label = ) #1267

merged 2 commits into from
Mar 2, 2024

Conversation

maelle
Copy link
Contributor

@maelle maelle commented Feb 26, 2024

Fix #25

I do not understand the code, but this apparently fixes the bug and follows the pattern of the previous code lines. 😇

Copy link
Contributor

aviator-app bot commented Feb 26, 2024

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.

@@ -65,3 +65,14 @@ test_that("basic plot test, spheres", {
}
)
})

test_that("rgplot() works", {
withr::local_envvar(RGL_USE_NULL = TRUE)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be a comment in the code instead? Only what's in the code will remain visible later.

@maelle maelle requested a review from krlmlr February 27, 2024 16:03
@maelle maelle marked this pull request as ready for review February 27, 2024 16:03
@krlmlr krlmlr changed the title fix: fix rglplot() for use with edge.label fix: Fix rglplot(edge_label = ) Mar 2, 2024
@krlmlr
Copy link
Contributor

krlmlr commented Mar 2, 2024

Thanks!

@aviator-app aviator-app bot merged commit 5349b4c into main Mar 2, 2024
14 checks passed
@aviator-app aviator-app bot deleted the rglplot-bug branch March 2, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rglplot edge labels bug
2 participants