insightsengineering/teal.osprey

Error: object 'choices_selected' is not exported by 'namespace:teal.widgets'

Closed this issue · 0 comments

m7pr commented

What happened?

This R CMD Check throws an error for teal.widgets::choices_selected not being an exported object from teal.widgets

This is the only appearance of this function in the code

sort_by_var = teal.widgets::choices_selected(
selected = "count", choices = c("count", "alphabetical")
),

should this be changed to teal.transform::select_spec ?

teal.transform is not a dependency for teal.osprey so I would rather found a solution within teal.widgets, however teal.osprey has teal in dependencies which actually loads teal.transform

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.