I am attempting to use the shiny app launched by calling app_gratis(), however, there are a number of functions called in the shiny app that are no longer exported.
I was able to get the app working by manually exporting or recreating the missing functions.
I am attempting to use the shiny app launched by calling app_gratis(), however, there are a number of functions called in the shiny app that are no longer exported.
I was able to get the app working by manually exporting or recreating the missing functions.
I am not sure if that's the best approach, but it looks sufficient to do some exploratory work.