Closed jennybc closed 8 years ago
@minisciencegirl or @BillMills can one of you apply appropriate labels? I think it's event + intermediate. I took the liberty of just opening this issue; feel free to correct me if I overlooked some convention.
Thanks, @jennybc! Feel free to re-edit anything in the top post you like, of course.
Thanks @BillMills and @jennybc! The issue looks great!
@BillMills youtube broadcast possible?
@vjd it's speaker's choice - they'll post details here if they choose to webcast!
How can I join?Hangout link or on air?
Is anyone who's planning to attend willing to be the person to manage some sort of hangout? To connect with @vjd and @drashti4, for example? I'd like to not be on the hook for managing that connection, but I don't mind if a few others join us remotely.
This is intermediate level session but I don't have much idea about R.Can I join?
@drashti4 It might not make a lot of sense if you have very little knowledge of R. The "intermediate" label is genuine.
Okay then I am out for this session.Thank you for humble response :)
Here are the lesson notes for anyone interested: https://github.com/jennybc/purrr-tutorial
And here's the rendered version that's easier on the eyeballs:
What: Functional programming, iteration and aggregation in R using purrr, taught by Jenny Bryan. Who: Everyone! This is an intermediate-level lesson, but we'll try to help everyone stay on board. When: Friday, August 12, 1 PM - 2 PM Where: Koerner Library, room 153; map. Before you come: Please install purrr:
install.packages("purrr")
; also, check out these resources:Purrr is a package to augment R's functional programming tools; functional programming is a style of programming that makes the behavior of your code easier to predict and debug. In this lesson, we'll see an introduction to purrr and functional programming in R.