add app.R file in root from which to deploy
Created a new file app.R
in the root from which to deploy the server-side Shiny app. This works well without needing to modify any of the other files. The application is deployed at: https://rconnect.chs.usgs.gov/peakfq-dev/.
I also added pkgload to the DESCRIPTION
file, since I'm calling that in the new app.R
file.
Still messing around with the deployed app to see if anything is broken.