Building R Packages

Go to class
Write Review

Free Online Course: Building R Packages provided by Coursera is a comprehensive online course, which lasts for 4 weeks long, 21 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Coursera. Building R Packages is taught by Roger D. Peng, PhD and Brooke Anderson.

Overview
  • Writing good code for data science is only part of the job. In order to maximizing the usefulness and reusability of data science software, code must be organized and distributed in a manner that adheres to community-based standards and provides a good user experience. This course covers the primary means by which R software is organized and distributed to others. We cover R package development, writing good documentation and vignettes, writing robust software, cross-platform development, continuous integration tools, and distributing packages via CRAN and GitHub. Learners will produce R packages that satisfy the criteria for submission to CRAN.

Syllabus
    • Getting Started with R Packages
    • Documentation and Testing
    • Licensing, Version Control, and Software Design
    • Continuous Integration and Cross Platform Development

Tags