insightsengineering / teal

Exploratory Web Apps for Analyzing Clinical Trial Data
https://insightsengineering.github.io/teal/
Other
181 stars 39 forks source link

[Bug]: critical bug #1348

Closed chlebowa closed 1 month ago

chlebowa commented 1 month ago

What happened?

I just now installed the latest versions of core packges and cannot run an app.

teal_app <- teal::init(
  data = teal.data::teal_data(ADSL = teal.modules.general::rADSL),
  modules = teal::modules(teal.modules.general::tm_missing_data())
)
shiny::runApp(teal_app)
Loading required package: shiny

Listening on http://127.0.0.1:6848
Browsing http://127.0.0.1:6848    
Warning in module(childScope$input, childScope$output, childScope, ...) :  
  Automatic lockfile creation disabled. `mirai` and `renv` packages must be installed.
Warning: Error in : 'log_shiny_input_changes' is not an exported object from 'namespace:teal.logger'
  1: shiny::runApp
c("teal.modules.general", "teal.data", "teal.slice", "teal") |> 
  sapply(function(x) as.character(packageVersion(x))) |>
  cbind()
                     [,1]
teal.modules.general "0.3.0.9049"
teal.data            "0.6.0.9011"
teal.slice           "0.5.1.9012"
teal                 "0.15.2.9064"

sessionInfo()

No response

Relevant log output

No response

Code of Conduct

Contribution Guidelines

Security Policy

chlebowa commented 1 month ago

Fixed by updating teal.logger to 0.2.0.9010.