Skip to content

Writing R Packages

Work in Progress

This chapter is a placeholder and will be expanded with detailed best practices for writing R packages.

Overview

This chapter will cover best practices for developing R packages within the ForeSITE group.

Topics to be Covered

  • Package structure and organization
  • Documentation with roxygen2
  • Testing strategies
  • Continuous integration
  • CRAN submission guidelines
  • Package websites with pkgdown

This content will be expanded in future updates.