| Line 158... |
Line 158... |
| 158 |
searchable, and other packages can be so marked.
|
158 |
searchable, and other packages can be so marked.
|
| 159 |
}
|
159 |
}
|
| 160 |
\note{
|
160 |
\note{
|
| 161 |
\code{is.loaded} requires the name you would give to \code{.C} etc.
|
161 |
\code{is.loaded} requires the name you would give to \code{.C} etc.
|
| 162 |
It must be a character string and so cannot be an \R object as used
|
162 |
It must be a character string and so cannot be an \R object as used
|
| 163 |
for registered native symbols (see \dQuote{Writing R Extensions}
|
163 |
for registered native symbols (see Section \manual{R-exts}{Registering
|
| 164 |
section 5.4.). Some registered symbols are available by name but most are
|
164 |
native routines}). Some registered symbols are available by name but most are
|
| 165 |
not, including those in the examples below.
|
165 |
not, including those in the examples below.
|
| 166 |
|
166 |
|
| 167 |
By default, the maximum number of DLLs that can be loaded is now 614
|
167 |
By default, the maximum number of DLLs that can be loaded is now 614
|
| 168 |
when the OS limit on the number of open files allows or can be
|
168 |
when the OS limit on the number of open files allows or can be
|
| 169 |
increased, but less otherwise (but it will be at least 100). A
|
169 |
increased, but less otherwise (but it will be at least 100). A
|