#TidyTuesday Week 2020/31 🐧 Palmer Penguins Back to basics. Saw these fancy boxplots in @Tableau and here is the #ggplot2 version. Also, since people kept mentioning raincloud plots as an alternative to my ggplot evol jitter plot, here you go! #r4ds #rstats #tidyverse #dataviz https://t.co/A094W6vK9I

2020/07/29

#rstats

Cédric Scherer (@CedScherer; 38046): #TidyTuesday Week 202031 🐧 Palmer Penguins > Back to basics. Saw these fancy boxplots in @Tableau and here is the #ggplot2 version. Also, since people kept mentioning raincloud plots as an alternative to my ggplot evol jitter plot, here you go! > #r4ds #rstats #tidyverse #dataviz https://t.co/A094W6vK9I

Milos Popovic/Милош Поповић (@milos_agathon; 35796): How far is the national motorway from every settlement in > 🇭🇷Croatia 🇲🇰N. Macedonia 🇷🇸Serbia and 🇸🇮Slovenia? > #motorway #road #infrastructure #dataviz #datascience #BigData #geospatial #maps #rstats https://t.co/CS3RPSopj9

Georgios Karamanis (@geokaramanis; 28431): Palmer penguins for #TidyTuesday, happy to get the penguins almost right with geom_bspline_closed() from {ggforce}😊 > code: https://t.co/hMkXknndRp > #dataviz #RStats https://t.co/Zk2lYwqi3G

Andrew J. Stewart (@ajstewart_lang; 262141): Interested in learning #rstats in the context of #OpenResearch and #Reproducibility? I’m happy to share 10 workshops I’ve written for R learners with lots of videos taking you through things step-by-step. 12

Tom Mock (@thomas_mock; 20334): A little #RStats {@apachearrow} test since they just had a 1.0 release! > A filtered summary from 328 MILLION observations in about… 100 ms! > All years summarized in about 500 ms! > Code: https://t.co/KfFvApWNgU > Arrow Site: https://t.co/YhpbmT6eYd > #nflscrapR #arrow https://t.co/2mpfhwstih

Dr. Ganapathi Pulipaka (@gp_pulipaka; 13090): Deep Learning From Scratch. #BigData #Analytics #DataScience #IoT #IIoT #PyTorch #Python #RStats #TensorFlow #Java #JavaScript #ReactJS #GoLang #CloudComputing #Serverless #DataScientist #Linux #Books #Mathematics #Programming #Coding #100DaysofCode https://t.co/oA3Yuezywi https://t.co/DOf5wdC5Yl

Dr. Ganapathi Pulipaka (@gp_pulipaka; 122108): 6 Free Books to Start your Python journey. #BigData #Analytics #DataScience #IoT #IIoT #Python #RStats #JavaScript #ReactJS #CloudComputing #Serverless #DataScientist #Linux #Mathematics #Books #Programming #Coding #100DaysofCode https://t.co/nwAEurrIc6 https://t.co/Gb8UA9JapR

blogdown

David Neuzerling (@mdneuzerling; 401): I just gave a presentation on static sites and making a blog with R, and it was a disaster. I misconfigured Netlify, and then I couldn’t get pictures to appear in blogdown. Afterwards realised I was knitting the posts instead of clicking “Serve site”. I’m so embarrassed.

R posts you might have missed! (@icymi_r; 217): ✍️ “Creating Responsive Elements for an R/Blogdown Web Page” > 👤 Houston Haynes @h3techdev > https://t.co/EjVbxSusbE #rstats https://t.co/adFAE9ntKG

Eric Fletcher (@iamericfletcher; 183): This #TidyTuesday, I created my first ever #blog using blogdown and Hugo! I think the initial version looks good, but I would love to learn how to add a Twitter card in the meta. Any suggestions? > #Penguins #r4ds #DataScience #DataViz #tidyverse #ggplot2 > https://t.co/HKcprjjKH1

