AU-BURGr / UnConf2017

Repository for Unconf Topics 2017
7 stars 2 forks source link

Important/useful skills for Unconference #7

Open SimonLyons opened 7 years ago

SimonLyons commented 7 years ago

Hi everyone, I'm excited about being a part of my first R group collaboration and I'm keen to contribute as much as possible. However I'm relatively new to R (and definitely new to these style of events). For those of you who are old hands are this sort of thing, I'm wondering if you'd be willing to share the types of skills, or identify which R capabilities are likely to be most useful. I know there's only so much that can be absorbed in a week, but I'm thinking I may not be the only one who would benefit from a bit of last minute cramming! :) Cheers, Simon

MilesMcBain commented 7 years ago

Great question. At the last Unconf I actually learned a lot about git and github! We're going to have a session on the Thursday arvo 4-6pm at The Edge, Southbank, before the meet and greet to go over some of that and related R concepts. If you're new to git as well it would be worth attending.

Otherwise, there's a good chance you'll be working with people on some kind of package or a markdown document. So getting to grips with R markdown and the structure of R packages is going to help you stay oriented with what the group is trying to achieve.

MilesMcBain commented 7 years ago

Also, you might want to checkout the repo links in the Highlights section of the last Unconf: http://auunconf.ropensci.org/

adamhsparks commented 7 years ago

I'd suggest,

As @MilesMcBain said, I learned quite a bit in two days about Git and GitHub (and R) last year.

SimonLyons commented 7 years ago

Thanks @MilesMcBain and @adamhsparks . Great suggestions! I'm definitely weak on my understanding of the structure of R Packages and taking a look at the repo links for the last event is a fantastic idea.

jesse-jesse commented 7 years ago

Hey Simon,

I am sure there will be other people that are weak on their understanding of the structure of R packages (for example me), and other aspects of getting up and going. So, please do share any good resources :)

robjhyndman commented 7 years ago

A very good intro to R packages is provided by Hadley Wickham at http://r-pkgs.had.co.nz/

An equally good intro to git/github is provided by Jenny Bryan at http://happygitwithr.com/

Spending some time going through those two online books is well worth it.

SimonLyons commented 7 years ago

Thanks for sharing those links Rob. I'll check them out before Friday. I've been working through creating packages using the quick and dirty guide by @hspter (Hilary Parker): https://hilaryparker.com/2014/04/29/writing-an-r-package-from-scratch/

adamhsparks commented 7 years ago

@SimonLyons, I started with that one. It's a good one.