Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upProblems with using rintrojs inside shiny modules #15
Comments
|
Thanks for the report. This appears to be an issue with environments. I am working on a solution. |
|
I believe the problem is fixed now. Please download the latest version from github Your feedback is greatly appreciated. Thanks again for reporting the issue. |
|
Sorry for replying back late but the fix worked flawlessly for our apps. Thanks so much for your quick response! |
I'm helping to develop a complex shiny application that makes use of modules to streamline the development. We'd really like to use
rintrojsas our way of providing in-app help. But it does not work correctly when included inside the UI portion of a shiny module, through it works as expected when it is only in the non-module UI portion. Below are examples of each case:Working example
Non-working example
Error is
ERROR: could not find function "ns"when running theuiportion of code.