insightsengineering / biomarker-catalog

Biomarker Analysis Templates of Tables And Graphs 📊
https://insightsengineering.github.io/biomarker-catalog/
8 stars 1 forks source link

Initializing reporter_previewer_module gives warning #66

Open danielinteractive opened 6 months ago

danielinteractive commented 6 months ago

See https://insightsengineering.github.io/biomarker-catalog/stable/graphs/rnag04.html in the teal module tab:

Warning: Error in add_card_button_srv: Assertion on 'names(formals(card_fun))'
failed: Must be a subset of {'card','comment'}, but has additional elements
{'label'}.

Looking at https://github.com/insightsengineering/biomarker-catalog/blob/main/graphs/rnag04.qmd this might rather need to be fixed in https://github.com/insightsengineering/teal.modules.hermes/blob/main/R/pca.R#L374 - @m7pr what do you think?