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

Loading shinyBS at the launch of the app -- not the orthodox way #8

Open
mpascariu opened this issue Apr 28, 2022 · 0 comments
Open
Labels
invalid This doesn't seem right

Comments

@mpascariu
Copy link
Owner

The {shinyBS::bsTooltip} is used within the UI of an app to add a tooltip to a Shiny input or output. However, for some reason is it not working unless i load it as library(shinyBS) within the run_app() function. This is not the nice way and during the R CMD checks we get the following warning:

checking dependencies in R code ... WARNING
  'library' or 'require' call not declared from: 'shinyBS'
  'library' or 'require' call to 'shinyBS' in package code.
    Please use :: or requireNamespace() instead.
    See section 'Suggested packages' in the 'Writing R Extensions' manual.

Tried that, and is not really working.
Is not a big deal since everything works nicely but yeah...

@mpascariu mpascariu added the invalid This doesn't seem right label Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant