R Studio running too slow while trying to create a blogdown website

It's running too slow when I'm trying to create a blogdown website. It wouldn't even let me save the updated files but the cursor moves fine. I need some help.

Hi @krispa567!

I'm afraid it's going to be hard for people here to help without some more information.

  • Can you describe the steps you are taking when you encounter this problem?
  • Does following that same set of steps always trigger the problem?

Some system information would also be helpful:

System Information:

Please copy and paste the console output here, then select it and click the little </> button at the top of the posting box to make sure it doesn't get garbled by the forum software. For a diagnostics report, you may wind up with output that is too long to paste in here. Please share it somewhere else (Google Drive, GitHub gist, Dropbox, etc) and link to it here.

Hi @jcblum! Here's the output of sessionInfo()

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

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252

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

loaded via a namespace (and not attached):
[1] Rcpp_1.0.2 bookdown_0.13 packrat_0.5.0 digest_0.6.20
[5] later_0.8.0 mime_0.7 R6_2.4.0 jsonlite_1.6
[9] magrittr_1.5 evaluate_0.14 blogdown_0.15.1 rstudioapi_0.10
[13] promises_1.0.1 rmarkdown_1.15 tools_3.6.1 servr_0.15
[17] httpuv_1.5.1 xfun_0.9 compiler_3.6.1 htmltools_0.3.6
[21] knitr_1.24

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