rticles icon indicating copy to clipboard operation
rticles copied to clipboard

Improve way to generate the table for easier contribution

Open cderv opened this issue 5 years ago • 2 comments

Markdown table is not easy to write as-is

Idea: Using a README.Rmd would allow to generate the table using kable() and would be easier to keep updated.

cderv avatar Aug 05 '20 10:08 cderv

I feel kable() won't make it significantly easier. The table has only four columns, so you only need to type five pipes |||||. That doesn't sound like a lot of work :)

yihui avatar Aug 06 '20 14:08 yihui

It doesn't render so well on the screen because of the long lines, because it was not easy to format 😓 so I thought of that.

I have just open this to drop if off my mind. We will see how it works with new articles submissions. 😄

cderv avatar Aug 06 '20 15:08 cderv