ציוצים
- ציוצים, דף נוכחי.
- ציוצים ותגובות
- מדיה
חסמת את @hadleywickham
האם אתה בטוח שאתה רוצה להציג את הציוצים האלה? הצגת הציוצים לא תגרום לשחרור של @hadleywickham
-
ציוץ נעוץ
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) #rstatsתודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול -
Hadley Wickham צייץ מחדש
#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] <- iתודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול -
Hadley Wickham צייץ מחדש
personifyr::gganimate (fireworks version). Thank you


developers @thomasp85 and@drob
! 


http://gganimate.com https://github.com/thomasp85/gganimate …pic.twitter.com/CUjYPWO4wZ
תודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול -
Hadley Wickham צייץ מחדש
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
תודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול -
Hadley Wickham צייץ מחדשתודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול
-
Hadley Wickham צייץ מחדש
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
תודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול -
Hadley Wickham צייץ מחדש
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#tidyverseתודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול -
Why you should only ever bake with weightshttps://twitter.com/avibryant/status/1075081615162765313 …
תודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול -
Hadley Wickham צייץ מחדש
F2 ⇨ function definition
"RStudio IDE Easy Tricks You Might've Missed"
@lopp_sean https://buff.ly/2pfDZjM#rstats#rstudiopic.twitter.com/vV3dbmbpT4תודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול -
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) #rstatsתודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול -
Hadley Wickham צייץ מחדש
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
תודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול -
Hadley Wickham צייץ מחדש
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/89zAQ2yKxkתודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול -
Hadley Wickham צייץ מחדש
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
תודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול -
Hadley Wickham צייץ מחדש
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/
הצג שרשור זהתודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול -
Anyone happen to have a comprehensive archive of all
#rstats tweets? (hopefully going back a couple of years)תודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול -
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/ …


תודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול -
Hadley Wickham צייץ מחדש
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
הצג שרשור זהתודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול -
Hadley Wickham צייץ מחדש
In which I have reckons about why people write packages, and also data https://notstatschat.rbind.io/2018/12/17/what-are-packages-for/ …
תודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול -
Hadley Wickham צייץ מחדש
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 …תודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול -
Hadley Wickham צייץ מחדש
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 …תודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול -
Hadley Wickham צייץ מחדש
“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.
תודה. טוויטר ישתמש בזאת כדי לשפר את ציר הזמן שלך. ביטולביטול
מסתבר כי הטעינה לוקחת זמן־מה.
ייתכן שיש עומס או תקלה זמנית בטוויטר. נסה שוב או בקר בדף המצב של טוויטר לקבלת מידע נוסף.