File: 999.package.R

package info (click to toggle)
r-cran-r.oo 1.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,796 kB
  • sloc: sh: 18; makefile: 2
file content (78 lines) | stat: -rwxr-xr-x 2,650 bytes parent folder | download | duplicates (2)
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
72
73
74
75
76
77
78
#########################################################################/**
# @RdocPackage R.oo
#
# \description{
#  @eval "getDescription(R.oo)"
#
#  Please note that the Rdoc syntax/grammar used to convert Rdoc comments
#  in code into Rd files is not strictly defined and is modified by the
#  need of the author. Ideally, there will be a well defined Rdoc language
#  one day.
# }
#
# \section{Installation and updates}{
#   To install this package do\cr
#
#   \code{install.packages("R.oo")}
# }
#
# \section{Dependancies and other requirements}{
#   This package requires a standard \R installation and
#   the \pkg{R.methodsS3} package.
# }
#
# \section{To get started}{
#   To get started,It is very useful to understand that:
#   \enumerate{
#   \item The @see "R.methodsS3::setMethodS3"() function, which is
#     defined in the \pkg{R.methodsS3} package (used to be part of
#     \pkg{R.oo}), is nothing but a conveniency wrapper for setting
#     up S3 methods, and automatically create an S3 generic
#     function, if missing.  For more information, see the help of
#     \pkg{R.methodsS3}.
#   \item The @see "Object" class is a top-level "root" class
#     that provides support for \emph{reference variables}.
#     Any class inheriting from this class supports
#     reference variables.
#   \item The @see "Object" class is basically a wrapper around an
#     @environment, which some additional accessors etc.  It is the
#     environment data type that provides the "emulation" of
#     reference variables - the Object class structure makes
#     it easier to extends this class and adds some level of coding
#     protection.  The Object class features is not intended for
#     referencing individual elements of basic \R data types,
#     but rather for the whole variable of such.
#     For instance, you can reassign a whole matrix \code{X} part of
#     the object this way, but you cannot reassign \code{X[1,1]}
#     without creating a completely new copy.
#   }
# }
#
# \section{Further readings}{
#   For a detailed introduction to the package see [1] (part of the
#   package distribution).
# }
#
# \section{How to cite this package}{
#   Whenever using this package, please cite [1] as\cr
#
#   @howtocite "R.oo"
# }
#
# @author
#
# \section{License}{
#   The releases of this package is licensed under
#   LGPL version 2.1 or newer.
# }
#
# \references{
#  [1] @include "../incl/BengtssonH_2003.bib.Rdoc" \cr
# }
#
# \seealso{
#   People interested in \pkg{R.oo} may also be interested in
#   packages \pkg{proto} and \pkg{mutatr}.
# }
#*/#########################################################################