# install dependencies and remotes install.packages(c("ggplot2","gridExtra","label.switching","tidyr","remotes", "colourpicker","DT","highcharter","htmlwidgets","magrittr", "markdown","RColorBrewer","shiny","shinyAce","shinyBS", "shinythemes","shinyWidgets","viridisLite","writexl"), repos = "http://cran.us.r-project.org") # install pophelper package from GitHub remotes::install_github('royfrancis/pophelper') # install the package from GitHub remotes::install_github('royfrancis/pophelperShiny') # load library for use library(pophelperShiny) # launch app runPophelper()