You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only 2 functions from {shiny} are used in {teal.transform} in code:
shiny::validate
shiny::ns.sep
I reckon we can substitute shiny::validate by {shinyvalidate} package equivalents. This package is already in Imports. I need help figuring out how we could substitute shiny::ns.sep. Other than that {shiny} can go to Suggests as it's only used in examples besides the two functions I mentioned before.
Only 2 functions from
{shiny}
are used in{teal.transform}
in code:shiny::validate
shiny::ns.sep
I reckon we can substitute
shiny::validate
by{shinyvalidate}
package equivalents. This package is already inImports
. I need help figuring out how we could substituteshiny::ns.sep
. Other than that{shiny}
can go toSuggests
as it's only used in examples besides the two functions I mentioned before.Part of #194
The text was updated successfully, but these errors were encountered: