302 Found while uploading to RPubs

232 Views Asked by At

I'm trying to upload a knitted HTML RMarkdown file to RPubs. I knitted the .rmd and click publish in the preview window then selected RPubs then it gives me this window: enter image description here

What can i do to resolve this issue? Thanks.

1

There are 1 best solutions below

0
Ao Sun On
install.packages('rsconnect')
library(rsconnect)

I had the same problem, reinstalling rsconnect package solved it for me :)