Danielle Navarro (@djnavarro; 173): A question for my #rstats friends. I’ve mentioned before that I’ve been writing a Hugo theme suitable for easy integration with blogdown & hugodown. It produces sites like this: > https://t.co/N8boiwCTEX > It seems clear to me that this kind of site is useful… (12)

Connor Rothschild (@CL_Rothschild; 163): New post on how to animate your #HugoAcademic homepage 🚀 https://t.co/hZ9RQt4Pfg > #MadeWithAcademic #GoHugo #rstats #blogdown https://t.co/fqYzoprSsR

Tom Mock (@thomas_mock; 81): 2 - Data Product > Generate all sorts of fancy outputs from RMarkdown, such as: - Presentations (Powerpoint or web native like remark.js) - Dashboards w/ flexdashboards - Reports as HTML, PDF, Word, etc - Entire websites w/ blogdown, hugodown, distill https://t.co/Y6Qmz6cUoW

Zhi Yang, PhD (@zhiiiyang; 70): @mdneuzerling I would do the same thing as well if I didn’t go to the blogdown workshop where Alison repeatedly emphasized that please don’t click the knit button.

Tom Mock (@thomas_mock; 50): @_johnmackintosh To be fair, I have spent many a night breaking my old websites! > I remember asking @kierisi for lots of help trying to get my {blogdown} site off the ground. I love {blogdown} but have personally settled on {distill}, which I still owe @ma_salmon a post on…

tidyverse tweets (@tidyversetweets; 32): Edit a Blog post in Blogdown lithium after choosing serve_site option #tidyverse #rstats https://t.co/wpwjqLOUao

Dustin Haraden (@DustinHaraden; 30): @rbkeeney @asmae_toumi I put some resources together for making a site in Hugo using blogdown > Check it out: https://t.co/4a8XNdN4Pv > Maybe it will help. Maybe it won’t. I’m just a stranger on the internet. You got this https://t.co/N2Jnvagr45

David Neuzerling (@mdneuzerling; 30): @zhiiiyang I had a few hiccoughs in the transition, but I somehow scraped together enough R knowledge to submit some PRs and get those fixed. It’s a bit rougher than Blogdown, but I really like the knitting workflow . I also like how it automatically links R functions to their docs.

Tyler Smith (@sedgeboy; 22): Q for #blogdown users: build_site recompiles all Rmd files; hugo_build doesn’t recompile any Rmd files. Is there a way to recompile only Rmd files that are newer than their html? > #rmarkdown #rstats

Joshua de la Bruere (@delaBJL; 20): @asmae_toumi @JosiahParry Can you update to 2.6? That’s the version that added support for task list according to the bookdown book > https://t.co/a8dX3HwYyi

Maëlle Salmon (@ma_salmon; 20): @OscarBaruffa @zhiiiyang @mdneuzerling I would do the same mistake with blogdown

rstats tips (@rstats_tips; 12): Just found out how to handle errors within #blogdown pages. So I won‘t forget it I wrote a short text. #rstats https://t.co/lr3SaoL7ln

Alison Presmanes Hill (@apreshill; 11): @asmae_toumi @JosiahParry why is your blogdown trying to use pandoc anyway? 🤒 Does .Rmarkdown knit to .markdown for you? And I’m personally sorry- these errors are so frustrating to debug.

Rasmus Munksgaard (@RasmusMunks; 11): @CommCrim For anyone needing a distraction, R, blogdown and Hugo are introduced here https://t.co/cU7cI8LbB2 If you’re just looking to have a maintainable CV online it’s quite easy.

Tim Tiefenbach (@TimTeaFan; 10): @BenjaminWolfe In blogdown this is working fine. https://t.co/cMU82sBcqk

Tanner Koomar (@TannerKoomar; 10): Code for the plot itself is here: https://t.co/27X2kL7w5Q > P.S. Anyone with more experience in {blogdown} know what specific setting I need to get embedded figures to always scale properly? Should I be using .Rmarkdown instead of .Rmd?

