StevenLShafer / stanpumpR

stanpumpR, and PK/PD simulation program
Other
20 stars 6 forks source link

Rearrange app R files to fix shiny errors #135

Open fifteenforty opened 3 months ago

fifteenforty commented 3 months ago

Fixes #134

Move loading to /app.R Move server.R, app.R and global.R to /R so that it is autoloaded Create /R/app.R run_app function in golem shiny package style Suppress autoload of R files to prevent shiny error messages

fifteenforty commented 3 months ago

Can you try running this @instigatorofawe, @olofsen?

olofsen commented 3 months ago

Can you try running this @instigatorofawe, @olofsen?

The updated source runs on my local shiny server without any issues so far; indeed my previous installation does not run with the current shiny server version.