| Line 13... |
Line 13... |
| 13 |
This will extract the file named \code{file} from the zip archive,
|
13 |
This will extract the file named \code{file} from the zip archive,
|
| 14 |
if possible, and write it in a temporary location.
|
14 |
if possible, and write it in a temporary location.
|
| 15 |
}
|
15 |
}
|
| 16 |
\details{
|
16 |
\details{
|
| 17 |
The method used is selected by \code{options(unzip=)}. All platforms
|
17 |
The method used is selected by \code{options(unzip=)}. All platforms
|
| 18 |
support an \code{"internal"} unzip: this is the default under
|
18 |
support an \code{"internal"} unzip: this is the default under Windows
|
| 19 |
Windows and the fall-back under Unix if no \code{unzip}
|
19 |
and the fall-back under Unix if no \code{unzip} program was found
|
| 20 |
program was found during configuration and \code{R\_UNZIPCMD} is not set.
|
20 |
during configuration and \env{R\_UNZIPCMD} is not set.
|
| 21 |
|
21 |
|
| 22 |
The file will be extracted if it is in the archive and any required
|
22 |
The file will be extracted if it is in the archive and any required
|
| 23 |
\code{unzip} utility is available. It will probably be extracted to
|
23 |
\code{unzip} utility is available. It will probably be extracted to
|
| 24 |
the directory given by \code{tempdir}, overwriting an existing file of
|
24 |
the directory given by \code{tempdir}, overwriting an existing file of
|
| 25 |
that name.
|
25 |
that name.
|