JD Long (@CMastication; 10): @thomas_mock @ma_salmon @MilesMcBain There’s no automatic migration tool from {blogdown} to {distill} is there? Looks like each RMD needs editing… and I have some pure MD pages. Can of worms?

Ellis Hughes (@ellis_hughes; 10): @thomas_mock @CMastication Intrigued. Already somehow broke my blogdown site… I cant add new posts and it reruns all my code every time I try to deploy.

markets are efficient iff P = NP (@t6aguirre; 10): Que tal criar um blogzinho com o Blogdown? — Eu tenho pensando em fazer isso, anon. Ou, ao menos, dar nova cara ao meu blogzinho e mantê-lo ativo https://t.co/68tfoUeL37

Chris Prener (@chrisprener; 10): @stlouist @And__Ark @CoreySparks1 Yes! I use the blogdown package for R, which builds websites using Hugo.

demian zayat (@demzayat; 10): @ramiroau @vazquezbrust Alto sitio! Me gusto mucho. Por unos pocos dólares al año netlify te permite ponerle un dominio customizado! Adhiero lo del tutorial para hacer webs con Blogdown o lo que uses! Abrazooo

David Neuzerling (@mdneuzerling; 10): @zhiiiyang “Rougher” in this case just means newer, and doesn’t have the benefit of time that Blogdown has.

tidyverse tweets (@tidyversetweets; 0/1): Some ‘Featured Publications’ missing from blogdown site #tidyverse #rstats https://t.co/ceRwRL6Iin

tidyverse tweets (@tidyversetweets; 0/1): Change size of image in Blogdown https://t.co/Qc96X7HeVp file inserted via Insert image Addin #tidyverse #rstats https://t.co/tJDgjoQxnu

bookdown

emre toros (@emretoros; 17516): Akademik araştırmalarında veri olarak metin ile çalışıp (söylem analizi, eleştirel söylem analizi vb.), sürüden ayrılmak isteyenler için gelsin… > Supervised Machine Learning for Text Analysis in R https://t.co/O7KYDWSiCn #rmarkdown #bookdown

Elaine McVey (@eamcvey; 8917): I just used custom divs for the first time to style parts of my very boring RMarkdown doc after reading this blogpost from @dcossylè and it was unreasonably exciting. So much payoff for such minimal effort!Making pretty note boxes | Desirée De Leon https://t.co/OyMhss4SZk

Alison Presmanes Hill (@apreshill; 698): This is my hot take on #rmarkdown templates. > SUCH high payoff- if you think making an R package should be taught early, adding an Rmd template to your package is nice for beginners + quite empowering (right @allison_horst 😇??) > https://t.co/3ts9kTdV4E https://t.co/HSoWspw9Q0 https://t.co/dqaT0KGyc2

R for Research 👨🏾‍💻📊 (@rforresearch; 2410): Just finished (first draft) converting R for Research notes to bookdown and a gitbook. Yes it has a section on visualising #COVID19 data! #rstats #markdown #bookdown @aksingh1985 available here https://t.co/YZKmXUtSLj Next is Financial Modelling notes! https://t.co/Lu0vsIEpgh

R posts you might have missed! (@icymi_r; 185): 📚 “Chapter 7 xaringan Presentations | R Markdown • The Definitive Guide” > 👤 Yihui Xie @xieyihui
> https://t.co/Nbi2H5UfYy #rstats https://t.co/GgGtbu5GjV

emre toros (@emretoros; 151): bir de tabi basit başlangıç için https://t.co/IAOZg3aDYC kısmına bakılabilir (warning: includes shameless self promotion 🕺

Federico Pianzola (@fpianz; 142): Next semester I’m going to teach a literature course using social annotation and a digital anthology of short stories that I edited. I considered a few options (e.g. @pressbooks or Wordpress with @cpcore) but then decided to use @rstudio Bookdown with @hypothes_is 1/

