minisciencegirl / studyGroup

http://minisciencegirl.github.io/studyGroup/
Other
43 stars 20 forks source link

purrr: functional programming, iteration/aggregation / August 12 #131

Closed jennybc closed 8 years ago

jennybc commented 8 years ago

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.

jennybc commented 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.

bkatiemills commented 8 years ago

Thanks, @jennybc! Feel free to re-edit anything in the top post you like, of course.

minisciencegirl commented 8 years ago

Thanks @BillMills and @jennybc! The issue looks great!

vjd commented 8 years ago

@BillMills youtube broadcast possible?

bkatiemills commented 8 years ago

@vjd it's speaker's choice - they'll post details here if they choose to webcast!

ghost commented 8 years ago

How can I join?Hangout link or on air?

jennybc commented 8 years ago

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.

ghost commented 8 years ago

This is intermediate level session but I don't have much idea about R.Can I join?

jennybc commented 8 years ago

@drashti4 It might not make a lot of sense if you have very little knowledge of R. The "intermediate" label is genuine.

ghost commented 8 years ago

Okay then I am out for this session.Thank you for humble response :)

minisciencegirl commented 8 years ago

Here are the lesson notes for anyone interested: https://github.com/jennybc/purrr-tutorial

jennybc commented 8 years ago

And here's the rendered version that's easier on the eyeballs:

https://jennybc.github.io/purrr-tutorial/