eco-data-science / eco-data-science-old-site

website, wiki and issues for the group
http://eco-data-science.github.io
Other
31 stars 18 forks source link

Teaching purrr #29

Closed DanOvando closed 7 years ago

DanOvando commented 7 years ago

Hey guys, I'd be happy to lead a purrr session at some point this winter if we're looking for topics

jules32 commented 7 years ago

Yes please!

jcvdav commented 7 years ago

That would be great!

jamiecmontgomery commented 7 years ago

that'd be great Dan - clearly we have interest. Is there a date in Feb that might look good for you? I'm still trying to stick to Thursdays, maybe around lunch so students can join...

DanOvando commented 7 years ago

Great! Let's do the 16th or the 23rd of Feb?

jamiecmontgomery commented 7 years ago

Let's do the 16th. Thank you Dan this will be great. Excited to finally get an intro to purrr

Jamie Afflerbach Assistant Specialist National Center for Ecological Analysis and Synthesis (NCEAS https://www.nceas.ucsb.edu/) University of California, Santa Barbara github https://github.com/jafflerbach- twitter https://twitter.com/jafflerbach

On Thu, Dec 15, 2016 at 11:16 AM, Dan Ovando notifications@github.com wrote:

Great! Let's do the 16th or the 23rd of Feb?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/eco-data-science/eco-data-science.github.io/issues/29#issuecomment-267415309, or mute the thread https://github.com/notifications/unsubscribe-auth/AGhojv6OA35LUWUSsK9DnZHVuDspXVCUks5rIZIAgaJpZM4LMRRs .

DanOvando commented 7 years ago

Hey guys, turns out I'm going to be in Seattle the week of the 16th. Any chance of the 23rd?

jamiecmontgomery commented 7 years ago

works for me - I put together a poll to figure out the best day/time that week. @DanOvando once you fill out your preferred times I can update it remove what doesn't work for you.

For anyone else interested in attending this session please fill out the best times that work for you the week for February 20th. It will likely be at Bren.

http://whenisgood.net/m9fdb8p

DanOvando commented 7 years ago

Thanks!

On Thu, Jan 26, 2017 at 1:23 PM, Jamie Afflerbach notifications@github.com wrote:

works for me - I put together a poll to figure out the best day/time that week. @DanOvando https://github.com/DanOvando once you fill out your preferred times I can update it remove what doesn't work for you.

For anyone else interested in attending this session please fill out the best times that work for you the week for February 20th. It will likely be at Bren.

http://whenisgood.net/m9fdb8p

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/eco-data-science/eco-data-science.github.io/issues/29#issuecomment-275518105, or mute the thread https://github.com/notifications/unsubscribe-auth/AHuJt4nOQ7rxU3bGvGbnX_NBqT5U461mks5rWQ7egaJpZM4LMRRs .

-- PhD Student, Project Researcher Sustainable Fisheries Group University of California, Santa Barbara

jamiecmontgomery commented 7 years ago

Reminder to fill out the poll if you are interested in attending this session so we can get the best time for everyone!

http://whenisgood.net/m9fdb8p

jepa commented 7 years ago

@jafflerbach @DanOvando , are we doing remote connection for this session? I would love to Skype in!

jamiecmontgomery commented 7 years ago

I will try to figure out a way to get a remote connection.

Jamie Afflerbach Assistant Specialist National Center for Ecological Analysis and Synthesis (NCEAS https://www.nceas.ucsb.edu/) University of California, Santa Barbara github https://github.com/jafflerbach- twitter https://twitter.com/jafflerbach

On Wed, Feb 1, 2017 at 6:22 PM, Juliano Palacios Abrantes < notifications@github.com> wrote:

@jafflerbach https://github.com/jafflerbach @DanOvando https://github.com/DanOvando , are we doing remote connection for this session? I would love to Skype in!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/eco-data-science/eco-data-science.github.io/issues/29#issuecomment-276848527, or mute the thread https://github.com/notifications/unsubscribe-auth/AGhojvK1O4qDyHyDHw7IWIvVYSJUGj-Wks5rYT3VgaJpZM4LMRRs .

jamiecmontgomery commented 7 years ago

Thanks everyone for filling out the poll. It looks like the best time for the most amount of attendees is on Tuesday, February 21 from 3-4:30pm. I'll update with a room but it will be at Bren. And I will do my best to get a remote access option set up for those of you who can not attend in person.

DanOvando commented 7 years ago

Hey gang, just a reminder that we're doing the purrr tutorial tomorrow at 3pm (location TBD ASAP).

Repo is over here for now if you want to fork ahead of time https://github.com/DanOvando/learn-purrr

Will also need to have the repurrrsive package installed

devtools::install_github("jennybc/repurrrsive")
jamiecmontgomery commented 7 years ago

We confirmed room 1510 at the Bren School for todays session. See you there at 3pm! Don't forget to fork the repo ahead of time to follow along.

https://github.com/DanOvando/learn-purrr

jamiecmontgomery commented 7 years ago

This was an awesome intro to purr, thank you Dan! For those of you who could not attend I highly recommend walking through the tutorial that Dan put together on your own. It's incredibly useful especially if you work with lists and use a lot of apply functions.