Package: Combinations
Version: 0.2-0
Title: Compute the combinations of choosing r items from n elements.
Description: Generates the combinations for choosing r items from a set of n items.
  When n gets large, the package provides a mechanism for dealing with each combination
  as it is generated so that one does not have to hold the entire collection around
  and operate on them after creating the entire collection.
  This makes computations feasible for very large numbers of combinations. It does not 
  necessarily make them fast!
  The package is also a good example of the basics of calling R functions from C code.
  It also illustrates aspects of adapting code for a stand-alone application to be used within
  an interactive language like R/S-Plus, Python, Perl or Matlab/Octave.
Author: Duncan Temple Lang <duncan@wald.ucdavis.edu>
Maintainer: Duncan Temple Lang <duncan@wald.ucdavis.edu>
License: BSD
SaveImage: yes
Packaged: Wed Jun  1 06:10:12 2005; duncan
Built: R 2.14.0; i386-pc-mingw32; 2012-02-27 13:09:12 UTC; windows
Archs: i386
