R Object-Oriented Programming with or without References
Creates a standalone finalizer function for Object
Aborts the current expression call
Gets the arguments of a function as a character string
Gets the arguments signature of a function
Gets a character string representing the object
Returns a short string describing the class
Gets a character string representing of the Exception
Gets a character string representing the Interface
Gets a character string representing the object
Gets a string representation of this package
Gets a string representing of the RCC violation
Gets a character string representing of the RdocException
8-bit ASCII table
Attach a BasicObject to the R search path
Attaches an Object to the R search path
Attaches an Object locally to an environment
A root class like Object but without references
Converts a vector of ASCII characters into a vector of integers
Checks the compiled Rd files
The Class class describes an Object class
Clear fields that are defined to have cached values
Clear internal fields used for faster lookup
Clones an Object
Compile source code files containing Rdoc comments into Rd files
Compiles the Rdoc help comments in a package
Creates the directory where the Rd files should be saved
Creates a class-method name
Gets the class declaration
Detach a BasicObject from the R search path
Detach an Object from the R search path
Gets the dimension of the object
Makes the fields and methods of a BasicObject accessible via the $ and...
Makes the fields and methods of a Class accessible via the $ and the [...
Makes the fields and methods of an Object accessible via the $ and the...
Makes the fields and methods of a BasicObject assignable via the $<- a...
Makes the fields and methods of a Class assignable via the $<- and the...
Makes the fields and methods of an Object assignable via the $<- and t...
Compares an object with another
Compares an object with another
Compares an object with another
Escape non-valid characters in a filename
The Exception class to be thrown and caught
Extends another class
Extends another Interface class
Extends another class
Extends a object
Finalizer methods called when object is clean out
Gets a Class object by a name of a class
Gets the Author of this package
Gets the Bundle that this package might belong to
Gets the names of the other packages that is in the same bundle as thi...
Gets the active calls saved when the exception was created
Gets the change log of this package
Gets all classes of a package
Gets the usage of a S4 class
Get a constructor method
Gets the contents of this package
Gets the URL(s) from where this package can be installed
Gets the path to the data (data/) directory of this package
Gets the date when package was build
Gets the description of the package
Gets the description file of this package
Lists the fields and methods of a class
Gets the URL(s) from where the developers version of this package can ...
Gets the path to the accompanying documentation (doc/) directory of th...
Gets the environment of this object
Gets the environment of a loaded package
Gets the path to the example (R-ex/) directory of this package
Gets all types of field modifiers
Returns the field names of a BasicObject
Returns the field names of a class
Returns NULL
Returns the field names of an Object
Gets the citation of this package
Gets the time when the object was instantiated
Gets the time when the object was instantiated
Gets the memory location where the Object resides
Gets the keywords defined in R with descriptions
Gets all subclasses that are currently loaded
Gets the known subclasses
Static method to get the last Exception thrown
Gets the License of this package
Gets the Maintainer of this package
Gets the path to the directory where the Rd files will be saved
Gets the message of the Exception
Gets the message of the exception
Returns the method names of class and its super classes
Gets the name of the class
Gets the name of an environment
Gets the name of this package
Gets the current name format
Gets the package to which the class belongs
Gets the suspicious package likely to contain an error
Gets the package of a method or an object
Gets the library (system) path to this package
Gets the search path position of the package
Static method to get a URL where the RCC can be found
Gets the class declaration in Rd format
Gets the class declaration in Rd format
Gets the class hierarchy in Rd format
Gets the class hierarchy in Rd format
Gets the methods of a class in Rd format
Gets the methods in Rd format
Extracts the title string of a Rd file
Gets the source of the exception
Gets the stack trace saved when the exception was created
Gets the stack trace as a string
Gets the static instance of this class
Gets the static instance of this objects class
Gets the super classes of this class
Gets the superclasses
Gets the Title of this package
Gets the URL of this package
Gets the usage of a method
Gets the version of this package
Gets the time when the Exception was created
Checks if a field exists or not
Checks if a field exists or not
Gets a hash code for the object
Gets a hash code for the Object
Gets an integer hashcoded for R objects
Gets the class hierarchy
The Interface class
InternalErrorException represents internal errors
Converts a vector of integers into a vector of ASCII characters
Checks if a class is abstract or not
Checks if a class is currently being initiated initiated
Checks if a class is deprecated or not
Checks if a word is a Rd keyword
Checks if the package is installed on the search path or not
Checks if the package is older than a given version
Checks if a class is defined private or not
Checks if a class is defined protected or not
Checks if a class is defined public or not
Checks if the object is referable or not
Checks if the object is referable or not
Checks if a class is static or not
Checks if a member is visible given its modifiers
Generates a list of informative properties of all members of an Object
Generates a list of informative properties of all members of the packa...
Generates a list of informative properties of all members of an enviro...
Static method to load an Object from a file or a connection
Loads a package
Gets all methods inherited from a class in Rd format
Creates a new instance of the same class as this object
Creates a new instance of this class
Creates a new instance of the same class as this object
Non-documented objects
Returns a reference to the same Object with virtual fields turned off
The root class that every class must inherit from
Gets the size of the BasicObject in bytes
Gets the size of an environment in bytes
Gets the size of the Object in bytes
Gets the size of the object in bytes
The Package class provides methods for accessing package information
Prints a BasicObject
Prints detailed information about the class and its fields and methods
Prints the Exception
Prints an Interface
Prints an Object
Prints the stack trace saved when the exception was created
Package R.oo
An RccViolationException indicates a violation of the R Coding Convent...
Class for converting Rdoc comments to Rd files
RdocException are thrown by the Rdoc compiler
Saves an Object to a file or a connection
Defines a class in S3/UseMethod style
Sets the path to the directory where the Rd files should be saved
Sets the current name format
Show the change log of this package
Show the CONTENTS file of this package
Show the DESCRIPTION file of this package
Show the HOWTOCITE file of this package
Generates a 'package successfully loaded' package startup message
Method that will be call each time a new instance of a class is create...
Throws (rethrows) an object of class 'error'
Throws an Exception that can be caught
Throws an Exception
Converts to a string and removes leading and trailing whitespace
Gets the type of a class (S3 or S4)
Unloads a package
Specifies that an object uses this Interface
Methods and classes for object-oriented programming in R with or without references. Large effort has been made on making definition of methods as simple as possible with a minimum of maintenance for package developers. The package has been developed since 2001 and is now considered very stable. This is a cross-platform package implemented in pure R that defines standard S3 classes without any tricks.