packClassic-package {packClassic}R Documentation

Toy example of a classic package

Description

This package is a toy example build to illustrate the construction of a package as explain in the tutorial S4 : From An Idea To Its Package.

Details

Package: packClassic
Type: Package
Version: 0.5
Date: 2008-07-22
License: GPL(>=2.0)
LazyLoad: yes

This package is a toy example build to illustrate the construction of a package as explain in the tutorial S4 : from an idea to a package. There is mainly two functions. There are documented in publicAC. May be there is another one, but it is a secret...

Author(s)

Christophe Genolini <genolini@u-paris10.fr>
PSIGIAM: Paris Sud Innovation Group in Adolescent Mental Health
INSERM U669 / Maison de Solenn / Paris

References

The full tutorial is at http://christophe.genolini.free.fr/webTutorial

See Also

packS4 is another toy example build to illustrate the construction of an S4 package.

Examples

### PublicC is the main fonction of this package
publicC(3)

[Package packClassic version 0.5 Index]