DS4PS / cpp-526-fall-2020

Course shell for CPP 526 Foundations of Data Science I for Fall 2020
http://ds4ps.org/cpp-526-fall-2020/
MIT License
3 stars 1 forks source link

Knitting error in Lab 06 #25

Open ekmcintyre opened 4 years ago

ekmcintyre commented 4 years ago

I keep getting this error when I try to knit.

pandoc.exe: getMBlocks: VirtualAlloc MEM_COMMIT failed: The paging file is too small for this operation to complete. Error: pandoc document conversion failed with error 251 Execution halted

lecy commented 4 years ago

Please review the Simple Rules for Clear Questions. Questions that include no code or no context are difficult to answer because you are asking people to guess what you are doing.

If you google that error, though, you might find the first two links helpful. It sounds like one of two things is happening.

(1) You are trying to print an entire data frame or represent some large object in a way that overloads your RAM while pandoc attempts to convert your RMD file to an HTML file. (2) Packages or R Studio need updating.

https://github.com/rstudio/rmarkdown/issues/1535

https://github.com/rstudio/rmarkdown/issues/927