error deploy shiny app

trying to deploy shiny app but fails with the following errors

logs:
2019-11-18T01:59:16.091848+00:00 shinyapps[1485304]: Server version: 1.7.8-7
2019-11-18T01:59:16.091890+00:00 shinyapps[1485304]: R version: 3.6.1
2019-11-18T01:59:16.091891+00:00 shinyapps[1485304]: shiny version: 1.4.0
2019-11-18T01:59:16.091850+00:00 shinyapps[1485304]: LANG: en_US.UTF-8
2019-11-18T01:59:16.091892+00:00 shinyapps[1485304]: rmarkdown version: (none)
2019-11-18T01:59:16.091892+00:00 shinyapps[1485304]: knitr version: (none)
2019-11-18T01:59:16.091892+00:00 shinyapps[1485304]: httpuv version: 1.5.2
2019-11-18T01:59:16.091902+00:00 shinyapps[1485304]: jsonlite version: 1.6
2019-11-18T01:59:16.091902+00:00 shinyapps[1485304]: RJSONIO version: (none)
2019-11-18T01:59:16.091910+00:00 shinyapps[1485304]: htmltools version: 0.4.0
2019-11-18T01:59:16.092059+00:00 shinyapps[1485304]: Using pandoc at /opt/connect/ext/pandoc2
2019-11-18T01:59:16.234749+00:00 shinyapps[1485304]: Using jsonlite for JSON processing
2019-11-18T01:59:16.243319+00:00 shinyapps[1485304]:
2019-11-18T01:59:16.243321+00:00 shinyapps[1485304]: Starting R with process ID: '25'
2019-11-18T01:59:16.265469+00:00 shinyapps[1485304]:
2019-11-18T01:59:16.265476+00:00 shinyapps[1485304]: Listening on http://127.0.0.1:44591
2019-11-18T01:59:20.931438+00:00 shinyapps[1485304]: Warning: Error in library: there is no package called ‘shinydashboard’
2019-11-18T01:59:20.979363+00:00 shinyapps[1485304]: 63:
2019-11-18T02:06:07.707127+00:00 shinyapps[1485304]: Server version: 1.7.8-7
2019-11-18T02:06:07.707168+00:00 shinyapps[1485304]: LANG: en_US.UTF-8
2019-11-18T02:06:07.707169+00:00 shinyapps[1485304]: R version: 3.6.1
2019-11-18T02:06:07.707170+00:00 shinyapps[1485304]: shiny version: 1.4.0
2019-11-18T02:06:07.707170+00:00 shinyapps[1485304]: httpuv version: 1.5.2
2019-11-18T02:06:07.707170+00:00 shinyapps[1485304]: rmarkdown version: (none)
2019-11-18T02:06:07.707362+00:00 shinyapps[1485304]: Using pandoc at /opt/connect/ext/pandoc2
2019-11-18T02:06:07.707192+00:00 shinyapps[1485304]: jsonlite version: 1.6
2019-11-18T02:06:07.707202+00:00 shinyapps[1485304]: RJSONIO version: (none)
2019-11-18T02:06:07.707222+00:00 shinyapps[1485304]: htmltools version: 0.4.0
2019-11-18T02:06:07.847149+00:00 shinyapps[1485304]: Using jsonlite for JSON processing
2019-11-18T02:06:07.855946+00:00 shinyapps[1485304]:
2019-11-18T02:06:07.855948+00:00 shinyapps[1485304]: Starting R with process ID: '145'
2019-11-18T02:06:07.878027+00:00 shinyapps[1485304]:
2019-11-18T02:06:07.878028+00:00 shinyapps[1485304]: Listening on http://127.0.0.1:46834
2019-11-18T02:06:07.707191+00:00 shinyapps[1485304]: knitr version: (none)
2019-11-18T02:06:07.982537+00:00 shinyapps[1485304]: Warning: Error in library: there is no package called ‘shinydashboard’
2019-11-18T02:06:08.024048+00:00 shinyapps[1485304]: 63:

  1. consol error:
    Failed to lint file 'server.R'
    The linter failed with message:

