Hi , (sorry my Enlish is not very well)
this problem has troubled me more than six hours already...
now i'm going to tell u what i've done...
(my OS is window 10)
when i use R-studio to publish my code(ui.r and server.r) to shinyapps.io
and then it got error like this:
ERROR: An error has occurred. Check your logs or contact the app author for clarification.
and then i goto check my logs which at shinyapps.io
it show like this:
2018-09-13T02:26:08.628341+00:00 shinyapps[431829]: Server version: 1.6.6-2
2018-09-13T02:26:08.628376+00:00 shinyapps[431829]: LANG: zh_TW.UTF-8
2018-09-13T02:26:08.628378+00:00 shinyapps[431829]: shiny version: 1.1.0
2018-09-13T02:26:08.628378+00:00 shinyapps[431829]: R version: 3.5.1
2018-09-13T02:26:08.628379+00:00 shinyapps[431829]: httpuv version: 1.4.5
2018-09-13T02:26:08.628391+00:00 shinyapps[431829]: rmarkdown version: 1.10
2018-09-13T02:26:08.628392+00:00 shinyapps[431829]: knitr version: 1.20
2018-09-13T02:26:08.628402+00:00 shinyapps[431829]: jsonlite version: 1.5
2018-09-13T02:26:08.628429+00:00 shinyapps[431829]: RJSONIO version: NA
2018-09-13T02:26:08.628430+00:00 shinyapps[431829]: htmltools version: 0.3.6
2018-09-13T02:26:08.628558+00:00 shinyapps[431829]: Using pandoc at /opt/connect/ext/pandoc2
2018-09-13T02:26:08.770718+00:00 shinyapps[431829]: Using jsonlite for JSON processing
2018-09-13T02:26:08.775818+00:00 shinyapps[431829]: Starting R with process ID: '128'
2018-09-13T02:26:08.775815+00:00 shinyapps[431829]:
2018-09-13T02:26:08.795891+00:00 shinyapps[431829]:
2018-09-13T02:26:08.795893+00:00 shinyapps[431829]: Listening on http://127.0.0.1:46659
2018-09-13T02:26:09.123892+00:00 shinyapps[431829]: Warning: Error in library: there is no package called ‘shinydashboard’
2018-09-13T02:26:09.133638+00:00 shinyapps[431829]: 59: library
2018-09-13T02:26:09.133637+00:00 shinyapps[431829]: 60: stop
and i try to find out what does it means (two days ago until now) ,i'm still don't know how to make it right
p.s. i've read all the solution on Stackoverflow, but i really can't understand how they fix the problem...
could someone can help me? please~