C Examples

C Source Description
hello.c A hello world program
size.c Show sizes of various types.
count.c Add numbers from 1 to 10.
count2.c Add numbers from 1 to n, stupid way to calculate n (n − 1) ⁄ 2. Called from R.
sort.c Insertion sort. A stupid way to sort, just an illustration of using a linked list. Called from R.

R Examples

R Source Description
bar.R R batch file illustrating the multicore package.
snow.R R batch file illustrating the snow package.
bar_0.2.tar.gz R package illustrating how to use the R formula mini-language.