I would like to know if you know the reasons for this error below after I deploy the app:
Preparing to deploy application...DONE
Uploading bundle for application: 5828536...DONE
Deploying bundle: 5669021 for application: 5828536 ...
Waiting for task: 1115072079
building: Parsing manifest
building: Fetching packages
building: Installing packages
building: Installing files
building: Pushing image: 6598778
deploying: Starting instances
rollforward: Activating new instances
unstaging: Stopping old instances
Application successfully deployed to https://josesouza.shinyapps.io/teste123/
Deployment completed: https://josesouza.shinyapps.io/teste123/
Warning message:
In fileDependencies.R(file) :
Failed to parse C:/Users/Jojo Souza/AppData/Local/Temp/Rtmp4us8Yc/file8a98431dd4c/app.R ; dependencies in this file will not be discovered.
I already checked if it was missing library, it is OK, and also insert it in UTF-8, but it didn't solve the error. The app in RStudio works.
Do you have any suggestions of what I can try to do, other than the ones I've already done?