Thomas Conti (@ThomasVConti; 110): Será que no Brasil é possível manter um livro online em acesso aberto no formato bookdown e conseguir uma versão impressa com alguma editora? Alguém já tentou algo similar?

Emily Riederer (@EmilyRiederer; 101): @canoodleson Here’s an explanation of a few different ways to apply CSS to an RMarkdown: https://t.co/QZVIyakvhO > The real trick is figuring out what elements to apply it to. For that, a few good resources are opening Rmd in browser and using Developer Tools (https://t.co/O0WpYr7Ozw) (12)

filíp (@philippeheymans; 100): swirl es una interfaz dentro del mismo R para aprender de forma intercativa, y este curso particularmente se basa en este libro, ambos de acceso gratuito: https://t.co/cEFUsspqPU

Tom Mock (@thomas_mock; 92): @CMastication Basic idea is that it provides: - a preview option (kind of like Xaringan::inf_mr()) - can execute individual chunks independently of others > https://t.co/XIWBrEYCjt

Mikhail Popov (@bearloga; 70): Wanna learn how to make your own {knitr} engine? Check out: - https://t.co/VubdBt0IpI - built-in engines https://t.co/D4RCnck57n - {reticulate}’s engine for Python: https://t.co/yJp9yS0Krf - {dotnet}’s engine for C# & F#: https://t.co/riRYDFd9kK

𝙳𝚊𝚟𝚒𝚍 𝚁𝚎𝚒𝚗𝚜𝚝𝚎𝚒𝚗 (@GivingTools; 53): Very useful ‘annotated biblio’ #bookdown of links to resources in a variety of categories for #DataScience with #rstats. https://t.co/w96nSG1RXD: Thanks @monkmanmh. Adding this to https://t.co/TurbKwJF41 @airtable

Federico Pianzola (@fpianz; 41): @rstudio Bookdown gives me great control on editing the book, thanks to R Markdown, and making it close (copyright 😢). @hypothes_is is just amazing! I can fine tune the comments sidebar to suit reading literary texts, with minimal invasion of the page layout. 2/

Matthew Ross (he/him) (@MagicalSystems; 31): @mishafredmeyer @ericJpedersen Loved this talk and the messaging. So clear and valuable. Hopefully it’s archived somewhere and @ericJpedersen keeps fighting the good fight. We need more tutorials and less packages, and more general packages. Bookdown is great way to combine paper writing w/ tutorializing

Javier Cantón (@ProsumidorSoc; 31): New discover: Hands-On Data Visualization https://t.co/yVayqBq1KE #rmarkdown #bookdown #resource #dataviz

Sharla Gelfand (@sharlagelfand; 30): @canoodleson but to answer their question re: including CSS (relevant for HTML output!), there is a section of the rmarkdown cookbook that talks about CSS and how/where to include the stylesheet! https://t.co/I0iA51ZB1R

tidyverse tweets (@tidyversetweets; 23): Bookdown error with PDF output, even with webshot and phantomJS installed #tidyverse #rstats https://t.co/8NdxAXYL6P

Polymath (@Scientist1970; 22): Hi there R community! I’m writting a book with rmarkdown+knitr+bookdown. When I render .Rmd files, figures not generated with R are not included in GitBook format. Otherwise, there is no problem with epub format. Any solution for gitbook? #RStats.

𝙳𝚊𝚟𝚒𝚍 𝚁𝚎𝚒𝚗𝚜𝚝𝚎𝚒𝚗 (@GivingTools; 22): https://t.co/SyyXHuuQNN A #bookdown course covering ‘basic tools’ of #datascience (#Git, code, #SQL, #Rstats, #Python, notebooks, containers, APIs…). Thanks @perrystephenson!

