rstudio / rsconnect

Publish Shiny Applications, RMarkdown Documents, Jupyter Notebooks, Plumber APIs, and more
http://rstudio.github.io/rsconnect/
131 stars 80 forks source link

deployApp() doesn't work when directory name contains trailing slash #213

Closed daattali closed 1 year ago

daattali commented 6 years ago

On Windows using rsconnect 0.8.5

I tried deploying an app to shinyapps.io using deployApp() and passing the directory name as the first argument. Because I used tab-completion for the directory name, it appended a slash to the directory name. I get an error

'\ does not exist'

I have to manually remove the slash from the end so get it working

hadley commented 1 year ago

We now call normalizePath() so I suspect this has been fixed. Please let me know if hasn't, and I'll reopen.