RDCOMServer examples

These are examples of defining COM classes in S and using them in other languages.
  • A Normal distribution COM class that provides methods for sampling; computing quantiles, percentiles and density values; and shifting and scaling the distribution.
  • Sengine
    A COM server providing access to the R interpreter/evaluator.
  • t-test Server
    Expose the t-test function as a server that returns a complex object, i.e. one with numerous properties, etc. This tests the generic COM object handler.
  • random number generator functions
    An example of providing access to S functions by name (rather thatn the function object itself in the COM class definition). This provides facilities for generating samples from Normal, Poisson and Binomial distributions in a different way than the Normal example.

  • Duncan Temple Lang <duncan@wald.ucdavis.edu>
    Last modified: Tue Apr 29 22:41:19 EDT 2003