I’m trying to deploy my first shinyapp on shinyapps.io, but I’m dealing with 2 errors.
The first one concerns my path. I must inform the path where my files are stocked with rsconnect.
rsconnect::deployApp('C:UsersLa MachineDocumentsDU DATASRCN')
But I had this issue :
Error: 'U' used without hex digits in character string (~/DU DATAS/RCN/CODE_TEST.R:1699:26)
I just changed this “” into this “/” in my path, and the code could get started. Then arrives my second issue :
Error in `quartoInspect()`:
! Failed to run `quarto inspect` against your content:
ERROR: C:/Users/La Machine/Documents/DU DATAS/RCN/.RData is not a valid Quarto
input document
Error: C:/Users/La Machine/Documents/DU DATAS/RCN/.RData is not a valid Quarto
input document
at inspectConfig
(file:///C:/PROGRA~1/RStudio/RESOUR~1/app/bin/quarto/bin/quarto.js:104294:19)
at async Command.fn
(file:///C:/PROGRA~1/RStudio/RESOUR~1/app/bin/quarto/bin/quarto.js:104308:20)
at async Command.execute
(file:///C:/PROGRA~1/RStudio/RESOUR~1/app/bin/quarto/bin/quarto.js:8437:13)
at async quarto
(file:///C:/PROGRA~1/RStudio/RESOUR~1/app/bin/quarto/bin/quarto.js:127545:5)
at async
file:///C:/PROGRA~1/RStudio/RESOUR~1/app/bin/quarto/bin/quarto.js:127563:9
Backtrace:
▆
1. └─rsconnect::deployApp(...)
2. └─rsconnect:::appMetadata(...)
3. └─rsconnect:::inferQuartoInfo(...)
4. └─rsconnect:::quartoInspect(appDir = appDir, appPrimaryDoc = appPrimaryDoc)
5. └─cli::cli_abort(...)
6. └─rlang::abort(...)
Execution halted
I wonder if the problem comes from my “/” that doesn’t correspond to the slash used in my path files which is “”. The first problem does not solve the second and the second does not solve the first, so I would be grateful if someone help me.
By the way, do you have solutions to shinyapp.io, I mean a 100% free method with no limit? I saw people trying to build their server but not sure of this info.
Thank’s !