Christophe Dervieux

Results 1378 comments of Christophe Dervieux

What about using a `for` instead of an `if` ? I wonder if the `$sep$` will add if there is only one value 🤔 https://pandoc.org/MANUAL.html#for-loops Some pipes function are required...

> Using the pairs pipe and clever use of names I solved it Good! This just means that a minimum Pandoc version requirement will be required for this template.

I had another report of this recently in https://community.rstudio.com/t/render-book-error-stop-if-not-exists-and-some-files-were-not-found/139927/19 I don't think it comes from the same code part, but change impact this is the same. In **bookdown** 0.27 we...

> In my actual project, I have index.rmd (not lower case "r"), and so far Rscript -e "bookdown::render_book('index.rmd')" worked. Now I also created an empty index.Rmd in there, and it...

`input` in `render_book()` is also there for the preview feature. Usually the behavior is: * `render_book()` on a folder to render the whole book * `render_book()` on a file different...

Thanks for your feedback @grimbough ! What will do based on all your feedbacks: * We will support both extensions, `index.rmd` and `index.Rmd` - reverting to previous behavior and improving...

@otoomet @grimbough #1351 can be tested to see if this fix things for you. If you want to try it out. ```r remotes::install_github("rstudio/bookdown#1351") ```

Thanks for confirming. And yes **bookdown** is quite a complicated workflow, also it is an now old project and it is always a non-so-easy task to adapt. `.Rmd` remains the...

And now looking at #418, I understand better > I discovered that not all OUP Journals currently accept this new format. In particular, one that I submit to, ICES Journal...

I was thinking of two skeleton and two templates but only one function for the user instead of two. would it be too odd ? Like a version argument. We...