Hi,
I'm developing an R package with a few functions and I've also made a few of the functions into Shiny apps so that users who don't know how to use R can run these functions. I'm interested in the best way to share all of this as one unit. I was planning to share the Shiny apps using a Gist, but it doesn't look like this provides the option to share multiple Shiny apps at once and it's unclear to me how this links up with the actual functions that are stored in the R package that is hosted on github.
From what I've seen so far, I need to create a Gist for each individual Shiny app and then include all of the functions from the R package in each Gist. I'd prefer to have the Shiny apps directly link to the R package on github so that whenever I update the functions, it will automatically be reflected in the Shiny app.
I assume that others have shared similar types of packages and that there is an easy way to do this, but I haven't been able to find a solution.
Thank you,
Mikey