input string 4802 is invalid UTF-8
Failed to lint file 'ui.R'
The linter failed with message:

input string 78 is invalid UTF-8
Failed to lint file 'server.R'
The linter failed with message:

input string 4802 is invalid UTF-8
Failed to lint file 'ui.R'
The linter failed with message:

input string 78 is invalid UTF-8
Failed to lint file 'server.R'
The linter failed with message:

input string 4802 is invalid UTF-8
Failed to lint file 'ui.R'
The linter failed with message:

  1. deploy tab error :
    ----- Deployment log started at 2019-11-18 10:58:23 -----
    Deploy command:
    rsconnect::deployApp(appDir = "~/R/appkonov14", appFileManifest = "C:/Users/CAU/AppData/Local/Temp/e360-3e3e-b439-cb07", account = "ahmedshingaly", server = "shinyapps.io", appName = "appkonov17", appTitle = "appkonov17", launch.browser = function(url) { message("Deployment completed: ", url) }, lint = FALSE, metadata = list(asMultiple = FALSE, asStatic = FALSE), logLevel = "verbose")

Session information:
R version 3.6.1 (2019-07-05)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 14393)

Matrix products: default

locale:
[1] LC_COLLATE=Korean_Korea.949 LC_CTYPE=Korean_Korea.949
[3] LC_MONETARY=Korean_Korea.949 LC_NUMERIC=C
[5] LC_TIME=Korean_Korea.949

