| Line 65... |
Line 65... |
| 65 |
\item{pkg}{character string naming a package.}
|
65 |
\item{pkg}{character string naming a package.}
|
| 66 |
\item{mask.ok}{character vector of names of objects that can mask
|
66 |
\item{mask.ok}{character vector of names of objects that can mask
|
| 67 |
objects on the search path without signaling an error when strict
|
67 |
objects on the search path without signaling an error when strict
|
| 68 |
conflict checking is enabled}
|
68 |
conflict checking is enabled}
|
| 69 |
\item{exclude,include.only}{character vector of names of objects to
|
69 |
\item{exclude,include.only}{character vector of names of objects to
|
| 70 |
exclude or include in the attached frame. Ony one of these arguments
|
70 |
exclude or include in the attached frame. Only one of these arguments
|
| 71 |
may be used in a call to \code{library} or \code{require}.}
|
71 |
may be used in a call to \code{library} or \code{require}.}
|
| 72 |
\item{attach.required}{logical specifying whether required packages
|
72 |
\item{attach.required}{logical specifying whether required packages
|
| 73 |
listed in the \code{Depends} clause of the \code{DESCRIPTION} file
|
73 |
listed in the \code{Depends} clause of the \code{DESCRIPTION} file
|
| 74 |
should be attached automatically.}
|
74 |
should be attached automatically.}
|
| 75 |
}
|
75 |
}
|
| Line 121... |
Line 121... |
| 121 |
\code{conflicts.policy} option. If this option is not set, then
|
121 |
\code{conflicts.policy} option. If this option is not set, then
|
| 122 |
conflicts result in warning messages if the argument
|
122 |
conflicts result in warning messages if the argument
|
| 123 |
\code{warn.conflicts} is \code{TRUE}. If the option is set to the
|
123 |
\code{warn.conflicts} is \code{TRUE}. If the option is set to the
|
| 124 |
character string \code{"strict"}, then all unresolved conflicts signal
|
124 |
character string \code{"strict"}, then all unresolved conflicts signal
|
| 125 |
errors. Conflicts can be resolved using the \code{mask.ok},
|
125 |
errors. Conflicts can be resolved using the \code{mask.ok},
|
| 126 |
\code{exclude}, and \code{include.only} arguents to \code{library} and
|
126 |
\code{exclude}, and \code{include.only} arguments to \code{library} and
|
| 127 |
\code{require}. Defaults for \code{mask.ok} and \code{exclude} can be
|
127 |
\code{require}. Defaults for \code{mask.ok} and \code{exclude} can be
|
| 128 |
specified using \code{conflictRules}.
|
128 |
specified using \code{conflictRules}.
|
| 129 |
|
129 |
|
| 130 |
If the \code{conflicts.policy} option is set to the string
|
130 |
If the \code{conflicts.policy} option is set to the string
|
| 131 |
\code{"depends.ok"} then conflicts resulting from attaching declared
|
131 |
\code{"depends.ok"} then conflicts resulting from attaching declared
|
| Line 143... |
Line 143... |
| 143 |
message when conflicts are found.}
|
143 |
message when conflicts are found.}
|
| 144 |
\item{\code{generics.ok}:}{logical; if \code{TRUE} ignore conflicts
|
144 |
\item{\code{generics.ok}:}{logical; if \code{TRUE} ignore conflicts
|
| 145 |
created by defining S4 generics for functions on the search path.}
|
145 |
created by defining S4 generics for functions on the search path.}
|
| 146 |
\item{\code{depends.ok}:}{logical; if \code{TRUE} do not treat
|
146 |
\item{\code{depends.ok}:}{logical; if \code{TRUE} do not treat
|
| 147 |
conflicts with required packages as errors.}
|
147 |
conflicts with required packages as errors.}
|
| 148 |
\item{\code{can.mask}:}{charecter vector of names of packages that
|
148 |
\item{\code{can.mask}:}{character vector of names of packages that
|
| 149 |
are allowed to be masked. These would typically be base packages
|
149 |
are allowed to be masked. These would typically be base packages
|
| 150 |
attached by default.}
|
150 |
attached by default.}
|
| 151 |
}
|
151 |
}
|
| 152 |
}
|
152 |
}
|
| 153 |
|
153 |
|