This document provides instructions for creating R packages, sharing code through repositories like CRAN and R-Forge, and collaborating using Subversion. It covers installing R from CRAN, obtaining source code for packages, creating package skeletons using functions, checking packages, and establishing local archive networks for sharing code with colleagues. The goal is to improve software quality, increase productivity through version control and testing, and make it easy to share and collaborate on statistical code and algorithms.