Chris Engelhardt (@EngelhardtCR; 21): Has anyone in #rstats had some luck with embedding local mp4 videos in a bookdown book rendered to gitbook? I’ve tried solutions similar to the following but with no luck: https://t.co/lgCePXIrOP

Vikram_Singh Rawat (@Guru_GyanKhoji; 20): @f2harrell @neuro_data @opherdonchin @learnfromerror @rlmcelreath Statistical Rethinking with brms, ggplot2, and the tidyverse https://t.co/bPC35xzL8L > Is this the book i should read to understand it???

Matthew Ross (he/him) (@MagicalSystems; 20): When using bookdown for a project, how should I manage time-consuming chunks that download and process data? I often develop in the same .Rmd that generates the book, so I don’t always love cacheing, because it only caches on a knit, not in a developing session

Emily Riederer (@EmilyRiederer; 20): @canoodleson However, CSS works for HTML RMarkdown output. Since your student mentions PDF, they might want or need to research LaTeX (https://t.co/z7eN3FHO15) or checkout the {pagedown} package (which might help them make HTML docs that would “Print to PDF” better) > (32 - oops!)

Sarah Kabourek, PhD (@skabourek; 20): @doughesm I’ve actually had this bookmarked for some time https://t.co/gwv8EpcK5e

Michael McCarthy (@mccarthymg; 20): @lakens Extra productivity boost: If you’re pushing your files to GitHub, you can also use GitHub Actions to automatically build and publish to Netlify or GitHub Pages whenever you push new material to your repository. > Here’s a tutorial for deploying to Netlify: https://t.co/Y47fvjn3fX

tidyverse tweets (@tidyversetweets; 13): Problem in custom blocks in bookdown conversion to in enumerate for latex/pdf #tidyverse #rstats https://t.co/m0I3Nd1xrz

Andrew Heiss (@andrewheiss; 10): @michael_e_flynn @jesse_lecy did something like this with a collaborative class bookdown

Virgilio Gómez-Rubio (@precariobecario; 10): @PaulaMoraga @Picanumeros @dr_xeo Creo es esto: cover-image 👇 > https://t.co/R6PYyNVLcc https://t.co/IUcWy0k2Yh

Jonathan Regenstein (@jkregenstein; 10): @CanStats @bradleyboehmke Hi, I didn’t put up a full version on bookdown yet, but all the code is available here. https://t.co/gbUQMOedWV > Maybe I’ll get the full version up if would be helpful

Wotton (@WottonLang; 10): @anabsoluteking do you mess around with bookdown?

tidyverse tweets (@tidyversetweets; 0/1): Bookdown pdf output only shows "placeholder" #tidyverse #rstats https://t.co/Sdg3plqC7m

tidyverse tweets (@tidyversetweets; 0/1): How do I upload needed files from bookdown (Rstudio) to Github? #tidyverse #rstats https://t.co/zXgk9TxpUj

tidyverse tweets (@tidyversetweets; 0/1): Bookdown (proof) custom environment: how to nest code chunks or inline R inside custom (e.g. proof) environments and get proper parsing? #tidyverse #rstats https://t.co/p69MWfeBHl

knitr

JD Long (@CMastication; 1060): I just went to knock out a quick blog post. And apparently it’s been a year since I blogged… in that time knitr, Hugo, and my theme have all be updated. So I had bitrot that took longer to fix than my blog post took to write. Ahhhhh computing.

Juha Itkonen (@JuhaItkonen; 631): Viime aikoina on tullut käytettyä paljon näitä: Linux, git, R, Emacs, ESS, bash, Docker, Kubernetes, REST, HTTP, HTML, CSS, Bootstrap, Markdown, Rmd, knitr, pandoc, YAML, LaTeX, pdf, C++, JavaScript, Node, JSON, CSV, XML, TCP/IP, curl ja regex. Mitä muita pitäisi olla?

Erick Knackstedt (@Eknackstedt; 91): @WeAreRLadies @R4DScommunity tidyverse, tidymodels, DBI, odbc, dbplyr, knitr, scales, lubridate, janitor, broom, stringr, tidytext, splines, hms, skimr, patchwork, baguette, kableExtra, ggrepel, widyr, igraph, ggraph

Chris Tomlinson (@tomlincr; 52): After battling with #MiKTeX to knit PDFs on Windows 10, #tinytex has worked perfectly. Thank you @xieyihui > https://t.co/pnD4fVRyyh > #rstats #knitr #rmarkdown https://t.co/S4ZMl3UO5v

Tyler Smith (@sedgeboy; 44): TIL #rmarkdown supports dozens of languages, not just #rstats. Not quite as seamless as #emacs #orgmode, but you can mix #bash, #python, #awk etc in one document > https://t.co/lJxpnZhfP8

Christian Lindell (@lindellch; 41): @WeAreRLadies The problem with the alt-text is possible to solve with a knitr hook: https://t.co/q9byDRJMpR

Kieran Healy (@kjhealy; 40): Odd little RStudio (?) issue today … doing knit(“README.Rmd”) from inside an RStudio session seems to cause knitr to ignore the fig.path option. This doesn’t happen when doing e.g. Rscript -e ‘knitr::knit(README.Rmd)’ from the terminal.

James Owers (@jamesowers; 31): @tomlincr @xieyihui Knitr and rmarkdown are the main things I miss from R (and RStudio)

JD Long (@CMastication; 21): Mikhail gives a great example of how to define a sympy knitr engine (is that the right term?) to handle the special adding of $ around the output. This was totally new to me. https://t.co/HN0WeGdy1l

Mikhail Popov (@bearloga; 20): Here’s a potential solution that relies on registering a “sympy” knitr engine which intercepts & modifies the code in the chunk before passing it to reticulate’s knitr engine: https://t.co/g4ijfjacwv > Tried options$results <- "asis" too but it doesn’t work R Notebook preview 😔 https://t.co/IobSzsnDVT https://t.co/Otbm9DOogs

JD Long (@CMastication; 20): then we can make sympy LaTeX formulas in our Python chunk and have them print… but we have to do two magic steps. 1) tell knitr that we want the chunk “as is” (just render it) and 2) we need to wrap the output in $ so it gets rendered as a LaTeX math formula. https://t.co/WSlsIDVEyg