attached base packages:
[1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached):
[1] compiler_3.6.1 rsconnect_0.8.15
Cookies:
[1] "None"
GET /v1/applications/?filter=account_id:285882&filter=name:appkonov17&count=100&offset=0 910ms
POST /v1/applications/ 939ms
----- Bundle upload started at 2019-11-18 10:58:25 -----
[2019-11-18 10:58:25] Inferring App mode and parameters
[2019-11-18 10:58:25] Bundling app dir
[2019-11-18 10:58:25] Generate manifest.json
[2019-11-18 10:58:28] Writing Rmd index if necessary
[2019-11-18 10:58:28] Compressing the bundle
POST /v1/bundles 810ms
[2019-11-18 10:58:29] Starting upload now
PUT /bundles/application-1485304/7b2226f979584793aa25d5c2e9f97e3b.tar.gz?AWSAccessKeyId=ASIA54P7SCTKUZGIT4BC&x-amz-acl=bucket-owner-full-control&Expires=1574045909&content-md5=QfuP7FC8w1ooHUKofCG6WQ%3D%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEG8aCXVzLWVhc3QtMSJGMEQCIGZ0wYFWpASPI2yyfhKY1b2FqLNDGcg8XtHrgg8h60UIAiBNTJl40mLnUkRv8KiuZt8pmh%2FgK6uM3m0OTD9gOFipiCrYAgiY%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDk1NDU1NTU2OTM2NSIMrblFUupXgPtZIdzGKqwCMJVgBSVpILb853bY2wz2BpEG1TykdNJduZlTDwGGW4Q0q2tqxp81VG7fYYEto%2FhRScyn0wgeDKW3jP%2Fn6K%2FaalRaL0sgWbI5H%2BgiO0r83ua1JSpD6DoeKj53mwr6Q%2BSSUReRMmBEe5CQMUJgmVFQ1aCHzFnFLM55mVKVQm%2BW6QgQYa4uIXLpj%2Fi743U0WRu%2BqR4Nb2tkvOGph7B8OfQ3qEMcSMSf0TnPKiP6lgtvHue54KPxhR8fcJu%2F7sLqR%2BVe1TLNnR4R4CrpODQ1iRBA84986eqUM4toTvWiT20bwRShzgCSW1uj0iSZhVd1A5bSjFYr786P2AXEEuGOeaQFDFTHnuwx4miRrl22%2BXMYOgzWoro%2BMlyVDymG4ncHgBwp0DBtQpxuWpyCDSMSMP2gx%2B4FOtECEF6lHJqD1DlJPfZFFfoOcJ5Sqo7kcM0OUUB%2BWp16jm4s6EpB6eOfWVreJH3uuVC9yeqWYtio4RMHUWZQgxri5ydjoNNn8FQF6sA%2FjtM4M%2BLBeZphi6rxmOXDW8tV%2BFj9GHSXTU54DgQ%2BGiOD8OjwrZdnf0X834zzNNtGIvHfqIdtEF42rY0WiPT8eCe15RYnZtdV%2BISTh9cG8Un2A5bsN83nGy0rlSSosqxLiQORGMJIA8YQWzUV9Q5tGggQmoMywdkpj1l3vh1tPPPKAtNjl71O4YrmLdxM%2BmqiBhwSLZwQ5iOKpkp8cWf5CXDuaDA4G%2BdaBfSHPV3pyVOrlIYOaavvXASxQlY7%2FIzcZuk8za1pytDKUWoN6TIx56FR%2F0OhdM3nWMcoUTdgQ%2BmUW3BJWNRCgBoADy7RpjoVpaOjqaJjvl3mZCifbzHXc0c7%2BdsUvw%3D%3D&Signature=i7veRikW92a3TfkbaQJFcnPC%2FjA%3D&content-type=application%2Fx-tar 1519ms
[2019-11-18 10:58:31] Upload complete
POST /v1/bundles/2596450/status 809ms
GET /v1/bundles/2596450 910ms
[2019-11-18 10:58:33] Saving deployment record for appkonov17 -
----- Server deployment started at 2019-11-18 10:58:33 -----
POST /v1/applications/1485304/deploy 1010ms
Waiting for task: 668183042
GET /v1/tasks/668183042 799ms
building: Processing bundle: 2596450
GET /v1/tasks/668183042 839ms
building: Installing packages
GET /v1/tasks/668183042 800ms
GET /v1/tasks/668183042 899ms
GET /v1/tasks/668183042 820ms
GET /v1/tasks/668183042 919ms
GET /v1/tasks/668183042 890ms
GET /v1/tasks/668183042 789ms
GET /v1/tasks/668183042 870ms
GET /v1/tasks/668183042 800ms
GET /v1/tasks/668183042 869ms
building: Installing files
GET /v1/tasks/668183042 900ms
GET /v1/tasks/668183042 780ms
building: Pushing image: 2821891
GET /v1/tasks/668183042 780ms
GET /v1/tasks/668183042 890ms
GET /v1/tasks/668183042 910ms
GET /v1/tasks/668183042 910ms
GET /v1/tasks/668183042 780ms
GET /v1/tasks/668183042 880ms
GET /v1/tasks/668183042 789ms
GET /v1/tasks/668183042 890ms
GET /v1/tasks/668183042 780ms
GET /v1/tasks/668183042 780ms
deploying: Starting instances
GET /v1/tasks/668183042 910ms
terminating: Stopping old instances
GET /v1/tasks/668183042 780ms
----- Deployment log finished at 2019-11-18 10:59:20 -----
Deployment completed: https://ahmedshingaly.shinyapps.io/appkonov17/
����޽���(��):
1: In fileDependencies.R(file) :
Failed to parse C:/Users/CAU/AppData/Local/Temp/Rtmp0SVy5i/file2ee8eb63d64/server.R ; dependencies in this file will not be discovered.
2: In fileDependencies.R(file) :
Failed to parse C:/Users/CAU/AppData/Local/Temp/Rtmp0SVy5i/file2ee8eb63d64/ui.R ; dependencies in this file will not be discovered.

thanks in advance

A post was merged into an existing topic: error deploy / publish app with Korean language text string