bump version

This commit is contained in:
pvictor 2020-06-09 17:03:49 +02:00
parent 47d8a9c15a
commit d25bf7f7d7
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Package: apexcharter
Version: 0.1.4.940
Version: 0.1.4.950
Title: Create Interactive Chart with the JavaScript 'ApexCharts' Library
Description: Provides an 'htmlwidgets' interface to 'apexcharts.js'.
'Apexcharts' is a modern JavaScript charting library to build interactive charts and visualizations with simple API.

View File

@ -93,4 +93,5 @@ server <- function(input, output, session) {
}
shinyApp(ui, server)
if (interactive())
shinyApp(ui, server)