1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Do not modify this file since it was automatically generated from:
%
% 999.package.R
%
% by the Rdoc compiler part of the R.oo package.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\name{R.methodsS3-package}
\alias{R.methodsS3-package}
\alias{R.methodsS3}
\docType{package}
\title{Package R.methodsS3}
\description{
Methods that simplify the setup of S3 generic functions and S3 methods. Major effort has been made in making definition of methods as simple as possible with a minimum of maintenance for package developers. For example, generic functions are created automatically, if missing, and naming conflict are automatically solved, if possible. The method setMethodS3() is a good start for those who in the future may want to migrate to S4. This is a cross-platform package implemented in pure R that generates standard S3 methods.
This contents of this package originates from the
\bold{R.oo} package [1].
}
\section{Installation and updates}{
To install this package do\cr
\code{install.packages("R.methodsS3")}
To get the "devel" version, see
\url{https://github.com/HenrikBengtsson/R.methodsS3/}.
}
\section{Dependencies and other requirements}{
This package only requires a standard \R installation.
}
\section{To get started}{
To get started, see:
\enumerate{
\item \code{\link{setMethodS3}}() - Simple and safe creation of S3 methods
and, whenever needed, automatic creation of S3 generic function.
}
}
\section{Further readings}{
For a detailed introduction to the package, see [1].
}
\section{How to cite this package}{
Whenever using this package, please cite [1] as\cr
\preformatted{
Bengtsson, H. The R.oo package - Object-Oriented Programming with References Using
Standard R Code, Proceedings of the 3rd International Workshop on Distributed
Statistical Computing (DSC 2003), ISSN 1609-395X, Hornik, K.; Leisch, F. & Zeileis,
A. (ed.), 2003
}
}
\author{Henrik Bengtsson}
\section{License}{
The releases of this package is licensed under
LGPL version 2.1 or newer.
}
\references{
[1] H. Bengtsson, \emph{The R.oo package - Object-Oriented Programming with References Using Standard R Code}, In Kurt Hornik, Friedrich Leisch and Achim Zeileis, editors, Proceedings of the 3rd International Workshop on Distributed Statistical Computing (DSC 2003), March 20-22, Vienna, Austria. \url{https://www.r-project.org/conferences/DSC-2003/Proceedings/}
\cr
}
\keyword{package}
|