boxuancui / DataExplorer

Automate Data Exploration and Treatment
http://boxuancui.github.io/DataExplorer/
Other
512 stars 88 forks source link

Error: pandoc document conversion failed with error 99 #119

Closed rczen closed 5 years ago

rczen commented 5 years ago

Hi, I am trying to run DataExplorer on mtcars dataset, and I an getting a pandoc document conversion failed with error 99. any idea what went wrong.

boxuancui commented 5 years ago

What is your OS and sessionInfo()?

rczen commented 5 years ago

OS = Win10

R version 3.5.3 (2019-03-11) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 17763)

Matrix products: default

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

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

other attached packages: [1] vcd_1.4-4 scales_1.0.0 knitr_1.22 rmarkdown_1.12 data.table_1.12.0 [6] DataExplorer_0.8.0 forcats_0.4.0 stringr_1.4.0 dplyr_0.8.1 purrr_0.3.2
[11] readr_1.3.1 tidyr_0.8.3 tibble_2.1.1 ggplot2_3.1.1 tidyverse_1.2.1

loaded via a namespace (and not attached): [1] httr_1.4.0 jsonlite_1.6 modelr_0.1.4 StanHeaders_2.18.1 assertthat_0.2.1
[6] highr_0.8 stats4_3.5.3 cellranger_1.1.0 yaml_2.2.0 pillar_1.4.0
[11] backports_1.1.4 lattice_0.20-38 glue_1.3.1 digest_0.6.19 rvest_0.3.2
[16] colorspace_1.4-1 htmltools_0.3.6 plyr_1.8.4 pkgconfig_2.0.2 rstan_2.18.2
[21] broom_0.5.2 haven_2.1.0 processx_3.3.0 generics_0.0.2 withr_2.1.2
[26] lazyeval_0.2.2 cli_1.1.0 magrittr_1.5 crayon_1.3.4 readxl_1.3.1
[31] evaluate_0.13 ps_1.3.0 fansi_0.4.0 nlme_3.1-137 MASS_7.3-51.1
[36] xml2_1.2.0 pkgbuild_1.0.3 rsconnect_0.8.13 tools_3.5.3 loo_2.1.0
[41] prettyunits_1.0.2 hms_0.4.2 matrixStats_0.54.0 munsell_0.5.0 callr_3.2.0
[46] packrat_0.5.0 networkD3_0.4 compiler_3.5.3 rlang_0.3.4 rstudioapi_0.10
[51] htmlwidgets_1.3 igraph_1.2.4 base64enc_0.1-3 labeling_0.3 gtable_0.3.0
[56] inline_0.3.15 reshape2_1.4.3 R6_2.4.0 gridExtra_2.3 zoo_1.8-4
[61] lubridate_1.7.4 utf8_1.1.4 zeallot_0.1.0 stringi_1.4.3 parallel_3.5.3
[66] Rcpp_1.0.1 vctrs_0.1.0 tidyselect_0.2.5 xfun_0.6 lmtest_0.9-36

btw, it was able to generate the individual figures under the report_files/figure-html.

boxuancui commented 5 years ago

Do you see something similar to #116 where it says File d3.min.js not found in resource path?

rczen commented 5 years ago

positive.

boxuancui commented 5 years ago

Do you mind if I close this and use the other issue? I have no idea what's happening, so this might take a while to figure out.

rczen commented 5 years ago

sure!

EarlGlynn commented 5 years ago

DataExplorer failed on the iris and mtcars data.frames on 3 of 4 computers today. It took hours, but the problem seems related to newer versions of Pandoc. Only Pandoc 2.6 works with DataExplorer. It will fail with newer versions 2.7 or higher.

Error 99 was most common with Pandoc 2.7 or higher, but I did seem see some error 11s too.