r - Error Deploying Shiny App: Unhandled Exception: Invalid control character -


i have app works on local computer. however, when trying deploy shiny app shinyapps.io, doesn't work. following error:

> deployapp() preparing deploy application...done uploading bundle application: 172259...done deploying bundle: 789393 application: 172259 ... waiting task: 373077993   error: parsing manifest ################################ begin task log ################################  ################################# end task log #################################  error: unhandled exception: child task 373077994 error: unhandled exception: invalid control character at: line 1495 column 8 (char 103196) 

i not sure do.

i have tried installing rcpp in question, an error in deploying shiny app shinyapps.io, didn't work.

i have 2 other files besides ui.r , server.r in directory, 1 csv file read , 1 r object file (i used save save , load r using load - save time). have tried , without these files in directory , gives same error either way.

i have mac , r version 3.3.3. rsconnect version 0.7.

note found similar problem here https://groups.google.com/forum/#!topic/shinyapps-users/y5sndqh5hkk not sure of how use me.

thanks post, https://groups.google.com/forum/#!searchin/shinyapps-users/control$20character%7csort:relevance/shinyapps-users/tmii25wgfkw/90ntvt4lc18j, able solve problem first showing of hidden files (see, example http://osxdaily.com/2009/02/25/show-hidden-files-in-os-x/) , deleting them, icon file.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -