reconhub / learn

RECON learn: a free, open platform for training material on epidemics analysis
https://reconlearn.org
Other
35 stars 30 forks source link

render_new_rmds_to_md() broken #54

Closed thibautjombart closed 5 years ago

thibautjombart commented 5 years ago

At 970c33e594d3dbcb27ea087c2752de91589dd588 after removing content/post/lecture-bag-of-slides.md

> learn::render_new_rmds_to_md()

processing file: lecture-bag-of-slides.Rmd
  |......................                                           |  33%
  ordinary text without R code

  |...........................................                      |  67%
label: options (with options) 
List of 1
 $ include: logi FALSE

  |.................................................................| 100%
  ordinary text without R code

output file: lecture-bag-of-slides.knit.md

/usr/bin/pandoc +RTS -K512m -RTS lecture-bag-of-slides.utf8.md --to markdown_github --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash --output lecture-bag-of-slides.md --standalone 

Output created: lecture-bag-of-slides.md
Error: [ENOENT] Failed to search directory '/home/thibaut/dev/recon/learn/content/post/lecture-bag-of-slides_files/figure-markdown_github': no such file or directory
> 

However it seems the md file has been produced and no temporary files are left in the folder.

zkamvar commented 5 years ago

However it seems the md file has been produced and no temporary files are left in the folder.

The bug was fixed in 7da1342aa4eb43b283a962f32e3609d84e0c1de1