Tweets
- Tweets, page courante.
- Tweets & réponses
- Médias
Vous avez bloqué @hadleywickham
Êtes-vous sûr de vouloir voir ces Tweets ? Les voir ne débloquera pas @hadleywickham
-
Tweet épinglé
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) #rstatsMerci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer -
Hadley Wickham a retweeté
#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] <- iMerci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer -
Hadley Wickham a retweeté
personifyr::gganimate (fireworks version). Thank you


developers @thomasp85 and@drob
! 


http://gganimate.com https://github.com/thomasp85/gganimate …pic.twitter.com/CUjYPWO4wZ
Merci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer -
Hadley Wickham a retweeté
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
Merci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer -
Hadley Wickham a retweetéMerci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer
-
Hadley Wickham a retweeté
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
Merci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer -
Hadley Wickham a retweeté
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#tidyverseMerci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer -
Why you should only ever bake with weightshttps://twitter.com/avibryant/status/1075081615162765313 …
Merci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer -
Hadley Wickham a retweeté
F2 ⇨ function definition
"RStudio IDE Easy Tricks You Might've Missed"
@lopp_sean https://buff.ly/2pfDZjM#rstats#rstudiopic.twitter.com/vV3dbmbpT4Merci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer -
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) #rstatsMerci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer -
Hadley Wickham a retweeté
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
Merci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer -
Hadley Wickham a retweeté
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/89zAQ2yKxkMerci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer -
Hadley Wickham a retweeté
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
Merci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer -
Hadley Wickham a retweeté
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/
Afficher cette discussionMerci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer -
Anyone happen to have a comprehensive archive of all
#rstats tweets? (hopefully going back a couple of years)Merci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer -
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/ …


Merci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer -
Hadley Wickham a retweeté
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
Afficher cette discussionMerci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer -
Hadley Wickham a retweeté
In which I have reckons about why people write packages, and also data https://notstatschat.rbind.io/2018/12/17/what-are-packages-for/ …
Merci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer -
Hadley Wickham a retweeté
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 …Merci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer -
Hadley Wickham a retweeté
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 …Merci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer -
Hadley Wickham a retweeté
“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.
Merci. Twitter en tiendra compte pour améliorer votre fil. SupprimerSupprimer
Le chargement semble prendre du temps.
Twitter est peut-être en surcapacité ou rencontre momentanément un incident. Réessayez ou rendez-vous sur la page Twitter Status pour plus d'informations.