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

[Bug]: Unexpected warning in tm_g_association #616

Open
3 tasks done
gogonzo opened this issue Nov 30, 2023 · 1 comment
Open
3 tasks done

[Bug]: Unexpected warning in tm_g_association #616

gogonzo opened this issue Nov 30, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@gogonzo
Copy link
Contributor

gogonzo commented Nov 30, 2023

What happened?

Skärmavbild 2023-11-30 kl  14 13 33
library(teal.modules.general)
data <- teal_data()
data <- within(data, {
  library(nestcolor)
  ADSL <- teal.modules.general::rADSL
  ADRS <- teal.modules.general::rADRS
})
datanames <- c("ADSL", "ADRS")
datanames(data) <- datanames
join_keys(data) <- default_cdisc_join_keys[datanames]

app <- teal::init(
  data = data,
  modules = teal::modules(
    teal.modules.general::tm_missing_data(
      ggplot2_args = list(
        "Combinations Hist" = teal.widgets::ggplot2_args(
          labs = list(subtitle = "Plot produced by Missing Data Module", caption = NULL)
        ),
        "Combinations Main" = teal.widgets::ggplot2_args(labs = list(title = NULL))
      )
    )
  )
)
if (interactive()) {
  shinyApp(app$ui, app$server)
}

sessionInfo()

No response

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct.

Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines.

Security Policy

  • I agree to follow this project's Security Policy.
@gogonzo gogonzo added the bug Something isn't working label Nov 30, 2023
@chlebowa
Copy link
Contributor

Looks like a NULL got sent to if somewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants