Hi,
i 'm interested in packaging the example : shiny-examples/036-custom-input-control/ to reuse in a new application.
The packaging note says:
" If instead we wanted to make this line chart component easily distributable to other Shiny users, we would set it up as a package. chooser.R would go into the R subdirectory. The contents of www would be moved to inst, and chooserInput would call shiny::addResourcePath to make them available at a URL prefix like "chooser". See shiny-incubator for one example."
I understood I have to use the procedure in : https://shiny.rstudio.com/articles/js-build-widget.html
But I'm not sure it is the only training I need. Could some experienced user highlight useful readings ?
Thanks.