I’ve been chipping away on cleaning my code that I’ve used in my #xaringan slides. I’ve finally gotten to the point the code is cleaner and so here it is! The first set of the themes: kunoichi! You’ll be easily able to split your slides to cells! #rstats https://t.co/ERdOmTNeOh https://t.co/I75xvIfp0a

2018/09/08

blogdown

Paul Santos (@PaulEfrenSantos; 9/2): My personal website https://t.co/HNDx86qeCJ using #blogdown, a new project for share R programming. The first post based on the @seankross blog. #rstat #dataviz https://t.co/ShuBtKLY8L

Ming Tang (@tangming2005; 1/1): Compute averages/sums on GRanges or equal length bins https://t.co/TpMucwleUb migrate to my blogdown website. #rstats

bookdown

Ernesto Carrella (@ErnestoCarrella; 11/6): Been working on a fishery agent-based model for a while now. Finally I produced a full manual for people to take the model and use it without having to know code:
https://t.co/8g6ONSKrgF
Pretty happy about the videos and how easy it was to integrate it all in #bookdown

Alexandre Courtiol (@alexcourtiol; 3/2): Working on the online doc (https://t.co/EtsMg5ZsCQ) of my #rstats package IsoriX for the upcoming isotope summer school @IZWberlin. The more I learn about tools (#knitr, #bookdown…), the less R code I need, the more it makes me focus on the “real” writing :-/ Thanks @xieyihui? https://t.co/A5NGM1kpCf

Matthias Andrasch (@m_andrasch; 1/0): (6/n) Bookdown nutzt eine etwas erweiterte Markdown-Version, R Markdown: https://t.co/1clrW1HFnN Zu Beginn des Schreibprozess dürfte das aber keine Rolle spielen. Man könnte hier also zweistufig vorgehen:

  1. Akademischen Text
  2. Spezielle Formatierungen für Bookdown/R Markdown

Matthias Andrasch (@m_andrasch; 1/0): (4/n) Ein benutzerfreundlicher Weg, um die Stärken von Pandoc auszuspielen, ist der Weg über bookdown (https://t.co/uLJHhIMs2G). Bookdown ist eine Erweiterung (Plugin) für die Programmiersprache R, die u.a. von Statistiker*innen aktiv in der Wissenschaft eingesetzt wird.

KouYuanYuan (@KouYuanYuan; 0/0): 人少奖多速来:首届 bookdown 大奖赛,最高奖价值 3000 元 https://t.co/Fhu7PrekDc https://t.co/kzv3VUTewc

Matthias Andrasch (@m_andrasch; 0/0): (11/n) [bonus] Bookdown liefert sehr ansehnliche HTML-Versionen aus: https://t.co/bOTn7K0qOd Das Publizieren im Web ist also ebenfalls nur einen Mausklick entfernt und da es statisches HTML ist, relativ ressourcenschonend. Zudem kann die Thesis noch interaktiv erweitert werden. https://t.co/HCM3ivvQWA

Matthias Andrasch (@m_andrasch; 0/0): (10/n) Hochschulen könnten ihren Studis zum einen eine Bookdown-Konfigurationsvorlage (Schriftart, Größe, Absatz, etc.) sowie ein Bookdown-Beispielprojekt bereitstellen zum Modifizieren. Zudem kann Zitationsstil (Zotero) vorgeben werden. Alles kostenfrei & open. https://t.co/NvgM0kKFbb

Matthias Andrasch (@m_andrasch; 0/0): (8/n) Bzgl. einer automatischen Generierung von Zitationen kann man pandoc citeproc nutzen, Infos gibt es hier: https://t.co/CNFZhSF5df

Das geht aber wieder sehr in die Nerd-Ebene und kann ggf. frustrierend sein, wenn die Generierung nicht ganz so funktioniert wie gewünscht. https://t.co/wmnZ0vt1XG

Matthias Andrasch (@m_andrasch; 0/0): (7/n) Über Schritt 2 ist es dann möglich, sich z.B. das Tabellen/Abbildungsverzeichnis (warum auch immer man das noch braucht) sowie Inhaltsverzeichnis automatisch erstellen zu lassen. Siehe z.B. hier: https://t.co/ZLqKXvTGD4

knitr

Alexandre Courtiol (@alexcourtiol; 3/2): Working on the online doc (https://t.co/EtsMg5ZsCQ) of my #rstats package IsoriX for the upcoming isotope summer school @IZWberlin. The more I learn about tools (#knitr, #bookdown…), the less R code I need, the more it makes me focus on the “real” writing :-/ Thanks @xieyihui? https://t.co/A5NGM1kpCf

Andy Cooper (@DataSciABC; 3/0): @allezaaron If you’re talking Rmarkdown, you can include this as the initial code chunk:

```{r global_options, include=FALSE}
knitr::opts_chunk$set(echo=FALSE, warning=FALSE, message=FALSE)
```

Dr. Sam Tyner (@sctyner; 2/0): @allezaaron ```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```

M@rketingThema.com (@marketingthema; 0/0): Why academic Writing in Knitr & R markdown is the new trend? #Reproductible_Research #MarketingThema https://t.co/Sjh7kuPDPU https://t.co/ZDlT9Zd1GS

W. Andrew Barr (@wabarree; 0/0): @allezaaron I don’t think you can do it in the YAML, but you can use opts_chunk$set() to set global options from within your first chunk.
See example here https://t.co/iOBaitKzJ7

xaringan

Emi Tanaka 🌾 (@statsgen; 20/12): I’ve been chipping away on cleaning my code that I’ve used in my #xaringan slides. I’ve finally gotten to the point the code is cleaner and so here it is! The first set of the themes: kunoichi! You’ll be easily able to split your slides to cells!
#rstats https://t.co/ERdOmTNeOh https://t.co/I75xvIfp0a

Dr. Alison Hill (@apreshill; 1/0): @statsgen Did you submit as a built in xaringan theme yet? This is 💯 !!instructions in @xieyihui s blog post: https://t.co/xb6cqX9lFH

yihui.name

Dr. Alison Hill (@apreshill; 1/0): @statsgen Did you submit as a built in xaringan theme yet? This is 💯 !!instructions in @xieyihui s blog post: https://t.co/xb6cqX9lFH

W. Andrew Barr (@wabarree; 0/0): @allezaaron I don’t think you can do it in the YAML, but you can use opts_chunk$set() to set global options from within your first chunk.
See example here https://t.co/iOBaitKzJ7