New To Rshiny and I cannot deploy app

Can anyone help me deploy this app? Here is my rawsource code on github:

I keep getting a very familar errors...

> rsconnect::deployApp()
Preparing to deploy application...
Update application currently deployed at
mlane6.shinyapps io/unitedway/? [Y/n] y
DONE
Uploading bundle for application: 324255...DONE
Deploying bundle: 1324095 for application: 324255 ...
Waiting for task: 520544221
  building: Installing files
  building: Pushing image: 1335486
  deploying: Starting instances
################################ Begin Task Log ################################ 
Generating locales...
  en_US.UTF-8... done
Generation complete.
[2018-04-17T20:32:00.866611028+0000] Creating dir /srv/connect/apps/unitedway
[2018-04-17T20:32:00.869883799+0000] Copying file United Way Final.R
[2018-04-17T20:32:00.873047895+0000] Copying file Unit Test 2016 Original Data.xlsx
[2018-04-17T20:32:00.876152236+0000] Copying file .RData
[2018-04-17T20:32:00.879430679+0000] Copying file webpage.html
[2018-04-17T20:32:00.886622047+0000] Copying file CONTRIBUTORS.MD
[2018-04-17T20:32:00.889807272+0000] Copying file README.MD
################################# End Task Log ################################# 

Naturally, I tried as much as I possible too looking into this error: (Edit Cannot share links to to limitions of forum

The problem with the docs solution is I don't even see the timeout button as shown by the picture below. I eventually realized that some of the files which are crucial to the server and deploy can to be moved around, so it might start timing out:
https://imgur.com/a/R0ivM?

I event moved the files that server called to. And when I learned that Rshiny didn't like .html files, i moved the pictures and .html

However, now it seems I am getting new errors:
P.S. I prepared alot of more links to explain the problem, but for some reason I cannot even share those. The code errors I am posting also have links by default. :confused: