Closed lcolladotor closed 9 years ago
I don't know for sure what the problem is, although if I were to guess I would say that pandoc
is incorrectly parsing some portion of the markdown because of a missing newline after one of the html blocks. In order to track down the problem I would inspect the .md
file produced and try to produce a minimum working example, your report is too large (and takes too long to run) to figure out what is going wrong in a reasonable time frame.
I could reproduce this until recently when:
knitr
1.7.8 (might have been related to the knitr::kable() issue https://github.com/jimhester/knitrBootstrap/issues/70)My guess is that either of the first 2 things helped. I'll close it for now. Hopefully I won't run into this problem again.
I should add that pandoc step still took 20 mins. But that's reasonable.
Hi,
I'm asking here because you might know what the problem is. I am re-running an analysis I did before and for some reason it's taking much longer: basically
pandoc
hangs.In particular, one case used to run in 5 hours and 32 mins (5 hrs 19 mins were spent on
R
analysis, the rest on thepandoc
step). It now has hanged for 5 days (killed it), hanged a 2nd time (killed the process again), and is hanging for a third time (24 hrs already).Currently, I'm using:
The process has been stuck at:
I suspect that updating
pandoc
can help, but well, this used to work with the same version. Previously something similar got resolved by fixing a piece ofrmarkdown
https://github.com/jimhester/knitrBootstrap/issues/47 and I don't know if it has any relation to https://github.com/rstudio/rmarkdown/issues/31.The previous output of
devtools::sessionInfo()
is:Notice that
rmarkdown
GitHub versionfd8dafd
is the same as version 0.3.3 (https://github.com/rstudio/rmarkdown/commit/fd8dafdea0b4cc68b9dc3da0557a506e60e77ee2). The main difference is theknitrBootstrap
version: basically I am re-running the analysis because I want to use the newerknitrBootstrap
(not yet using the newest from https://github.com/jimhester/knitrBootstrap/pull/68)You can find the Rmd file I'm using here which is called from
regionReport::derfinderReport()
defined here.Cheers, Leo