Tweets
- Tweets, página actual.
- Tweets y respuestas
- Multimedia
Bloqueaste a @hadleywickham
¿Estás seguro de que quieres ver estos Tweets? Ver los Tweets no desbloqueará a @hadleywickham
-
Tweet fijado
Function factories chapter of adv-R is now complete: https://adv-r.hadley.nz/function-factories.html …. Learn how to make functions that make functions
(and why you might care with new ggplot2 examples) #rstatsGracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer -
Hadley Wickham retwitteó
#rstats performance tip: if you must grow a vector in a loop, make sure there's only one reference to it so that R doesn't have to make a copy on each iteration. # 6 seconds: x <- integer() for(i in 1:5e4) x <- c(x, i) # 0.02 seconds: x <- integer() for(i in 1:5e4) x[i] <- iGracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer -
Hadley Wickham retwitteó
personifyr::gganimate (fireworks version). Thank you


developers @thomasp85 and@drob
! 


http://gganimate.com https://github.com/thomasp85/gganimate …pic.twitter.com/CUjYPWO4wZ
Gracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer -
Hadley Wickham retwitteó
My new favorite (and probably overused)
#rstats#xaringan party trick is to use knitr::include_url("link_to_my_own_slides") to show a past/future slide FROM THE SAME slide deck in another slide
Makes it easier to show how to do side-by-side code/plot slides.pic.twitter.com/zh1foRWToT
Gracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer -
Hadley Wickham retwitteóGracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer
-
Hadley Wickham retwitteó
Not quite inbox zero, but #dplyr has less than 100 issues on#github again.
Reminder, we are starting to polish things to prepare for an early January release, and captured some of the potential hurdles in this blog post: https://www.tidyverse.org/articles/2018/12/dplyr-0-8-0-release-candidate/ …pic.twitter.com/QkDLrLPX3b
Gracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer -
Hadley Wickham retwitteó
Both the textrecipes and probably packages hit CRAN this week! Check them out! http://cran.rstudio.com/package=textrecipes … and http://cran.rstudio.com/package=probably … Huge thanks for
@Emil_Hvitfeldt and@dvaughan32#rstats#tidyverseGracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer -
Why you should only ever bake with weightshttps://twitter.com/avibryant/status/1075081615162765313 …
Gracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer -
Hadley Wickham retwitteó
F2 ⇨ function definition
"RStudio IDE Easy Tricks You Might've Missed"
@lopp_sean https://buff.ly/2pfDZjM#rstats#rstudiopic.twitter.com/vV3dbmbpT4Gracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer -
httr 1.4.0 is out now: https://www.tidyverse.org/articles/2018/12/httr-1-4-0/ …. Includes some minor
bug fixes, OAuth tweaks, and updated OAuth demos (including a demo that works with the facebook API once again) #rstatsGracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer -
Hadley Wickham retwitteó
3 in 1 #AdventOfCode
praise is a great
for brightening up an #rstats day
rep(praise, 5) only gives us one type of praise - it evaluates before repeating.
replicate(5, praise) gives us 5 different types of praise - it re-evaluates each time
secretly it's sapply
pic.twitter.com/8jGEvp1OFe
Gracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer -
Hadley Wickham retwitteó
Is our new
#RYouWithMe module called#vizwhiz (as in fast efficient data visualisation) or#vizwiz (as it purveyor of visualisation wizardry)--@williamslisaphd and I disagree, so I made her this gif to round out the series. Stay tuned@RLadiesSydney...#rstatspic.twitter.com/89zAQ2yKxkGracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer -
Hadley Wickham retwitteó
My friend Mia has been learning
#rstats this semester and made an amazing spotifyr
tutorial and data vis
! Check out "Exploring the Spotify API with R: A tutorial for beginners, by a beginner" https://msmith7161.github.io/what-is-speechiness/ …pic.twitter.com/M8hzJubC57
Gracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer -
Hadley Wickham retwitteó
Monday morning hot take - I find opinionated style guides to be a much easier way for me to get up to speed on new languages than reference materials, language specs, or tutorials. Eg, The tidyverse style guide for Rhttps://style.tidyverse.org/
Mostrar este hiloGracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer -
Anyone happen to have a comprehensive archive of all
#rstats tweets? (hopefully going back a couple of years)Gracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer -
2018 has been a banner year for the tidyverse. Please joining us in celebrating the 22 new packages, 54 major releases, and the over 500 (!!) people who contributed with PRs: https://www.tidyverse.org/articles/2018/12/tidyverse-and-r-lib-year-in-review/ …


Gracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer -
Hadley Wickham retwitteó
BIG NEWS!
The cautionary seal is now on my Redbubble shop in black & white and colour. Get your t-shirts, mugs, stickers, tote bags, and so much more here - https://www.redbubble.com/people/hanaayoob/collections/1024259-the-seal?asc=u …pic.twitter.com/xBZ5kSDF9g
Mostrar este hiloGracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer -
Hadley Wickham retwitteó
In which I have reckons about why people write packages, and also data https://notstatschat.rbind.io/2018/12/17/what-are-packages-for/ …
Gracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer -
Hadley Wickham retwitteó
Do you use readxl? Now is a good time to test drive the dev version on GitHub; it goes to CRAN soon.
#rstats I’m also on the hunt for public spreadsheets that are large enough to test and justify a readxl progress indicator. Suggestions?https://github.com/tidyverse/readxl …Gracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer -
Hadley Wickham retwitteó
Also wrote about my experience. In short, I think everyone should have a go! https://tojyouso.rbind.io/docs/first-talk-at-userr-oslo/ …
#rstatshttps://twitter.com/TojYouSo/status/1072561356069588992 …Gracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer -
Hadley Wickham retwitteó
“There’s already 20 million people who can build software - isn’t that enough?” No. Until making your own software is as accessible as writing your own book, we’re not there yet. Not everyone can (or wants to) write a great book, but most have the baseline skills to try.
Gracias. Twitter usará esto para mejorar tu cronología. DeshacerDeshacer
Parece que el contenido está tardando un poco en cargarse.
Puede que Twitter esté saturado o experimentando un problema momentáneo. Inténtalo de nuevo o visita el Estado de Twitter para más información.