Tuits
- Tuits, pàgina actual.
- Tuits i respostes
- Continguts
Has blocat @hadleywickham
Estàs segur que vols veure aquests tuits? Això no desblocarà @hadleywickham.
-
Tuit fixat
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) #rstatsGràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés -
Hadley Wickham ha retuitat
#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] <- iGràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés -
Hadley Wickham ha retuitat
personifyr::gganimate (fireworks version). Thank you


developers @thomasp85 and@drob
! 


http://gganimate.com https://github.com/thomasp85/gganimate …pic.twitter.com/CUjYPWO4wZ
Gràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés -
Hadley Wickham ha retuitat
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
Gràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés -
Hadley Wickham ha retuitatGràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés
-
Hadley Wickham ha retuitat
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
Gràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés -
Hadley Wickham ha retuitat
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#tidyverseGràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés -
Why you should only ever bake with weightshttps://twitter.com/avibryant/status/1075081615162765313 …
Gràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés -
Hadley Wickham ha retuitat
F2 ⇨ function definition
"RStudio IDE Easy Tricks You Might've Missed"
@lopp_sean https://buff.ly/2pfDZjM#rstats#rstudiopic.twitter.com/vV3dbmbpT4Gràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés -
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) #rstatsGràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés -
Hadley Wickham ha retuitat
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
Gràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés -
Hadley Wickham ha retuitat
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/89zAQ2yKxkGràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés -
Hadley Wickham ha retuitat
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
Gràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés -
Hadley Wickham ha retuitat
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/
Mostra el filGràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés -
Anyone happen to have a comprehensive archive of all
#rstats tweets? (hopefully going back a couple of years)Gràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés -
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/ …


Gràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés -
Hadley Wickham ha retuitat
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
Mostra el filGràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés -
Hadley Wickham ha retuitat
In which I have reckons about why people write packages, and also data https://notstatschat.rbind.io/2018/12/17/what-are-packages-for/ …
Gràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés -
Hadley Wickham ha retuitat
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 …Gràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés -
Hadley Wickham ha retuitat
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 …Gràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés -
Hadley Wickham ha retuitat
“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.
Gràcies. El Twitter ho farà servir per millorar-te la cronologia. DesfésDesfés
Sembla que triga molt a carregar-se.
És possible que el Twitter hagi assolit el límit de capacitat o que experimenti una sobrecàrrega momentània. Torna-ho a provar o vés a l'estat del Twitter si en vols obtenir més informació.