We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tm_g_distribution
The distribution plto becomes invisible after viewing the QQ plot.
library(teal) library(teal.modules.general) data <- teal_data() |> within({ iris <- iris mtcars <- mtcars }) datanames(data) <- c("iris", "mtcars") modules <- modules( tm_g_distribution( dist_var = data_extract_spec( dataname = "iris", select = select_spec(variable_choices("iris"), "Petal.Length") ) ) ) app <- init(data = data, modules = modules) runApp(app)
On app start:
Go to QQ plot:
Return to histogram:
The plot can still be downloaded:
The QQ plot is still visible. The app still runs and reactivity is unaffected. Plots in other modules are unaffected.
Looks like a bug in adding the theoretical density distribution to the histogram (present in downloaded file).
> sessionInfo() R version 4.4.0 (2024-04-24 ucrt) Platform: x86_64-w64-mingw32/x64 Running under: Windows 10 x64 (build 19045) > packageVersion("teal") [1] '0.15.2.9045' > packageVersion("teal.modules.general") [1] '0.3.0' > packageVersion("teal.widgets") [1] '0.4.2'
No errors in console.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
The distribution plto becomes invisible after viewing the QQ plot.
app code
On app start:
Go to QQ plot:
Return to histogram:
The plot can still be downloaded:
The QQ plot is still visible. The app still runs and reactivity is unaffected. Plots in other modules are unaffected.
Looks like a bug in adding the theoretical density distribution to the histogram (present in downloaded file).
sessionInfo()
Relevant log output
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: