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

plot_AbanicoPlot() doesn't work with interactive = TRUE #220

Closed
mcol opened this issue Sep 9, 2024 · 1 comment
Closed

plot_AbanicoPlot() doesn't work with interactive = TRUE #220

mcol opened this issue Sep 9, 2024 · 1 comment
Labels
bug Clear problem or crash

Comments

@mcol
Copy link
Contributor

mcol commented Sep 9, 2024

data(ExampleData.DeValues)
plot_AbanicoPlot(ExampleData.DeValues, interactive = TRUE)
# Error in plot_AbanicoPlot(ExampleData.DeValues, interactive = TRUE) :
#   object 'precision' not found

The error is here, where precision should be data$data.global$precision (and similarly for std.estimate):

IAP <- plotly::plot_ly(data = data$data.global, x = precision, y = std.estimate,

However, even after fixing those, the following error appears:

Error in `recycle_columns()`:
! Tibble columns must have compatible sizes.
• Size 2: Columns `x` and `y`.
• Size 87: Column `text`.
ℹ Only values of size one are recycled.
@mcol
Copy link
Contributor Author

mcol commented Sep 11, 2024

Fixed by #233.

@mcol mcol closed this as completed Sep 11, 2024
@mcol mcol added this to the v0.9.25 (autumn CRAN release) milestone Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Clear problem or crash
Projects
None yet
Development

No branches or pull requests

1 participant