StatisticsNZ / simplevis

Simple visualisation with ggplot2 and leaflet wrappers
https://StatisticsNZ.github.io/simplevis
Other
86 stars 11 forks source link

Remove shiny_demo() and all code related to input$isMobile #444

Closed davidhodge931 closed 2 years ago

davidhodge931 commented 2 years ago

I think use of input$isMobile infringes copyright law, as you are not allowed to use code in your software that does not have a licence.

shinyMobile package has a input$deviceInfo$desktop value that could maybe be used instead

davidhodge931 commented 2 years ago

Done