DesignPattern-package {DesignPatterns}R Documentation

DESIGN PATTERNS IN R

Description

Design patterns are building blocks of reusable object-oriented software projects. This package provides data structures and tools to implement, study and reuse design patterns in R, especially the ones introduced in the book 'Gang of Four'.

Details

Package: DesignPattern
Type: Package
Version: 0.1.2
Date: 2009-10-27
License: GPL-2
LazyLoad: yes

Author(s)

Jitao David Zhang <j.zhang@dkfz.de>, supported by Stefan Wiemann and Wolfgang Huber

Maintainer: Jitao David Zhang <j.zhang@dkfz.de>

References

Design Patterns: Elements of Reusable Object-Oriented Software. Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides. Addison-Wesley Publishing Company, 1995. (well-known as 'Gang of Four' or 'GoF')


[Package DesignPatterns version 0.1.2 Index]