Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 609 Bytes

File metadata and controls

15 lines (8 loc) · 609 Bytes


The aim of this tutorial is to provide a quick start guide to R users interested in creating packages by learning only the essentials. The user is expected to already know how to code in R.

For more details about package creation, please refer to R Packages - by Hadley Wickham.

This Tutorial was written using Rmarkdown, and while it is compiled, it actually creates the R package called 'firstPkg'.