Jared Lander (@jaredlander; 20): @CMastication When I first learned about LaTeX I remember that it had to be run two to three times to get cross references and TOC correct. But then I just used {knitr} which handled all of that so I never thought of it again.

Mikhail Popov (@bearloga; 10): You can also override built-in engines! So one could, for example, make their own knitr engine for Stan models that uses {CmdStanR} instead of {RStan} https://t.co/aHtxh9fov3

SATO Kenji (@kenjisatojp; 10): @AchimZeileis Do you think it’s possible to make a wrapper function for knitr::kable(…, format=“html”), the first call of which embeds a custom CSS? Hopefully, this function can take care of \begin{html}…\end{html} for Rnw documents. (I myself don’t use Rnw though)

Adastra 🌠 (@adastrame; 10): This is exactly what it feels like to work with knitr in RMarkdown. Takes ages to make a small change in your output file when you have to re-knit everything again and again. https://t.co/6RTPD350zh

Dean Marchiori (@deanmarchiori; 10): @mdneuzerling Ah ok. Thats cool. I actually think knitr caching in vignettes is problematic- at least in rstudio. Do you use hybrid drake/rpkg workflows?

Tim Tiefenbach (@TimTeaFan; 10): @ma_salmon I’m using the browser inspector and indeed the classes are the same. I wonder whether there is a way to tell {downlit} to create a special output class given a specified output format e.g. knitr::opts_chunk$set(comment = „#>“).

Muhammad Yaseen (@myaseen208; 0/1): #rstats #knitr > The following code add indentations to the 2nd & 4th rows for first column only. > library(kableExtra) knitr::kable(head(mtcars[ ,1:4]), "latex") %>% add_indent(positions = c(2, 4))

tidyverse tweets (@tidyversetweets; 0/1): Poor resolution and blurry texts when using knitr to create a PDF file in Rmarkdown? #tidyverse #rstats https://t.co/cBSJpJ3AZW

pagedown

Sharla Gelfand (@sharlagelfand; 51): @canoodleson “CSS isn’t relevant for PDF output” isn’t 100% accurate, they can use the pagedown package to go from RMarkdown -> HTML and then HTML -> PDF, if they indeed do want PDF output and to write CSS! https://t.co/ZXHOuwpFTR

aden_buie(“garrick”) (@grrrck; 40): @canoodleson Lots of great pointers here already, but maybe they were looking for the {pagedown} which lets you write render Rmd to HTML (styled with CSS) that prints to PDF https://t.co/K4FvEswmIZ

🅺🅴🅴 🆈. 🅷. (@keefellow; 10): pagedown: Create Paged HTML Documents for Printing from R Markdown https://t.co/metUrFYRTq #keeRtips

tinytex

Greg Tucker-Kellogg (@gtuckerkellogg; 20): @CMastication tinytex uses latexmk internally, which is why it looks like it’s not doing the multiple passes, even though it is. latexmk sets the latex compilation engine as an argument; different tinytex functions specify different engines to latexmk.

Will (@Popher; 20): @CMastication Totally missed your first question (Why TinyTex doesnt have this problem). All I can assume - without digging - is that it does the multi-pass in the backend.

Rômulo Predes (@romulopredes; 20): quer dizer, de certa forma to usando o TinyTex no próprio R

CRAN Package Updates (@CRANberriesFeed; 12): CRAN updates: ralger tinytex https://t.co/y5W2NTKSXT #rstats

xaringan

Semiramis (@semiramis_cj; 3011): Las invitamos al tutorial de xaringan que daré el 1 de agosto con @RLadiesMty 😁 Anímense a crear presentaciones con R https://t.co/BZZOVR2aSO

Benjamin Wolfe (@BenjaminWolfe; 83): #rstats fam: brainstorming Q! > New-ish job, 6mo in. Rare opp. this mo. to present anything I want to the company (mostly nontechnical) for 10–15 min. Hoping to have fun + flex a little w/ some R pizzazz. > #shiny? #blogdown? #xaringan? #rayshader? #COVID19 for engaging content? 🤷 https://t.co/KpFU1vBzTP

tidyverse tweets (@tidyversetweets; 11): “incremental equations” in xaringan? #tidyverse #rstats https://t.co/GXih0RVcPz

Thomas Connors news comment humor (@ThomasConnors; 11): Creator of xaringan @xieyihui in the 3rd slide > xaringan is an R Markdown extension based on the Javascript library Remark.js

Full control of the entire viewport > Insight and hypnotize and delight, that’s behind the name, cool
> xaringanExtra @grrrck https://t.co/mkwrpAuKE0 https://t.co/JaNT5PKCv6

Mandrake🔥 (@KRZ3_7; 10): @driimendess Sim, e se por pimenta tu fica com xaringan

Damien Dupré (@damien_dupre; 0/2): And thank you to all the #Rstats xaringan magicians @xieyihui, @apreshill, @pjs_228, @grrrck, @emilyriederer for making amazing tools which I use for these slides!

tidyverse tweets (@tidyversetweets; 0/1): Xaringan presentation in modules #tidyverse #rstats https://t.co/qAjmehTCUU

Thomas Connors news comment humor (@ThomasConnors; 0/1): Very cool thing TIL an open source replacement for PowerPoint is called xaringan writes R Markdown uses Remark.js to render your slides like HTML CSS with live JavaScript code R Markdown animations running code like a browser anything you can put on a page https://t.co/eFTO3RiFVH https://t.co/X75tTTn07v