Skip to content

Commit

Permalink
update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonliao98 committed Nov 1, 2024
1 parent 05206ac commit 366ed9c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:

# run on any push
push:
branches:
- main

# run on request (via button in actions menu)
workflow_dispatch:
Expand Down
13 changes: 13 additions & 0 deletions rsconnect/shinyapps.io/easyeyes/easyeyes_app.dcf
Original file line number Diff line number Diff line change
@@ -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
15 changes: 0 additions & 15 deletions server.R
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 366ed9c

Please sign in to comment.