diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 054f8b7..5341001 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,6 +3,8 @@ on: # run on any push push: + branches: + - main # run on request (via button in actions menu) workflow_dispatch: diff --git a/rsconnect/shinyapps.io/easyeyes/easyeyes_app.dcf b/rsconnect/shinyapps.io/easyeyes/easyeyes_app.dcf new file mode 100644 index 0000000..07f6791 --- /dev/null +++ b/rsconnect/shinyapps.io/easyeyes/easyeyes_app.dcf @@ -0,0 +1,13 @@ +name: easyeyes_app +title: easyeyes_app +username: easyeyes +account: easyeyes +server: shinyapps.io +hostUrl: https://api.shinyapps.io/v1 +appId: 8620121 +bundleId: 9302116 +url: https://easyeyes.shinyapps.io/easyeyes_app/ +version: 1 +asMultiple: FALSE +asStatic: FALSE +ignoredFiles: .github/workflows/main.yml|.ipynb_checkpoints/constant-checkpoint.R|.ipynb_checkpoints/README-checkpoint.md|.ipynb_checkpoints/Untitled-checkpoint.ipynb|.RData|.Rprofile diff --git a/server.R b/server.R index a7a171f..d10e19c 100644 --- a/server.R +++ b/server.R @@ -1597,21 +1597,6 @@ shinyServer(function(input, output, session) { contenttype = 'svg') }, deleteFile = TRUE) - output$readingRSVP <- renderImage({ - outfile <- tempfile(fileext = '.svg') - ggsave( - file = outfile, - plot = plot_reading_rsvp(df_list()$reading, df_list()$rsvp) + - plt_theme + - coord_fixed(ratio = 1), - device = svg, - width = 6, - height = 4 - ) - - list(src = outfile, - contenttype = 'svg') - }, deleteFile = TRUE) #### crowding #### output$crowdingScatterPlot <- renderImage({