Writing an R package
1 Introduction
This tutorial will show you how to write your own R package.
1.1 Why write your own package
- Publish code that implements novel statistical method
- Code to import data from, for example, a logger
- Wrap up various functions that you want to reuse