Web Links - eBook

R Packages

Link informations
Visits number : 906
Category : eBook
Keywords : R, R programming, eBook
No comment
0 Note
This book will teach you how to create an R package.

Contents:

1. Getting started
- Introduction
- Package structure

2. Package components
- Code (R/)
- Package metadata (DESCRIPTION)
- Object documentation (man/)
- Vignettes (vignettes/)
- Testing (tests/)
- Namespaces (NAMESPACE)
- Data (data/)
- Compiled code (src/)
- Installed files (inst/)
- Other components

3. Best practices
- Git and GitHub
- Checking
- Release