I'm trying to deploy a very simple shiny app to shinnyapps.io.
When trying to deploy either using the function
rsconnect::deployApp(
appDir = "/Users/wss/github/area_gestao/app",
appName = "coleta_disciplinas",
appTitle = "Discipline Collection")
or using the application's publish button, the following error is produced:
Error in `quartoInspect()`:
! Failed to run `quarto inspect` against your content:
ERROR:
/Users/wss/github/area_gestao/app/coleta_disciplinas.R is not a valid
Fourth input document
However, the application is not related to a Quarto document.
I'm using a MacBook Air M1.
I appreciate any help on the problem.