botmaker
provides an interface to make your Twitter bots based on Github actions. For details, see the
vignette.
YouTube.
modelsummary
creates tables and plots to summarise models in R. The output can be HTML, PDF, Text/Markdown, LaTeX, MS Word, RTF, JPG, and PNG. For details, see the
vignette.
foreach
provides looping constructs in R — alternative to for loop, apply, map, etc. Why is it better? It allows for parallel processing and is much faster! See
vignette.
Rtex
is an alternative to R Markdown. Using LaTeX in R Markdown can be complicated as soon as you have multiple libraries and style files. Rtex produces a TeX file with a few executable R code chunks.
Check it out!