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:
What can i do to resolve this issue? Thanks.
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:
What can i do to resolve this issue? Thanks.
install.packages('rsconnect')
library(rsconnect)
I had the same problem, reinstalling rsconnect package solved it for me :)