Skip to content

Latest commit

 

History

History
52 lines (47 loc) · 1.99 KB

introduction-to-r7.md

File metadata and controls

52 lines (47 loc) · 1.99 KB
talk_id talk_slug talk_type talk_tags session_slug sched_url talk_title talk_title_short talk_materials_url speakers
22110
introduction-to-r7
regular
programming
tool
advanced-r
An introduction to R7
An introduction to R7
name affiliation url username photo bio
Hadley Wickham
RStudio
hadley_wickham.1v9f0jhr
/assets/img/2022Conf/_talks/22110_hadley-wickham.jpg
Hadley is Chief Scientist at RStudio, winner of the 2019 COPSS award, and a member of the R Foundation. He builds tools (both computational and cognitive) to make data science easier, faster, and more fun. His work includes packages for data science (like the tidyverse, which includes ggplot2, dplyr, and tidyr)and principled software development (e.g. roxygen2, testthat, and pkgdown). He is also a writer, educator, and speaker promoting the use of R for data science. Learn more on his website, <http://hadley.nz>.

The R7 package is a new OOP system designed to be a successor to S3 and S4. It has been designed and implemented collaboratively by the RConsortium Object- Oriented Programming Working Group, which includes representatives from R-Core, BioConductor, RStudio/tidyverse, and the wider R community.

In this talk, I'll introduce R7 to the wider world. Attendees will learn why we created R7 and how they can use it to create new classes and packages. I hope to inspire folks to download, try it out, and give us the feedback we need to make it better.