Package: RGraphicsDevice
Title: A framework for developing R graphics devices entirely in R
Description: This package provides a framework that allows one to
        program an R graphics device entirely within R, i.e. using R
        functions. The motivation is to allow rapid prototyping of
        graphics devices for new formats/targets to be done by those
        not as familiar with the C--evel details of R graphics devices.
        An example is a Flash graphics device, i.e. that creates
        graphical output as Flex/ActionScript code. Another is a device
        that generates JavaScript code that renders on a JavaScript
        canvas (see https://developer.mozilla.org/en/Canvas_tutorial).
        We can then annotate the output from such devices to make them
        interactive. See the SVGAnnotation package for an example.
Version: 0.2-0
Imports: RAutoGenRunTime, methods
Author: Duncan Temple Lang
Maintainer: Duncan Temple Lang <dunca@r-project.org>
License: GPL2
Collate: classes.R lend.R ljoin.R GContext.R devDescMethods.R
        RDevDesc.R gd.R zClasses.R
Packaged: 2009-07-09 19:11:24 UTC; duncan
Built: R 2.9.1; i386-pc-mingw32; 2009-07-09 19:11:25 UTC; windows
