Elio Campitelli

Results 93 issues of Elio Campitelli

Springer seems to have updated its template. The one provided by rticles uses de svjour3 class, but [the one you can download form the website](https://www.springernature.com/gp/authors/campaigns/latex-author-support) uses the sn-jnl class and...

The (new?) default pandoc behaviour of wrapping long lines can cause issues in templates if there are comments. For example, if the template has something like this ```latex % \title{$title$}...

Is there a guide or tutorial that teaches people to create a pandonc template suitable to use with rmarkdown and possibly to include in rticles? I'm considering writing something but...

help wanted :heart:
documentation

The American Meteorological Society now has a new version of their LaTeX template (https://www.ametsoc.org/ams/index.cfm/publications/authors/journal-and-bams-authors/latex-author-info/) and some new guidelines (such as adding a significance statement). I'm updating the article template but...

help wanted :heart:

Right now, when rticles updates a template, it risks either breaking older markdown documents (for example, if the name of a header variable changes; see https://github.com/rstudio/rticles/pull/358) or changing the resulting...

feature

Writting the batract section in the yaml is a bit cumbersome, it's not clear how to include inline R code, and RStudio auto indent feature doesn't recognise it properly. Recently...

lua filter
feature

I'm trying to fill out a form that includes file upload. I used to be able to do something like this ```r form

feature
form 🧾

Inspired by [these awesome slides](https://slides.com/djnavarro/workflow/) by Danielle Navarro, I was thinking that adding at least bare-bones README.md files to subfolders might nudge people in the right direction. ![image](https://user-images.githubusercontent.com/8617595/104071666-6002f080-51e8-11eb-931f-b80081e89f71.png) Specifically, I...

enhancement

Some R packages depend on system requirements which have to be installed before anything. `use_dockerfile()` could try to figure out which are the required system dependencies based on the dependencies...