The R Project SVN R

Rev

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

Rev 60852 Rev 61965
Line 17... Line 17...
17
\description{
17
\description{
18
  The functions or variables listed here are no longer part of \R as
18
  The functions or variables listed here are no longer part of \R as
19
  they are not needed (any more).
19
  they are not needed (any more).
20
}
20
}
21
\usage{
21
\usage{
-
 
22
# Defunct in R 2.0.0
22
package.contents(pkg, lib.loc = NULL)
23
package.contents(pkg, lib.loc = NULL)
23
 
24
 
24
zip.file.extract(file, zipname = "R.zip",
25
# Defunct in R 2.2.0
25
                 unzip = getOption("unzip"), dir = tempdir())
-
 
26
CRAN.packages(CRAN = getOption("repos"), method,
26
CRAN.packages(CRAN = getOption("repos"), method,
27
              contriburl = contrib.url(CRAN))
27
              contriburl = contrib.url(CRAN))
-
 
28
 
-
 
29
# Defunct in R 2.14.0
-
 
30
zip.file.extract(file, zipname = "R.zip",
-
 
31
                 unzip = getOption("unzip"), dir = tempdir())
-
 
32
 
28
#ifdef windows
33
#ifdef windows
29
zip.unpack(zipname, dest)
34
zip.unpack(zipname, dest)
30
#endif
35
#endif
31
}
36
}
32
\seealso{
37
\seealso{