Upload Error While Publishing on Rpubs

I created an RMarkdown File for my project. I was able to knit to HTML, but I am unable to publish the same on Rpubs. I tried to publish the file on Rpubs but I keep getting an error:

My Session Info:

sessionInfo()
R version 3.6.1 (2019-07-05)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18362)

Matrix products: default

locale:
[1] LC_COLLATE=English_India.1252 LC_CTYPE=English_India.1252
[3] LC_MONETARY=English_India.1252 LC_NUMERIC=C
[5] LC_TIME=English_India.1252

attached base packages:
[1] stats graphics grDevices utils datasets methods base

other attached packages:
[1] sp_1.3-1

loaded via a namespace (and not attached):
[1] Rcpp_1.0.1 knitr_1.27 magrittr_1.5
[4] munsell_0.5.0 colorspace_1.4-1 xtable_1.8-4
[7] lattice_0.20-38 R6_2.4.0 tools_3.6.1
[10] grid_3.6.1 packrat_0.5.0 xfun_0.12
[13] htmltools_0.3.6 crosstalk_1.0.0 yaml_2.2.0
[16] leaflet_2.0.3 digest_0.6.20 shiny_1.3.2
[19] later_0.8.0 htmlwidgets_1.3 promises_1.0.1
[22] rsconnect_0.8.16-9001 evaluate_0.14 mime_0.7
[25] rmarkdown_2.1 compiler_3.6.1 scales_1.0.0
[28] httpuv_1.5.1

Thanks in advance!

I constantly ran into this error and I suppose it's mainly due to network connection. Restarting or use a proxy seems the easiest solution.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.