R : Copyright 2004, The R Foundation for Statistical Computing
Version 2.0.0 Under development (unstable) (2004-04-23), ISBN 3-900051-00-3

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for a HTML browser interface to help.
Type 'q()' to quit R.

R> invisible(options(echo = TRUE))
R> library("reposTools")
R> genRepos("CRAN main contributed packages", "CRAN", "")
tar: Read 7168 bytes from -
tar: Read 9728 bytes from -
tar: Read 5632 bytes from -
tar: A lone zero block at 720
tar: Read 2560 bytes from -
tar: Read 8192 bytes from -
tar: Read 5120 bytes from -
tar: Read 6656 bytes from -
tar: Read 2048 bytes from -
tar: Read 3072 bytes from -
tar: Read 6144 bytes from -
tar: Read 8704 bytes from -
tar: Read 8192 bytes from -
tar: Read 9728 bytes from -
$repName
[1] "CRAN main contributed packages"

$repType
[1] "package"

$repaddrBase
[1] "CRAN"

$repaddrPath
[1] ""

$repDir
[1] "."

R> proc.time()
[1] 26.66  4.36 75.64  6.31 12.07
R>