The R Project SVN R

Rev

Rev 56184 | Rev 59039 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 56184 Rev 56186
Line 3... Line 3...
3
% Copyright 1995-2007 R Core Development Team
3
% Copyright 1995-2007 R Core Development Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{ObjectsWithPackage-class}
6
\name{ObjectsWithPackage-class}
7
\docType{class}
7
\docType{class}
-
 
8
\alias{ObjectsWithPackage-class}
8
\title{A Vector of Object Names, with associated Package Names }
9
\title{A Vector of Object Names, with associated Package Names }
9
\description{
10
\description{
10
  This class of objects is used to represent ordinary character string
11
  This class of objects is used to represent ordinary character string
11
  object names, extended with a \code{package} slot naming the package
12
  object names, extended with a \code{package} slot naming the package
12
  associated with each object.
13
  associated with each object.