-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
Conversation
Current Aviator status
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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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.
rglplot(edge_label = )
Thanks! |
0f152be
to
72ecb90
Compare
72ecb90
to
cfe7eba
Compare
Fix #25
I do not understand the code, but this apparently fixes the bug and follows the pattern of the previous code lines. 😇