1

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.

Keith Au
  • 31
  • 1
  • 3
  • I was getting this error as well. I fixed it by updating rsconnect, as suggested here: https://stackoverflow.com/a/53716425 – brudert Feb 03 '20 at 22:11

1 Answers1

1
install.packages('rsconnect')
library(rsconnect)

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

Ao Sun
  • 46
  • 4