insightsengineering / teal

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

[Bug]: `TealAppDriver` calls on a function that doesn't exist in the namespace #1197

Closed averissimo closed 5 months ago

averissimo commented 5 months ago

What happened?

This can be reproduced by instantiating a new TealAppDriver without loading shinytest2

The function name is platform_variant() which should change to shinytest2::platform_variant()

The bug only exists because R CMD check doesn't detect this issues when inside a R6 method.

sessionInfo()

No response

Relevant log output

No response

Code of Conduct

Contribution Guidelines

Security Policy