#### First Thing First
- Reference
-- Useful resources about R.
- Download
-- Where to get the newest R.
- Install
-- How to install R.
- MS Windows
-- Regarding MS Windows.
- R 101
-- Very first steps.
#### Basic Stuffs
- Batch Jobs
-- Not really basic but make life easier.
- Function
-- What I know about R functions.
- Data I/O and MySQL
-- What I know about data and database.
- Ghostscript
-- An old way to get good quality figures.
- Plot
-- Some basic ways for plotting
- String and Parse
-- All about text.
#### Some Tricks
- Remark Lines
-- Disable multiple lines in copy/paste or `source()` in code.
- Classes and S3
-- Basic R classes via S3.
- S4 Methods
-- S4 methods.
- Batch More
-- More way for batching jobs.
- Environment
-- R environment.
#### Speed Up
- Good Coding
-- Make R code better.
- Fast Loop
-- Make loops faster.
- LAM, MPI, and Rmpi
-- Parallel stuffs.
- Recursion
-- Make calls to self.
#### Mess Up with Other Languages
- PHP Call R
-- Use php to call R.
- Basic C
-- Very basic C stuffs.
- R Call Fortran or C
-- Use R to call Fortran and C.
- R Call GSL
-- Use R to call GNU scientific library.
- C Call R API
-- Let C to call R api.
- C Call R Objects
-- Let C to call R objects.
- Standalone
-- Make a standalone program.
#### Nasty Stuffs
- Make Packages
-- How I make R packages.
- C Pointers
-- Very basic C pointer stuffs.
- Debug
-- How I debug.
#### No Time To Learn
- Not End
-- To be continuous.
---