RStudio v1.1.456 Rpubs upload error, no login prompt

房东的猫 提交于 2021-02-19 02:27:07

问题


Hi I couldn't find any useful information in regards to this one. When I try to publish to Rpubs on Rstudio v1.1.456, instead of login prompt I get this error message below. [Edited] Rstudio v1.1.456, R v3.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


回答1:


Apparently, there was an issue in the most recent version of rsconnect (0.8.12).

devtools::install_github("rstudio/rsconnect", ref = "bugfix/multi-status-header")

Installing the patch solves it.



来源:https://stackoverflow.com/questions/53653976/rstudio-v1-1-456-rpubs-upload-error-no-login-prompt

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!