Hi I couldn't find any useful information in regards to this one.
When I try to publish to Rpubs on Rstudio, instead of login prompt I get this error message below.
[Edited] Rstudio version is 1.1.456 and R version is 3.5.1
Upload Error Occurred
Error in if (result$status == 201) succeeded <- TRUE :
missing value where TRUE/FALSE needed
Calls:
In addition: Warning message:
In http(protocol, "api.rpubs.com", port, method, path, headers, :
NAs introduced by coercion
Execution halted
I've already addded this line
options(rpubs.upload.method = "internal")
to both global and working directory Rprofile