summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-06-28 23:37:44 +0000
committerSteve Price <steve@FreeBSD.org>1998-06-28 23:37:44 +0000
commit58d7dc8f767470a311a13e24672092db6271409d (patch)
tree9eaa55c7e0b983240342719d09a972adc0a43927 /math
parentUpdate to version 4.17. (diff)
Update to version 0.62.1.
PR: 7025 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=11599
Diffstat (limited to 'math')
-rw-r--r--math/R-letter/Makefile32
-rw-r--r--math/R-letter/distinfo2
-rw-r--r--math/R-letter/pkg-plist778
-rw-r--r--math/R-project/Makefile32
-rw-r--r--math/R-project/distinfo2
-rw-r--r--math/R-project/pkg-plist778
-rw-r--r--math/R/Makefile32
-rw-r--r--math/R/distinfo2
-rw-r--r--math/R/pkg-plist778
9 files changed, 2106 insertions, 330 deletions
diff --git a/math/R-letter/Makefile b/math/R-letter/Makefile
index 186721deb622..a08d9b8691f4 100644
--- a/math/R-letter/Makefile
+++ b/math/R-letter/Makefile
@@ -1,17 +1,22 @@
# New ports collection makefile for: R
-# Version required: R-0.61.2
-# Date created: Mon May 4 10:03:02 EST 1998
+# Version required: R-0.62.1
+# Date created: Tue Jun 23 07:36:55 EST 1998
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
#
-# $Id: Makefile,v 1.1.1.1 1998/05/04 17:53:34 mph Exp $
+# $Id: Makefile,v 1.2 1998/05/07 06:08:24 mph Exp $
#
-DISTNAME= R-0.61.2
-PKGNAME= R-${PAPERSIZE:S/A4/a4/:S/LETTER/letter/:S/Letter/letter/}-0.61.2
+DISTNAME= R-0.62.1
+PKGNAME= R-${PAPERSIZE:S/A4/a4/:S/LETTER/letter/:S/Letter/letter/}-0.62.1
CATEGORIES= math
-MASTER_SITES= http://lib.stat.cmu.edu/R/CRAN/src/base/ \
- ftp://ftp.stat.math.ethz.ch/R/ \
- ftp://ftp.u-aizu.ac.jp/pub/lang/R/
+MASTER_SITES= ftp://ftp.ci.tuwien.ac.at/pub/R/src/base/ \
+ ftp://SunSITE.auc.dk/pub/languages/R/src/base/ \
+ http://www.stat.unipg.it/pub/stat/statlib/R/CRAN/src/base/ \
+ ftp://ftp.u-aizu.ac.jp/pub/lang/R/CRAN/src/base/ \
+ ftp://ftp.stat.math.ethz.ch/R-CRAN/src/base/ \
+ http://lib.stat.cmu.edu/R/CRAN/src/base/ \
+ ftp://ftp.biostat.washington.edu/mirrors/R/CRAN/src/base/ \
+ ftp://franz.stat.wisc.edu/pub/R/src/base/
EXTRACT_SUFX= .tgz
MAINTAINER= maurice@serc.rmit.edu.au
@@ -32,6 +37,8 @@ PAPERSIZE=a4
PAPERSIZE_INVALID=yes
.endif
+ALL_TARGET=all help html
+
pre-fetch:
.if defined(PAPERSIZE_INVALID)
@${ECHO} "Invalid value for PAPERSIZE: \"${PAPERSIZE}\""
@@ -39,10 +46,11 @@ pre-fetch:
@${FALSE}
.endif
-post-configure:
- cd ${WRKSRC}/etc; && ${PREFIX}/bin/perl -pi -e "s#/usr/bin/perl#${PREFIX}/bin/perl#" `grep -l /usr/bin/perl *`
-
do-install:
+ -gzip ${WRKSRC}/R.1
+ -gzip ${WRKSRC}/Rdconv.1
+ ${INSTALL_DATA} ${WRKSRC}/R.1.gz ${PREFIX}/man/man1
+ ${INSTALL_DATA} ${WRKSRC}/Rdconv.1.gz ${PREFIX}/man/man1
${SED} 's:PREFIX:${PREFIX}:;s:DEFAULTPAPER:${PAPERSIZE}:' ${FILESDIR}/R > ${PREFIX}/bin/R
(cd ${WRKSRC}; find . -type d -exec chmod a+rx \{\} \; )
(cd ${WRKSRC}; find . -type f -exec chmod a+r \{\} \; )
@@ -52,7 +60,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/R.binary ${PREFIX}/share/R/bin
(cd ${WRKSRC}; tar cpf - afm ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - etc ) | (cd ${PREFIX}/share/R; tar xpf - )
- (cd ${WRKSRC}; tar cpf - html ) | (cd ${PREFIX}/share/R; tar xpf - )
+ (cd ${WRKSRC}; tar cpf - doc ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - include ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - library ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - demos ) | (cd ${PREFIX}/share/R; tar xpf - )
diff --git a/math/R-letter/distinfo b/math/R-letter/distinfo
index ba224df45cc2..a2f9a895d801 100644
--- a/math/R-letter/distinfo
+++ b/math/R-letter/distinfo
@@ -1 +1 @@
-MD5 (R-0.61.2.tgz) = 9f73cc9af346f17e49355bd24568331b
+MD5 (R-0.62.1.tgz) = 9385fbb32da8851d1c1cf847e1ff5644
diff --git a/math/R-letter/pkg-plist b/math/R-letter/pkg-plist
index d1bc257c43fd..df74d76b3e10 100644
--- a/math/R-letter/pkg-plist
+++ b/math/R-letter/pkg-plist
@@ -2,11 +2,13 @@
@exec mkdir %D/share/R/bin
@exec mkdir %D/share/R/afm
@exec mkdir %D/share/R/etc
+@exec mkdir %D/share/R/etc/Rdoc
@exec mkdir %D/share/R/etc/older-stuff
@exec mkdir %D/share/R/etc/undoc
-@exec mkdir %D/share/R/html
-@exec mkdir %D/share/R/html/tech
-@exec mkdir %D/share/R/html/test
+@exec mkdir %D/share/R/doc
+@exec mkdir %D/share/R/doc/html
+@exec mkdir %D/share/R/doc/html/search
+@exec mkdir %D/share/R/doc/manual
@exec mkdir %D/share/R/include
@exec mkdir %D/share/R/library
@exec mkdir %D/share/R/library/base
@@ -14,28 +16,33 @@
@exec mkdir %D/share/R/library/base/data
@exec mkdir %D/share/R/library/base/help
@exec mkdir %D/share/R/library/base/html
+@exec mkdir %D/share/R/library/base/latex
@exec mkdir %D/share/R/library/eda
@exec mkdir %D/share/R/library/eda/libs
@exec mkdir %D/share/R/library/eda/R
@exec mkdir %D/share/R/library/eda/help
@exec mkdir %D/share/R/library/eda/html
+@exec mkdir %D/share/R/library/eda/latex
@exec mkdir %D/share/R/library/mva
@exec mkdir %D/share/R/library/mva/libs
@exec mkdir %D/share/R/library/mva/R
@exec mkdir %D/share/R/library/mva/help
@exec mkdir %D/share/R/library/mva/html
+@exec mkdir %D/share/R/library/mva/latex
@exec mkdir %D/share/R/library/stepfun
@exec mkdir %D/share/R/library/stepfun/R
@exec mkdir %D/share/R/library/stepfun/help
@exec mkdir %D/share/R/library/stepfun/html
+@exec mkdir %D/share/R/library/stepfun/latex
@exec mkdir %D/share/R/demos
@exec mkdir %D/share/R/demos/dynload
+@exec mkdir %D/share/R/demos/models
@exec mkdir %D/share/R/demos/graphics
@exec mkdir %D/share/R/demos/language
-@exec mkdir %D/share/R/demos/models
@exec mkdir %D/share/R/demos/nlm
@exec mkdir %D/share/R/cmd
-bin/R
+man/man1/R.1.gz
+man/man1/Rdconv.1.gz
share/R/bin/R.binary
share/R/afm/AvantB
share/R/afm/AvantBO
@@ -58,6 +65,7 @@ share/R/afm/HelvNBO
share/R/afm/HelvNO
share/R/afm/HelvO
share/R/afm/NCSchlB
+share/R/afm/Makefile
share/R/afm/NCSchlBI
share/R/afm/NCSchlI
share/R/afm/NCSchlR
@@ -74,11 +82,11 @@ share/R/afm/TimesO
share/R/afm/TimesR
share/R/afm/ZapfCMI
share/R/afm/ZapfD
-share/R/etc/COMPILE.in
+share/R/etc/COMPILE
share/R/etc/INSTALL.in
-share/R/etc/Makefile
-share/R/etc/Makefile-test-Ex
+share/R/etc/Makeconf.in
share/R/etc/REMOVE.in
+share/R/etc/Makefile
share/R/etc/Rd.files
share/R/etc/Rd2dvi
share/R/etc/Rd2txt
@@ -92,19 +100,21 @@ share/R/etc/build-alldocs
share/R/etc/build-allhelp
share/R/etc/build-allhtml
share/R/etc/build-alllatex
-share/R/etc/colors.big
share/R/etc/build-help.in
-share/R/etc/build-htmlpkglist.in
+share/R/etc/colors.big
share/R/etc/buildlib.pl
share/R/etc/colors.small
share/R/etc/config.sub
share/R/etc/config.guess
share/R/etc/help.pretty.in
+share/R/etc/html-layout.pl
share/R/etc/html2dos.in
share/R/etc/tasks
share/R/etc/install-sh
-share/R/etc/massage-Examples
share/R/etc/test-things.Rd
+share/R/etc/Rdoc/Rdconv.pl
+share/R/etc/Rdoc/Rdoc.pm
+share/R/etc/Rdoc/Rdtest.pl
share/R/etc/older-stuff/doc2EX
share/R/etc/older-stuff/doc2dvi
share/R/etc/older-stuff/doc2html
@@ -124,130 +134,136 @@ share/R/etc/undoc/extrAllExamp
share/R/etc/undoc/getDoc
share/R/etc/undoc/getFunctions
share/R/etc/undoc/getnames
-share/R/etc/SHLIB
-share/R/etc/COMPILE
share/R/etc/INSTALL
+share/R/etc/Makeconf
share/R/etc/REMOVE
share/R/etc/Rdconv
share/R/etc/Rdindex
share/R/etc/Rman2Rd
+share/R/etc/SHLIB
share/R/etc/Sd2Rd
share/R/etc/build-help
-share/R/etc/build-htmlpkglist
share/R/etc/help.pretty
share/R/etc/html2dos
+share/R/etc/stamp-docs
share/R/etc/stamp-help
share/R/etc/stamp-html
-share/R/html/authors.html
-share/R/html/copying.html
-share/R/html/index.html
-share/R/html/intro.html
-share/R/html/notdone.html
-share/R/html/thanks.html
-share/R/html/tech/color.html
-share/R/html/tech/linetype.html
-share/R/html/test/spline.html
+share/R/etc/stamp-latex
+share/R/doc/KEYWORDS
+share/R/doc/html/about.html
+share/R/doc/html/authors.html
+share/R/doc/html/index.html
+share/R/doc/html/left.jpg
+share/R/doc/html/logo.jpg
+share/R/doc/html/logosm.jpg
+share/R/doc/html/resource.html
+share/R/doc/html/right.jpg
+share/R/doc/html/template.html
+share/R/doc/html/thanks.html
+share/R/doc/html/up.jpg
+share/R/doc/html/search/IndexEntry.class
+share/R/doc/html/search/Value.class
+share/R/doc/html/search/IndexEntry.java
+share/R/doc/html/search/IndexStream.class
+share/R/doc/html/search/IndexStream.java
+share/R/doc/html/search/IndexTable.class
+share/R/doc/html/search/IndexTable.java
+share/R/doc/html/search/SearchEngine.class
+share/R/doc/html/search/SearchEngine.html
+share/R/doc/html/search/SearchEngine.java
+share/R/doc/html/search/Tracer.class
+share/R/doc/html/search/Tracer.java
+share/R/doc/html/search/index.txt
+share/R/doc/html/search/Value.java
+share/R/doc/html/packages.html
+share/R/doc/html/function.html
+share/R/doc/Makefile
+share/R/doc/keyword-test.in
+share/R/doc/manual/ABOUT.tex
+share/R/doc/manual/EQN
+share/R/doc/manual/Man.tex
+share/R/doc/manual/Makefile
+share/R/doc/manual/Man0.tex
+share/R/doc/manual/Pkg-end.tex
+share/R/doc/manual/Pkg-start.tex
+share/R/doc/manual/Rd.sty
+share/R/doc/manual/lib2tex.in
+share/R/doc/manual/plotmath.tex
+share/R/doc/manual/writing-Rd.tex
+share/R/doc/manual/lib2tex
+share/R/doc/keyword-test
share/R/include/S.h
share/R/include/S_compat.h
share/R/include/f2c.h
share/R/include/Fortran.h
share/R/include/Blas.h
share/R/include/Linpack.h
+share/R/include/Platform.h
share/R/library/base/R/base
share/R/library/base/R/Rprofile
share/R/library/base/data/acid.R
-share/R/library/base/data/women.R
-share/R/library/base/data/warpbreaks.doc
share/R/library/base/data/warpbreaks.R
-share/R/library/base/data/volcano.doc
share/R/library/base/data/volcano.R
-share/R/library/base/data/uspop.doc
share/R/library/base/data/uspop.R
-share/R/library/base/data/trees.doc
share/R/library/base/data/trees.R
-share/R/library/base/data/swiss.R
+share/R/library/base/data/swiss.tab
share/R/library/base/data/sunspots.R
share/R/library/base/data/state.R
-share/R/library/base/data/stackloss.doc
share/R/library/base/data/stackloss.R
share/R/library/base/data/sleep.R
-share/R/library/base/data/savings.doc
share/R/library/base/data/savings.R
-share/R/library/base/data/rivers.doc
share/R/library/base/data/rivers.R
share/R/library/base/data/randu.R
-share/R/library/base/data/quakes.doc
share/R/library/base/data/quakes.R
share/R/library/base/data/pressure.R
-share/R/library/base/data/presidents.doc
share/R/library/base/data/presidents.R
-share/R/library/base/data/precip.doc
share/R/library/base/data/precip.R
share/R/library/base/data/plants.R
-share/R/library/base/data/pigs.doc
share/R/library/base/data/pigs.R
-share/R/library/base/data/phones.doc
share/R/library/base/data/phones.R
-share/R/library/base/data/nhtemp.doc
share/R/library/base/data/nhtemp.R
share/R/library/base/data/mtcars.R
-share/R/library/base/data/longley.doc
share/R/library/base/data/longley.R
-share/R/library/base/data/judges.doc
share/R/library/base/data/judges.R
-share/R/library/base/data/islands.doc
share/R/library/base/data/islands.R
share/R/library/base/data/iris3.R
share/R/library/base/data/iris.R
-share/R/library/base/data/insects.doc
share/R/library/base/data/insects.R
-share/R/library/base/data/infert.doc
share/R/library/base/data/infert.R
share/R/library/base/data/index.doc
-share/R/library/base/data/freeny.doc
share/R/library/base/data/freeny.R
-share/R/library/base/data/faithful.doc
share/R/library/base/data/faithful.R
-share/R/library/base/data/eurodist.doc
share/R/library/base/data/eurodist.R
-share/R/library/base/data/esoph.doc
share/R/library/base/data/esoph.R
-share/R/library/base/data/discoveries.doc
share/R/library/base/data/discoveries.R
-share/R/library/base/data/deaths.doc
share/R/library/base/data/deaths.R
-share/R/library/base/data/crimes.doc
-share/R/library/base/data/crimes.R
-share/R/library/base/data/consume.doc
+share/R/library/base/data/crimes.tab
share/R/library/base/data/consume.R
-share/R/library/base/data/chickwts.doc
share/R/library/base/data/chickwts.R
-share/R/library/base/data/cars.doc
share/R/library/base/data/cars.R
-share/R/library/base/data/bees.doc
share/R/library/base/data/bees.R
share/R/library/base/data/attitude.R
-share/R/library/base/data/attenu.doc
share/R/library/base/data/attenu.R
-share/R/library/base/data/anscombe.doc
share/R/library/base/data/anscombe.R
-share/R/library/base/data/airquality.doc
-share/R/library/base/data/airquality.R
-share/R/library/base/data/airmiles.doc
+share/R/library/base/data/airquality.tab
share/R/library/base/data/airmiles.R
-share/R/library/base/data/acid.doc
-share/R/library/base/data/women.doc
+share/R/library/base/data/women.R
share/R/library/base/TITLE
share/R/library/base/INDEX
-share/R/library/base/help/Arithmetic
+share/R/library/base/help/00Titles
share/R/library/base/help/AnIndex
+share/R/library/base/help/Alias
+share/R/library/base/help/Arithmetic
share/R/library/base/help/Beta
share/R/library/base/help/Binomial
+share/R/library/base/help/COMPILE
share/R/library/base/help/Cauchy
share/R/library/base/help/Chisquare
share/R/library/base/help/Comparison
share/R/library/base/help/Constants
share/R/library/base/help/Control
+share/R/library/base/help/Defunct
+share/R/library/base/help/Deprecated
share/R/library/base/help/Devices
share/R/library/base/help/Exponential
share/R/library/base/help/Extract
@@ -258,6 +274,7 @@ share/R/library/base/help/GammaDist
share/R/library/base/help/Geometric
share/R/library/base/help/Hyperbolic
share/R/library/base/help/Hypergeometric
+share/R/library/base/help/INSTALL
share/R/library/base/help/IQR
share/R/library/base/help/Internal
share/R/library/base/help/Log
@@ -272,19 +289,29 @@ share/R/library/base/help/NULL
share/R/library/base/help/NegBinomial
share/R/library/base/help/Normal
share/R/library/base/help/Poisson
+share/R/library/base/help/Primitive
+share/R/library/base/help/REMOVE
+share/R/library/base/help/RHOME
share/R/library/base/help/Random
share/R/library/base/help/Round
+share/R/library/base/help/SHLIB
share/R/library/base/help/Special
-share/R/library/base/help/T
+share/R/library/base/help/TDist
share/R/library/base/help/Trig
+share/R/library/base/help/Tukey
share/R/library/base/help/Uniform
share/R/library/base/help/Version
share/R/library/base/help/Weibull
+share/R/library/base/help/Wilcoxon
share/R/library/base/help/abbreviate
share/R/library/base/help/abline
+share/R/library/base/help/acid
+share/R/library/base/help/airmiles
+share/R/library/base/help/airquality
share/R/library/base/help/all
share/R/library/base/help/allnames
share/R/library/base/help/anova
+share/R/library/base/help/anscombe
share/R/library/base/help/aperm
share/R/library/base/help/append
share/R/library/base/help/apply
@@ -293,14 +320,19 @@ share/R/library/base/help/apropos
share/R/library/base/help/args
share/R/library/base/help/array
share/R/library/base/help/arrows
+share/R/library/base/help/as.function
share/R/library/base/help/assign
share/R/library/base/help/attach
+share/R/library/base/help/attenu
share/R/library/base/help/attr
share/R/library/base/help/attributes
share/R/library/base/help/autoload
+share/R/library/base/help/ave
share/R/library/base/help/axis
share/R/library/base/help/backsolve
share/R/library/base/help/barplot
+share/R/library/base/help/bees
+share/R/library/base/help/body
share/R/library/base/help/box
share/R/library/base/help/boxplot
share/R/library/base/help/boxplot.stats
@@ -308,9 +340,13 @@ share/R/library/base/help/browser
share/R/library/base/help/bxp
share/R/library/base/help/c
share/R/library/base/help/call
+share/R/library/base/help/cars
+share/R/library/base/help/case.names
share/R/library/base/help/cat
share/R/library/base/help/cbind
share/R/library/base/help/character
+share/R/library/base/help/charmatch
+share/R/library/base/help/chickwts
share/R/library/base/help/chisq.test
share/R/library/base/help/chol
share/R/library/base/help/chol2inv
@@ -320,15 +356,19 @@ share/R/library/base/help/coefficients
share/R/library/base/help/col
share/R/library/base/help/colnames
share/R/library/base/help/colors
+share/R/library/base/help/comment
share/R/library/base/help/complete.cases
share/R/library/base/help/complex
+share/R/library/base/help/consume
share/R/library/base/help/contour
share/R/library/base/help/contrast
share/R/library/base/help/contrasts
+share/R/library/base/help/contributors
share/R/library/base/help/convolve
share/R/library/base/help/coplot
share/R/library/base/help/cor
share/R/library/base/help/count.fields
+share/R/library/base/help/crimes
share/R/library/base/help/crossprod
share/R/library/base/help/cumsum
share/R/library/base/help/curve
@@ -338,13 +378,17 @@ share/R/library/base/help/data.class
share/R/library/base/help/data.frame
share/R/library/base/help/data.matrix
share/R/library/base/help/dataentry
+share/R/library/base/help/deaths
share/R/library/base/help/debug
share/R/library/base/help/delay
+share/R/library/base/help/delete.response
share/R/library/base/help/demo
share/R/library/base/help/density
share/R/library/base/help/deparse
share/R/library/base/help/deriv
share/R/library/base/help/detach
+share/R/library/base/help/dev
+share/R/library/base/help/dev2
share/R/library/base/help/deviance
share/R/library/base/help/df.residual
share/R/library/base/help/diag
@@ -352,6 +396,7 @@ share/R/library/base/help/diff
share/R/library/base/help/dim
share/R/library/base/help/dimnames
share/R/library/base/help/do.call
+share/R/library/base/help/discoveries
share/R/library/base/help/dotplot
share/R/library/base/help/double
share/R/library/base/help/dput
@@ -362,10 +407,13 @@ share/R/library/base/help/dynload
share/R/library/base/help/edit
share/R/library/base/help/eigen
share/R/library/base/help/environment
+share/R/library/base/help/esoph
+share/R/library/base/help/eurodist
share/R/library/base/help/eval
share/R/library/base/help/exists
share/R/library/base/help/expression
share/R/library/base/help/factor
+share/R/library/base/help/faithful
share/R/library/base/help/family
share/R/library/base/help/fft
share/R/library/base/help/fitted.values
@@ -373,15 +421,18 @@ share/R/library/base/help/fivenum
share/R/library/base/help/fix
share/R/library/base/help/formals
share/R/library/base/help/format
+share/R/library/base/help/format.info
share/R/library/base/help/formatc
share/R/library/base/help/formula
share/R/library/base/help/frame
+share/R/library/base/help/freeny
share/R/library/base/help/function
share/R/library/base/help/gc
share/R/library/base/help/get
share/R/library/base/help/getenv
share/R/library/base/help/gl
share/R/library/base/help/glm
+share/R/library/base/help/glm.summaries
share/R/library/base/help/graphics.off
share/R/library/base/help/gray
share/R/library/base/help/grep
@@ -392,7 +443,9 @@ share/R/library/base/help/hsv
share/R/library/base/help/identify
share/R/library/base/help/ifelse
share/R/library/base/help/image
+share/R/library/base/help/infert
share/R/library/base/help/influence.measures
+share/R/library/base/help/insects
share/R/library/base/help/integer
share/R/library/base/help/interactive
share/R/library/base/help/invisible
@@ -401,33 +454,42 @@ share/R/library/base/help/is.finite
share/R/library/base/help/is.function
share/R/library/base/help/is.language
share/R/library/base/help/is.recursive
+share/R/library/base/help/isR
share/R/library/base/help/is.single
+share/R/library/base/help/islands
+share/R/library/base/help/judges
share/R/library/base/help/lapply
+share/R/library/base/help/layout
share/R/library/base/help/legend
share/R/library/base/help/length
share/R/library/base/help/levels
share/R/library/base/help/library
+share/R/library/base/help/library.dynam
share/R/library/base/help/license
share/R/library/base/help/lines
share/R/library/base/help/list
share/R/library/base/help/lm
share/R/library/base/help/lm.influence
+share/R/library/base/help/lm.summaries
share/R/library/base/help/load
share/R/library/base/help/locator
share/R/library/base/help/logical
-share/R/library/base/help/ls
+share/R/library/base/help/longley
share/R/library/base/help/lower.tri
share/R/library/base/help/lowess
+share/R/library/base/help/ls
share/R/library/base/help/ls.diag
share/R/library/base/help/ls.print
share/R/library/base/help/lsfit
share/R/library/base/help/machine
share/R/library/base/help/macintosh
share/R/library/base/help/mad
+share/R/library/base/help/mahalanobis
share/R/library/base/help/mat.or.vec
share/R/library/base/help/match
share/R/library/base/help/match.arg
share/R/library/base/help/match.call
+share/R/library/base/help/matmult
share/R/library/base/help/matplot
share/R/library/base/help/matrix
share/R/library/base/help/mean
@@ -436,6 +498,7 @@ share/R/library/base/help/menu
share/R/library/base/help/methods
share/R/library/base/help/missing
share/R/library/base/help/mode
+share/R/library/base/help/model.extract
share/R/library/base/help/model.frame
share/R/library/base/help/model.matrix
share/R/library/base/help/mtext
@@ -445,12 +508,15 @@ share/R/library/base/help/name
share/R/library/base/help/names
share/R/library/base/help/nargs
share/R/library/base/help/nchar
-share/R/library/base/help/nlm
share/R/library/base/help/nextn
+share/R/library/base/help/nhtemp
share/R/library/base/help/nlevels
+share/R/library/base/help/nlm
share/R/library/base/help/noquote
+share/R/library/base/help/notyet
share/R/library/base/help/nrow
share/R/library/base/help/numeric
+share/R/library/base/help/offset
share/R/library/base/help/on.exit
share/R/library/base/help/optimize
share/R/library/base/help/options
@@ -462,33 +528,41 @@ share/R/library/base/help/palettes
share/R/library/base/help/par
share/R/library/base/help/parse
share/R/library/base/help/paste
+share/R/library/base/help/phones
share/R/library/base/help/pictex
share/R/library/base/help/piechart
+share/R/library/base/help/pigs
share/R/library/base/help/plot
+share/R/library/base/help/plot.window
share/R/library/base/help/plot.xy
share/R/library/base/help/plotdefault
+share/R/library/base/help/plotfactor
+share/R/library/base/help/plotformula
share/R/library/base/help/pmatch
share/R/library/base/help/points
share/R/library/base/help/polygon
share/R/library/base/help/polyroot
share/R/library/base/help/postscript
share/R/library/base/help/ppoints
+share/R/library/base/help/precip
share/R/library/base/help/predict
+share/R/library/base/help/presidents
share/R/library/base/help/pretty
share/R/library/base/help/print
-share/R/library/base/help/qr
share/R/library/base/help/print.default
share/R/library/base/help/proc.time
share/R/library/base/help/prod
share/R/library/base/help/prompt
share/R/library/base/help/prop.test
share/R/library/base/help/qqnorm
+share/R/library/base/help/qr
share/R/library/base/help/qraux
+share/R/library/base/help/quakes
share/R/library/base/help/quantile
share/R/library/base/help/quit
share/R/library/base/help/range
share/R/library/base/help/rank
-share/R/library/base/help/rbind
+share/R/library/base/help/read.fwf
share/R/library/base/help/read.table
share/R/library/base/help/readline
share/R/library/base/help/real
@@ -499,13 +573,16 @@ share/R/library/base/help/replace
share/R/library/base/help/residuals
share/R/library/base/help/rev
share/R/library/base/help/rgb
+share/R/library/base/help/rivers
share/R/library/base/help/row
+share/R/library/base/help/sd
share/R/library/base/help/rownames
share/R/library/base/help/sample
share/R/library/base/help/save
+share/R/library/base/help/savings
share/R/library/base/help/scale
share/R/library/base/help/scan
-share/R/library/base/help/sd
+share/R/library/base/help/search
share/R/library/base/help/seq
share/R/library/base/help/sequence
share/R/library/base/help/sign
@@ -515,6 +592,8 @@ share/R/library/base/help/sort
share/R/library/base/help/source
share/R/library/base/help/splinefun
share/R/library/base/help/split
+share/R/library/base/help/stackloss
+share/R/library/base/help/stat.anova
share/R/library/base/help/stem
share/R/library/base/help/stop
share/R/library/base/help/str
@@ -529,16 +608,17 @@ share/R/library/base/help/sum
share/R/library/base/help/summary
share/R/library/base/help/svd
share/R/library/base/help/sweep
+share/R/library/base/help/swiss
share/R/library/base/help/switch
share/R/library/base/help/symnum
share/R/library/base/help/sys.parent
share/R/library/base/help/system
share/R/library/base/help/system.date
+share/R/library/base/help/system.file
share/R/library/base/help/system.time
share/R/library/base/help/t
share/R/library/base/help/t.test
share/R/library/base/help/table
-share/R/library/base/help/ts
share/R/library/base/help/tabulate
share/R/library/base/help/tapply
share/R/library/base/help/tempfile
@@ -549,68 +629,92 @@ share/R/library/base/help/title
share/R/library/base/help/trace
share/R/library/base/help/traceback
share/R/library/base/help/transform
+share/R/library/base/help/trees
+share/R/library/base/help/ts
share/R/library/base/help/typeof
share/R/library/base/help/unique
share/R/library/base/help/uniroot
share/R/library/base/help/units
share/R/library/base/help/unlink
+share/R/library/base/help/var
share/R/library/base/help/unlist
share/R/library/base/help/update.formula
share/R/library/base/help/update.lm
-share/R/library/base/help/var
+share/R/library/base/help/uspop
share/R/library/base/help/vector
+share/R/library/base/help/volcano
share/R/library/base/help/warning
+share/R/library/base/help/warpbreaks
share/R/library/base/help/weighted.mean
+share/R/library/base/help/which
share/R/library/base/help/window
+share/R/library/base/help/women
share/R/library/base/help/write
+share/R/library/base/help/write.table
share/R/library/base/help/x11
share/R/library/base/help/xy.coords
share/R/library/base/html/00Index.html
+share/R/library/base/html/Alias.html
share/R/library/base/html/Arithmetic.html
share/R/library/base/html/Beta.html
share/R/library/base/html/Binomial.html
+share/R/library/base/html/COMPILE.html
share/R/library/base/html/Cauchy.html
share/R/library/base/html/Chisquare.html
share/R/library/base/html/Comparison.html
share/R/library/base/html/Constants.html
share/R/library/base/html/Control.html
+share/R/library/base/html/Defunct.html
+share/R/library/base/html/Deprecated.html
share/R/library/base/html/Devices.html
share/R/library/base/html/Exponential.html
share/R/library/base/html/Extract.html
share/R/library/base/html/Extremes.html
-share/R/library/base/html/F.html
+share/R/library/base/html/logical.html
share/R/library/base/html/Foreign.html
share/R/library/base/html/GammaDist.html
+share/R/library/base/html/NA.html
share/R/library/base/html/Geometric.html
share/R/library/base/html/Hyperbolic.html
share/R/library/base/html/Hypergeometric.html
+share/R/library/base/html/INSTALL.html
share/R/library/base/html/IQR.html
-share/R/library/base/html/Log.html
share/R/library/base/html/Internal.html
+share/R/library/base/html/Log.html
share/R/library/base/html/Logic.html
share/R/library/base/html/Logistic.html
share/R/library/base/html/Lognormal.html
share/R/library/base/html/Machine.html
share/R/library/base/html/Math.html
-share/R/library/base/html/NA.html
share/R/library/base/html/NChisquare.html
share/R/library/base/html/NULL.html
share/R/library/base/html/NegBinomial.html
share/R/library/base/html/Normal.html
share/R/library/base/html/Poisson.html
+share/R/library/base/html/Primitive.html
+share/R/library/base/html/REMOVE.html
+share/R/library/base/html/RHOME.html
share/R/library/base/html/Random.html
share/R/library/base/html/Round.html
+share/R/library/base/html/c.html
+share/R/library/base/html/SHLIB.html
share/R/library/base/html/Special.html
-share/R/library/base/html/T.html
+share/R/library/base/html/TDist.html
share/R/library/base/html/Trig.html
+share/R/library/base/html/Tukey.html
share/R/library/base/html/Uniform.html
share/R/library/base/html/Version.html
share/R/library/base/html/Weibull.html
+share/R/library/base/html/Wilcoxon.html
share/R/library/base/html/abbreviate.html
share/R/library/base/html/abline.html
+share/R/library/base/html/acid.html
+share/R/library/base/html/airmiles.html
+share/R/library/base/html/airquality.html
share/R/library/base/html/all.html
share/R/library/base/html/allnames.html
share/R/library/base/html/anova.html
+share/R/library/base/html/anscombe.html
share/R/library/base/html/aperm.html
share/R/library/base/html/append.html
share/R/library/base/html/apply.html
@@ -619,24 +723,32 @@ share/R/library/base/html/apropos.html
share/R/library/base/html/args.html
share/R/library/base/html/array.html
share/R/library/base/html/arrows.html
+share/R/library/base/html/as.function.html
share/R/library/base/html/assign.html
share/R/library/base/html/attach.html
+share/R/library/base/html/attenu.html
share/R/library/base/html/attr.html
share/R/library/base/html/attributes.html
share/R/library/base/html/autoload.html
+share/R/library/base/html/ave.html
share/R/library/base/html/axis.html
share/R/library/base/html/backsolve.html
share/R/library/base/html/barplot.html
+share/R/library/base/html/bees.html
+share/R/library/base/html/body.html
share/R/library/base/html/box.html
share/R/library/base/html/boxplot.html
share/R/library/base/html/boxplot.stats.html
share/R/library/base/html/browser.html
share/R/library/base/html/bxp.html
-share/R/library/base/html/c.html
share/R/library/base/html/call.html
+share/R/library/base/html/cars.html
+share/R/library/base/html/case.names.html
share/R/library/base/html/cat.html
share/R/library/base/html/cbind.html
share/R/library/base/html/character.html
+share/R/library/base/html/charmatch.html
+share/R/library/base/html/chickwts.html
share/R/library/base/html/chisq.test.html
share/R/library/base/html/chol.html
share/R/library/base/html/chol2inv.html
@@ -646,16 +758,20 @@ share/R/library/base/html/coefficients.html
share/R/library/base/html/col.html
share/R/library/base/html/colnames.html
share/R/library/base/html/colors.html
+share/R/library/base/html/comment.html
share/R/library/base/html/complete.cases.html
share/R/library/base/html/complex.html
+share/R/library/base/html/consume.html
share/R/library/base/html/contour.html
share/R/library/base/html/contrast.html
share/R/library/base/html/contrasts.html
+share/R/library/base/html/contributors.html
share/R/library/base/html/convolve.html
share/R/library/base/html/coplot.html
share/R/library/base/html/cor.html
-share/R/library/base/html/crossprod.html
share/R/library/base/html/count.fields.html
+share/R/library/base/html/crimes.html
+share/R/library/base/html/crossprod.html
share/R/library/base/html/cumsum.html
share/R/library/base/html/curve.html
share/R/library/base/html/cut.html
@@ -664,22 +780,27 @@ share/R/library/base/html/data.class.html
share/R/library/base/html/data.frame.html
share/R/library/base/html/data.matrix.html
share/R/library/base/html/dataentry.html
+share/R/library/base/html/deaths.html
share/R/library/base/html/debug.html
share/R/library/base/html/delay.html
+share/R/library/base/html/delete.response.html
share/R/library/base/html/demo.html
share/R/library/base/html/density.html
share/R/library/base/html/deparse.html
share/R/library/base/html/deriv.html
share/R/library/base/html/detach.html
+share/R/library/base/html/dev.html
+share/R/library/base/html/dev2.html
share/R/library/base/html/deviance.html
share/R/library/base/html/df.residual.html
share/R/library/base/html/diag.html
share/R/library/base/html/diff.html
share/R/library/base/html/dim.html
share/R/library/base/html/dimnames.html
-share/R/library/base/html/double.html
+share/R/library/base/html/discoveries.html
share/R/library/base/html/do.call.html
share/R/library/base/html/dotplot.html
+share/R/library/base/html/double.html
share/R/library/base/html/dput.html
share/R/library/base/html/drop.html
share/R/library/base/html/dump.html
@@ -688,10 +809,13 @@ share/R/library/base/html/dynload.html
share/R/library/base/html/edit.html
share/R/library/base/html/eigen.html
share/R/library/base/html/environment.html
+share/R/library/base/html/esoph.html
+share/R/library/base/html/eurodist.html
share/R/library/base/html/eval.html
share/R/library/base/html/exists.html
share/R/library/base/html/expression.html
share/R/library/base/html/factor.html
+share/R/library/base/html/faithful.html
share/R/library/base/html/family.html
share/R/library/base/html/fft.html
share/R/library/base/html/fitted.values.html
@@ -699,15 +823,18 @@ share/R/library/base/html/fivenum.html
share/R/library/base/html/fix.html
share/R/library/base/html/formals.html
share/R/library/base/html/format.html
+share/R/library/base/html/format.info.html
share/R/library/base/html/formatc.html
share/R/library/base/html/formula.html
share/R/library/base/html/frame.html
+share/R/library/base/html/freeny.html
share/R/library/base/html/function.html
share/R/library/base/html/gc.html
share/R/library/base/html/get.html
share/R/library/base/html/getenv.html
share/R/library/base/html/gl.html
share/R/library/base/html/glm.html
+share/R/library/base/html/glm.summaries.html
share/R/library/base/html/graphics.off.html
share/R/library/base/html/gray.html
share/R/library/base/html/grep.html
@@ -718,43 +845,52 @@ share/R/library/base/html/hsv.html
share/R/library/base/html/identify.html
share/R/library/base/html/ifelse.html
share/R/library/base/html/image.html
+share/R/library/base/html/infert.html
share/R/library/base/html/influence.measures.html
+share/R/library/base/html/insects.html
share/R/library/base/html/integer.html
share/R/library/base/html/interactive.html
share/R/library/base/html/invisible.html
share/R/library/base/html/is.atomic.html
share/R/library/base/html/is.finite.html
share/R/library/base/html/is.function.html
+share/R/library/base/html/is.single.html
share/R/library/base/html/is.language.html
share/R/library/base/html/is.recursive.html
-share/R/library/base/html/is.single.html
+share/R/library/base/html/isR.html
+share/R/library/base/html/islands.html
+share/R/library/base/html/judges.html
share/R/library/base/html/lapply.html
+share/R/library/base/html/layout.html
share/R/library/base/html/legend.html
share/R/library/base/html/length.html
share/R/library/base/html/levels.html
share/R/library/base/html/library.html
+share/R/library/base/html/library.dynam.html
share/R/library/base/html/license.html
share/R/library/base/html/lines.html
share/R/library/base/html/list.html
share/R/library/base/html/lm.html
share/R/library/base/html/lm.influence.html
+share/R/library/base/html/lm.summaries.html
share/R/library/base/html/load.html
share/R/library/base/html/locator.html
-share/R/library/base/html/logical.html
+share/R/library/base/html/longley.html
share/R/library/base/html/lower.tri.html
share/R/library/base/html/lowess.html
share/R/library/base/html/ls.html
share/R/library/base/html/ls.diag.html
share/R/library/base/html/ls.print.html
-share/R/library/base/html/qr.html
share/R/library/base/html/lsfit.html
share/R/library/base/html/machine.html
share/R/library/base/html/macintosh.html
share/R/library/base/html/mad.html
+share/R/library/base/html/mahalanobis.html
share/R/library/base/html/mat.or.vec.html
share/R/library/base/html/match.html
share/R/library/base/html/match.arg.html
share/R/library/base/html/match.call.html
+share/R/library/base/html/matmult.html
share/R/library/base/html/matplot.html
share/R/library/base/html/matrix.html
share/R/library/base/html/mean.html
@@ -763,26 +899,30 @@ share/R/library/base/html/menu.html
share/R/library/base/html/methods.html
share/R/library/base/html/missing.html
share/R/library/base/html/mode.html
+share/R/library/base/html/mtext.html
+share/R/library/base/html/model.extract.html
share/R/library/base/html/model.frame.html
share/R/library/base/html/model.matrix.html
-share/R/library/base/html/mtext.html
share/R/library/base/html/na.action.html
share/R/library/base/html/na.fail.html
share/R/library/base/html/name.html
-share/R/library/base/html/sd.html
share/R/library/base/html/names.html
share/R/library/base/html/nargs.html
share/R/library/base/html/nchar.html
share/R/library/base/html/nextn.html
+share/R/library/base/html/nhtemp.html
share/R/library/base/html/nlevels.html
share/R/library/base/html/nlm.html
share/R/library/base/html/noquote.html
+share/R/library/base/html/notyet.html
share/R/library/base/html/nrow.html
share/R/library/base/html/numeric.html
+share/R/library/base/html/offset.html
share/R/library/base/html/on.exit.html
share/R/library/base/html/optimize.html
share/R/library/base/html/options.html
share/R/library/base/html/order.html
+share/R/library/base/html/qr.html
share/R/library/base/html/outer.html
share/R/library/base/html/pairs.html
share/R/library/base/html/palette.html
@@ -790,19 +930,26 @@ share/R/library/base/html/palettes.html
share/R/library/base/html/par.html
share/R/library/base/html/parse.html
share/R/library/base/html/paste.html
+share/R/library/base/html/phones.html
share/R/library/base/html/pictex.html
share/R/library/base/html/piechart.html
+share/R/library/base/html/pigs.html
share/R/library/base/html/plot.html
-share/R/library/base/html/t.html
+share/R/library/base/html/plot.window.html
share/R/library/base/html/plot.xy.html
share/R/library/base/html/plotdefault.html
+share/R/library/base/html/plotfactor.html
+share/R/library/base/html/plotformula.html
share/R/library/base/html/pmatch.html
share/R/library/base/html/points.html
share/R/library/base/html/polygon.html
share/R/library/base/html/polyroot.html
share/R/library/base/html/postscript.html
+share/R/library/base/html/sd.html
share/R/library/base/html/ppoints.html
+share/R/library/base/html/precip.html
share/R/library/base/html/predict.html
+share/R/library/base/html/presidents.html
share/R/library/base/html/pretty.html
share/R/library/base/html/print.html
share/R/library/base/html/print.default.html
@@ -812,11 +959,12 @@ share/R/library/base/html/prompt.html
share/R/library/base/html/prop.test.html
share/R/library/base/html/qqnorm.html
share/R/library/base/html/qraux.html
+share/R/library/base/html/quakes.html
share/R/library/base/html/quantile.html
share/R/library/base/html/quit.html
share/R/library/base/html/range.html
share/R/library/base/html/rank.html
-share/R/library/base/html/rbind.html
+share/R/library/base/html/read.fwf.html
share/R/library/base/html/read.table.html
share/R/library/base/html/readline.html
share/R/library/base/html/real.html
@@ -827,12 +975,15 @@ share/R/library/base/html/replace.html
share/R/library/base/html/residuals.html
share/R/library/base/html/rev.html
share/R/library/base/html/rgb.html
+share/R/library/base/html/rivers.html
share/R/library/base/html/row.html
share/R/library/base/html/rownames.html
share/R/library/base/html/sample.html
share/R/library/base/html/save.html
+share/R/library/base/html/savings.html
share/R/library/base/html/scale.html
share/R/library/base/html/scan.html
+share/R/library/base/html/search.html
share/R/library/base/html/seq.html
share/R/library/base/html/sequence.html
share/R/library/base/html/sign.html
@@ -842,6 +993,8 @@ share/R/library/base/html/sort.html
share/R/library/base/html/source.html
share/R/library/base/html/splinefun.html
share/R/library/base/html/split.html
+share/R/library/base/html/stackloss.html
+share/R/library/base/html/stat.anova.html
share/R/library/base/html/stem.html
share/R/library/base/html/stop.html
share/R/library/base/html/str.html
@@ -856,12 +1009,15 @@ share/R/library/base/html/sum.html
share/R/library/base/html/summary.html
share/R/library/base/html/svd.html
share/R/library/base/html/sweep.html
+share/R/library/base/html/swiss.html
share/R/library/base/html/switch.html
share/R/library/base/html/symnum.html
share/R/library/base/html/sys.parent.html
share/R/library/base/html/system.html
share/R/library/base/html/system.date.html
+share/R/library/base/html/system.file.html
share/R/library/base/html/system.time.html
+share/R/library/base/html/t.html
share/R/library/base/html/t.test.html
share/R/library/base/html/table.html
share/R/library/base/html/tabulate.html
@@ -874,6 +1030,7 @@ share/R/library/base/html/title.html
share/R/library/base/html/trace.html
share/R/library/base/html/traceback.html
share/R/library/base/html/transform.html
+share/R/library/base/html/trees.html
share/R/library/base/html/ts.html
share/R/library/base/html/typeof.html
share/R/library/base/html/unique.html
@@ -883,33 +1040,445 @@ share/R/library/base/html/unlink.html
share/R/library/base/html/unlist.html
share/R/library/base/html/update.formula.html
share/R/library/base/html/update.lm.html
+share/R/library/base/html/uspop.html
share/R/library/base/html/var.html
share/R/library/base/html/vector.html
+share/R/library/base/html/volcano.html
share/R/library/base/html/warning.html
+share/R/library/base/html/warpbreaks.html
share/R/library/base/html/weighted.mean.html
+share/R/library/base/html/which.html
share/R/library/base/html/window.html
+share/R/library/base/html/women.html
share/R/library/base/html/write.html
+share/R/library/base/html/write.table.html
share/R/library/base/html/x11.html
share/R/library/base/html/xy.coords.html
+share/R/library/base/latex/Alias.tex
+share/R/library/base/latex/Arithmetic.tex
+share/R/library/base/latex/Beta.tex
+share/R/library/base/latex/Binomial.tex
+share/R/library/base/latex/COMPILE.tex
+share/R/library/base/latex/Cauchy.tex
+share/R/library/base/latex/Chisquare.tex
+share/R/library/base/latex/Comparison.tex
+share/R/library/base/latex/Constants.tex
+share/R/library/base/latex/Control.tex
+share/R/library/base/latex/Defunct.tex
+share/R/library/base/latex/Deprecated.tex
+share/R/library/base/latex/Devices.tex
+share/R/library/base/latex/Exponential.tex
+share/R/library/base/latex/Extract.tex
+share/R/library/base/latex/Extremes.tex
+share/R/library/base/latex/F.tex
+share/R/library/base/latex/Foreign.tex
+share/R/library/base/latex/GammaDist.tex
+share/R/library/base/latex/Geometric.tex
+share/R/library/base/latex/Hyperbolic.tex
+share/R/library/base/latex/Hypergeometric.tex
+share/R/library/base/latex/INSTALL.tex
+share/R/library/base/latex/IQR.tex
+share/R/library/base/latex/Internal.tex
+share/R/library/base/latex/Log.tex
+share/R/library/base/latex/Logic.tex
+share/R/library/base/latex/Logistic.tex
+share/R/library/base/latex/Lognormal.tex
+share/R/library/base/latex/Machine.tex
+share/R/library/base/latex/Math.tex
+share/R/library/base/latex/NA.tex
+share/R/library/base/latex/NChisquare.tex
+share/R/library/base/latex/NULL.tex
+share/R/library/base/latex/NegBinomial.tex
+share/R/library/base/latex/Normal.tex
+share/R/library/base/latex/Poisson.tex
+share/R/library/base/latex/Primitive.tex
+share/R/library/base/latex/REMOVE.tex
+share/R/library/base/latex/RHOME.tex
+share/R/library/base/latex/Random.tex
+share/R/library/base/latex/Round.tex
+share/R/library/base/latex/SHLIB.tex
+share/R/library/base/latex/Special.tex
+share/R/library/base/latex/TDist.tex
+share/R/library/base/latex/Trig.tex
+share/R/library/base/latex/Tukey.tex
+share/R/library/base/latex/Uniform.tex
+share/R/library/base/latex/Version.tex
+share/R/library/base/latex/Weibull.tex
+share/R/library/base/latex/Wilcoxon.tex
+share/R/library/base/latex/abbreviate.tex
+share/R/library/base/latex/abline.tex
+share/R/library/base/latex/acid.tex
+share/R/library/base/latex/airmiles.tex
+share/R/library/base/latex/airquality.tex
+share/R/library/base/latex/all.tex
+share/R/library/base/latex/allnames.tex
+share/R/library/base/latex/anova.tex
+share/R/library/base/latex/anscombe.tex
+share/R/library/base/latex/aperm.tex
+share/R/library/base/latex/append.tex
+share/R/library/base/latex/apply.tex
+share/R/library/base/latex/approxfun.tex
+share/R/library/base/latex/apropos.tex
+share/R/library/base/latex/args.tex
+share/R/library/base/latex/array.tex
+share/R/library/base/latex/arrows.tex
+share/R/library/base/latex/as.function.tex
+share/R/library/base/latex/assign.tex
+share/R/library/base/latex/attach.tex
+share/R/library/base/latex/attenu.tex
+share/R/library/base/latex/attr.tex
+share/R/library/base/latex/attributes.tex
+share/R/library/base/latex/autoload.tex
+share/R/library/base/latex/ave.tex
+share/R/library/base/latex/axis.tex
+share/R/library/base/latex/backsolve.tex
+share/R/library/base/latex/barplot.tex
+share/R/library/base/latex/bees.tex
+share/R/library/base/latex/body.tex
+share/R/library/base/latex/box.tex
+share/R/library/base/latex/boxplot.tex
+share/R/library/base/latex/boxplot.stats.tex
+share/R/library/base/latex/browser.tex
+share/R/library/base/latex/bxp.tex
+share/R/library/base/latex/c.tex
+share/R/library/base/latex/call.tex
+share/R/library/base/latex/cars.tex
+share/R/library/base/latex/case.names.tex
+share/R/library/base/latex/cat.tex
+share/R/library/base/latex/cbind.tex
+share/R/library/base/latex/character.tex
+share/R/library/base/latex/charmatch.tex
+share/R/library/base/latex/chickwts.tex
+share/R/library/base/latex/col.tex
+share/R/library/base/latex/chisq.test.tex
+share/R/library/base/latex/chol.tex
+share/R/library/base/latex/chol2inv.tex
+share/R/library/base/latex/class.tex
+share/R/library/base/latex/codes.tex
+share/R/library/base/latex/coefficients.tex
+share/R/library/base/latex/colnames.tex
+share/R/library/base/latex/colors.tex
+share/R/library/base/latex/comment.tex
+share/R/library/base/latex/complete.cases.tex
+share/R/library/base/latex/complex.tex
+share/R/library/base/latex/consume.tex
+share/R/library/base/latex/contour.tex
+share/R/library/base/latex/contrast.tex
+share/R/library/base/latex/contrasts.tex
+share/R/library/base/latex/contributors.tex
+share/R/library/base/latex/convolve.tex
+share/R/library/base/latex/coplot.tex
+share/R/library/base/latex/cor.tex
+share/R/library/base/latex/count.fields.tex
+share/R/library/base/latex/crimes.tex
+share/R/library/base/latex/crossprod.tex
+share/R/library/base/latex/cut.tex
+share/R/library/base/latex/cumsum.tex
+share/R/library/base/latex/curve.tex
+share/R/library/base/latex/data.tex
+share/R/library/base/latex/data.class.tex
+share/R/library/base/latex/data.frame.tex
+share/R/library/base/latex/data.matrix.tex
+share/R/library/base/latex/dataentry.tex
+share/R/library/base/latex/deaths.tex
+share/R/library/base/latex/debug.tex
+share/R/library/base/latex/delay.tex
+share/R/library/base/latex/delete.response.tex
+share/R/library/base/latex/demo.tex
+share/R/library/base/latex/density.tex
+share/R/library/base/latex/deparse.tex
+share/R/library/base/latex/deriv.tex
+share/R/library/base/latex/detach.tex
+share/R/library/base/latex/dev.tex
+share/R/library/base/latex/dev2.tex
+share/R/library/base/latex/deviance.tex
+share/R/library/base/latex/df.residual.tex
+share/R/library/base/latex/diag.tex
+share/R/library/base/latex/diff.tex
+share/R/library/base/latex/dim.tex
+share/R/library/base/latex/dimnames.tex
+share/R/library/base/latex/discoveries.tex
+share/R/library/base/latex/do.call.tex
+share/R/library/base/latex/dotplot.tex
+share/R/library/base/latex/double.tex
+share/R/library/base/latex/dput.tex
+share/R/library/base/latex/drop.tex
+share/R/library/base/latex/dump.tex
+share/R/library/base/latex/duplicated.tex
+share/R/library/base/latex/dynload.tex
+share/R/library/base/latex/edit.tex
+share/R/library/base/latex/eigen.tex
+share/R/library/base/latex/environment.tex
+share/R/library/base/latex/esoph.tex
+share/R/library/base/latex/eurodist.tex
+share/R/library/base/latex/eval.tex
+share/R/library/base/latex/exists.tex
+share/R/library/base/latex/expression.tex
+share/R/library/base/latex/factor.tex
+share/R/library/base/latex/faithful.tex
+share/R/library/base/latex/family.tex
+share/R/library/base/latex/fft.tex
+share/R/library/base/latex/fitted.values.tex
+share/R/library/base/latex/fivenum.tex
+share/R/library/base/latex/fix.tex
+share/R/library/base/latex/formals.tex
+share/R/library/base/latex/format.tex
+share/R/library/base/latex/format.info.tex
+share/R/library/base/latex/formatc.tex
+share/R/library/base/latex/formula.tex
+share/R/library/base/latex/frame.tex
+share/R/library/base/latex/freeny.tex
+share/R/library/base/latex/function.tex
+share/R/library/base/latex/gc.tex
+share/R/library/base/latex/get.tex
+share/R/library/base/latex/getenv.tex
+share/R/library/base/latex/gl.tex
+share/R/library/base/latex/glm.tex
+share/R/library/base/latex/glm.summaries.tex
+share/R/library/base/latex/graphics.off.tex
+share/R/library/base/latex/gray.tex
+share/R/library/base/latex/grep.tex
+share/R/library/base/latex/grid.tex
+share/R/library/base/latex/help.tex
+share/R/library/base/latex/hist.tex
+share/R/library/base/latex/hsv.tex
+share/R/library/base/latex/identify.tex
+share/R/library/base/latex/ifelse.tex
+share/R/library/base/latex/image.tex
+share/R/library/base/latex/infert.tex
+share/R/library/base/latex/influence.measures.tex
+share/R/library/base/latex/insects.tex
+share/R/library/base/latex/integer.tex
+share/R/library/base/latex/interactive.tex
+share/R/library/base/latex/invisible.tex
+share/R/library/base/latex/is.atomic.tex
+share/R/library/base/latex/is.finite.tex
+share/R/library/base/latex/is.function.tex
+share/R/library/base/latex/is.language.tex
+share/R/library/base/latex/is.recursive.tex
+share/R/library/base/latex/is.single.tex
+share/R/library/base/latex/isR.tex
+share/R/library/base/latex/islands.tex
+share/R/library/base/latex/judges.tex
+share/R/library/base/latex/lapply.tex
+share/R/library/base/latex/layout.tex
+share/R/library/base/latex/legend.tex
+share/R/library/base/latex/length.tex
+share/R/library/base/latex/levels.tex
+share/R/library/base/latex/library.tex
+share/R/library/base/latex/library.dynam.tex
+share/R/library/base/latex/license.tex
+share/R/library/base/latex/lines.tex
+share/R/library/base/latex/list.tex
+share/R/library/base/latex/lm.tex
+share/R/library/base/latex/lm.influence.tex
+share/R/library/base/latex/lm.summaries.tex
+share/R/library/base/latex/load.tex
+share/R/library/base/latex/locator.tex
+share/R/library/base/latex/logical.tex
+share/R/library/base/latex/longley.tex
+share/R/library/base/latex/lower.tri.tex
+share/R/library/base/latex/lowess.tex
+share/R/library/base/latex/ls.tex
+share/R/library/base/latex/ls.diag.tex
+share/R/library/base/latex/ls.print.tex
+share/R/library/base/latex/lsfit.tex
+share/R/library/base/latex/machine.tex
+share/R/library/base/latex/macintosh.tex
+share/R/library/base/latex/mad.tex
+share/R/library/base/latex/mahalanobis.tex
+share/R/library/base/latex/mat.or.vec.tex
+share/R/library/base/latex/match.tex
+share/R/library/base/latex/match.arg.tex
+share/R/library/base/latex/match.call.tex
+share/R/library/base/latex/matmult.tex
+share/R/library/base/latex/matplot.tex
+share/R/library/base/latex/matrix.tex
+share/R/library/base/latex/mean.tex
+share/R/library/base/latex/median.tex
+share/R/library/base/latex/menu.tex
+share/R/library/base/latex/methods.tex
+share/R/library/base/latex/missing.tex
+share/R/library/base/latex/mode.tex
+share/R/library/base/latex/model.extract.tex
+share/R/library/base/latex/model.frame.tex
+share/R/library/base/latex/model.matrix.tex
+share/R/library/base/latex/mtext.tex
+share/R/library/base/latex/na.action.tex
+share/R/library/base/latex/na.fail.tex
+share/R/library/base/latex/name.tex
+share/R/library/base/latex/names.tex
+share/R/library/base/latex/nargs.tex
+share/R/library/base/latex/nchar.tex
+share/R/library/base/latex/nextn.tex
+share/R/library/base/latex/nhtemp.tex
+share/R/library/base/latex/nlevels.tex
+share/R/library/base/latex/nlm.tex
+share/R/library/base/latex/noquote.tex
+share/R/library/base/latex/notyet.tex
+share/R/library/base/latex/nrow.tex
+share/R/library/base/latex/numeric.tex
+share/R/library/base/latex/offset.tex
+share/R/library/base/latex/on.exit.tex
+share/R/library/base/latex/optimize.tex
+share/R/library/base/latex/options.tex
+share/R/library/base/latex/order.tex
+share/R/library/base/latex/outer.tex
+share/R/library/base/latex/pairs.tex
+share/R/library/base/latex/palette.tex
+share/R/library/base/latex/palettes.tex
+share/R/library/base/latex/par.tex
+share/R/library/base/latex/parse.tex
+share/R/library/base/latex/paste.tex
+share/R/library/base/latex/phones.tex
+share/R/library/base/latex/pictex.tex
+share/R/library/base/latex/piechart.tex
+share/R/library/base/latex/pigs.tex
+share/R/library/base/latex/plot.tex
+share/R/library/base/latex/plot.window.tex
+share/R/library/base/latex/plot.xy.tex
+share/R/library/base/latex/plotdefault.tex
+share/R/library/base/latex/plotfactor.tex
+share/R/library/base/latex/plotformula.tex
+share/R/library/base/latex/pmatch.tex
+share/R/library/base/latex/points.tex
+share/R/library/base/latex/polygon.tex
+share/R/library/base/latex/polyroot.tex
+share/R/library/base/latex/postscript.tex
+share/R/library/base/latex/ppoints.tex
+share/R/library/base/latex/precip.tex
+share/R/library/base/latex/predict.tex
+share/R/library/base/latex/presidents.tex
+share/R/library/base/latex/pretty.tex
+share/R/library/base/latex/print.tex
+share/R/library/base/latex/print.default.tex
+share/R/library/base/latex/proc.time.tex
+share/R/library/base/latex/prod.tex
+share/R/library/base/latex/prompt.tex
+share/R/library/base/latex/prop.test.tex
+share/R/library/base/latex/qqnorm.tex
+share/R/library/base/latex/qr.tex
+share/R/library/base/latex/qraux.tex
+share/R/library/base/latex/quakes.tex
+share/R/library/base/latex/quantile.tex
+share/R/library/base/latex/quit.tex
+share/R/library/base/latex/range.tex
+share/R/library/base/latex/rank.tex
+share/R/library/base/latex/read.fwf.tex
+share/R/library/base/latex/read.table.tex
+share/R/library/base/latex/readline.tex
+share/R/library/base/latex/real.tex
+share/R/library/base/latex/rect.tex
+share/R/library/base/latex/remove.tex
+share/R/library/base/latex/rep.tex
+share/R/library/base/latex/replace.tex
+share/R/library/base/latex/residuals.tex
+share/R/library/base/latex/rev.tex
+share/R/library/base/latex/rgb.tex
+share/R/library/base/latex/rivers.tex
+share/R/library/base/latex/row.tex
+share/R/library/base/latex/rownames.tex
+share/R/library/base/latex/sample.tex
+share/R/library/base/latex/save.tex
+share/R/library/base/latex/savings.tex
+share/R/library/base/latex/scale.tex
+share/R/library/base/latex/scan.tex
+share/R/library/base/latex/sd.tex
+share/R/library/base/latex/search.tex
+share/R/library/base/latex/seq.tex
+share/R/library/base/latex/sequence.tex
+share/R/library/base/latex/sign.tex
+share/R/library/base/latex/sink.tex
+share/R/library/base/latex/solve.tex
+share/R/library/base/latex/str.tex
+share/R/library/base/latex/sort.tex
+share/R/library/base/latex/source.tex
+share/R/library/base/latex/splinefun.tex
+share/R/library/base/latex/split.tex
+share/R/library/base/latex/stackloss.tex
+share/R/library/base/latex/stat.anova.tex
+share/R/library/base/latex/stem.tex
+share/R/library/base/latex/stop.tex
+share/R/library/base/latex/stripplot.tex
+share/R/library/base/latex/strsplit.tex
+share/R/library/base/latex/structure.tex
+share/R/library/base/latex/strwidth.tex
+share/R/library/base/latex/subset.tex
+share/R/library/base/latex/substitute.tex
+share/R/library/base/latex/substr.tex
+share/R/library/base/latex/sum.tex
+share/R/library/base/latex/summary.tex
+share/R/library/base/latex/svd.tex
+share/R/library/base/latex/sweep.tex
+share/R/library/base/latex/swiss.tex
+share/R/library/base/latex/switch.tex
+share/R/library/base/latex/symnum.tex
+share/R/library/base/latex/sys.parent.tex
+share/R/library/base/latex/system.tex
+share/R/library/base/latex/system.date.tex
+share/R/library/base/latex/system.file.tex
+share/R/library/base/latex/system.time.tex
+share/R/library/base/latex/t.tex
+share/R/library/base/latex/t.test.tex
+share/R/library/base/latex/table.tex
+share/R/library/base/latex/tabulate.tex
+share/R/library/base/latex/tapply.tex
+share/R/library/base/latex/tempfile.tex
+share/R/library/base/latex/terms.tex
+share/R/library/base/latex/text.tex
+share/R/library/base/latex/time.tex
+share/R/library/base/latex/title.tex
+share/R/library/base/latex/trace.tex
+share/R/library/base/latex/traceback.tex
+share/R/library/base/latex/transform.tex
+share/R/library/base/latex/trees.tex
+share/R/library/base/latex/ts.tex
+share/R/library/base/latex/typeof.tex
+share/R/library/base/latex/unique.tex
+share/R/library/base/latex/uniroot.tex
+share/R/library/base/latex/units.tex
+share/R/library/base/latex/unlink.tex
+share/R/library/base/latex/unlist.tex
+share/R/library/base/latex/update.formula.tex
+share/R/library/base/latex/update.lm.tex
+share/R/library/base/latex/uspop.tex
+share/R/library/base/latex/var.tex
+share/R/library/base/latex/vector.tex
+share/R/library/base/latex/volcano.tex
+share/R/library/base/latex/warning.tex
+share/R/library/base/latex/warpbreaks.tex
+share/R/library/base/latex/weighted.mean.tex
+share/R/library/base/latex/which.tex
+share/R/library/base/latex/window.tex
+share/R/library/base/latex/women.tex
+share/R/library/base/latex/write.tex
+share/R/library/base/latex/write.table.tex
+share/R/library/base/latex/x11.tex
+share/R/library/base/latex/xy.coords.tex
share/R/library/eda/libs/eda.so
share/R/library/eda/R/eda
share/R/library/eda/INDEX
share/R/library/eda/TITLE
-share/R/library/eda/help/line
+share/R/library/eda/help/00Titles
share/R/library/eda/help/AnIndex
+share/R/library/eda/help/line
share/R/library/eda/help/medpolish
share/R/library/eda/help/smooth
share/R/library/eda/html/00Index.html
share/R/library/eda/html/line.html
share/R/library/eda/html/medpolish.html
share/R/library/eda/html/smooth.html
+share/R/library/eda/latex/line.tex
+share/R/library/eda/latex/medpolish.tex
+share/R/library/eda/latex/smooth.tex
share/R/library/LibIndex
share/R/library/mva/libs/mva.so
share/R/library/mva/R/mva
share/R/library/mva/INDEX
share/R/library/mva/TITLE
-share/R/library/mva/help/cancor
+share/R/library/mva/help/00Titles
share/R/library/mva/help/AnIndex
+share/R/library/mva/help/cancor
share/R/library/mva/help/cmdscale
share/R/library/mva/help/dist
share/R/library/mva/help/hclust
@@ -920,30 +1489,39 @@ share/R/library/mva/html/cmdscale.html
share/R/library/mva/html/dist.html
share/R/library/mva/html/hclust.html
share/R/library/mva/html/prcomp.html
+share/R/library/mva/latex/cancor.tex
+share/R/library/mva/latex/cmdscale.tex
+share/R/library/mva/latex/dist.tex
+share/R/library/mva/latex/hclust.tex
+share/R/library/mva/latex/prcomp.tex
share/R/library/stepfun/R/stepfun
share/R/library/stepfun/INDEX
share/R/library/stepfun/TITLE
-share/R/library/stepfun/help/ecdf
+share/R/library/stepfun/help/00Titles
share/R/library/stepfun/help/AnIndex
+share/R/library/stepfun/help/ecdf
share/R/library/stepfun/help/plot.stepfun
share/R/library/stepfun/help/stepfun
share/R/library/stepfun/html/00Index.html
share/R/library/stepfun/html/ecdf.html
share/R/library/stepfun/html/plot.stepfun.html
share/R/library/stepfun/html/stepfun.html
-share/R/library/index.html
+share/R/library/stepfun/latex/ecdf.tex
+share/R/library/stepfun/latex/plot.stepfun.tex
+share/R/library/stepfun/latex/stepfun.tex
share/R/demos/dynload/Makefile.in
share/R/demos/dynload/README
share/R/demos/dynload/zero.R
share/R/demos/dynload/zero.c
share/R/demos/dynload/Makefile
+share/R/demos/models/glm-v+r.R
+share/R/demos/models/lm+glm.R
+share/R/demos/Makefile
share/R/demos/graphics/graphics.R
share/R/demos/graphics/image.R
share/R/demos/language/is-things.R
share/R/demos/language/recursion.R
share/R/demos/language/scoping.R
-share/R/demos/models/glm-v+r.R
-share/R/demos/models/lm+glm.R
share/R/demos/nlm/valley.R
share/R/cmd/filename
share/R/cmd/fwf2table.in
@@ -951,40 +1529,46 @@ share/R/cmd/help
share/R/cmd/loadpath
share/R/cmd/pager
share/R/cmd/fwf2table
+@dirrm share/R/etc/Rdoc
@dirrm share/R/etc/older-stuff
@dirrm share/R/etc/undoc
-@dirrm share/R/html/tech
-@dirrm share/R/html/test
-@dirrm share/R/html
+@dirrm share/R/doc/html/search
+@dirrm share/R/doc/html
+@dirrm share/R/doc/manual
@dirrm share/R/library/base/R
@dirrm share/R/library/base/data
@dirrm share/R/library/base/help
@dirrm share/R/library/base/html
+@dirrm share/R/library/base/latex
@dirrm share/R/library/base
@dirrm share/R/library/eda/libs
@dirrm share/R/library/eda/R
@dirrm share/R/library/eda/help
@dirrm share/R/library/eda/html
+@dirrm share/R/library/eda/latex
@dirrm share/R/library/eda
@dirrm share/R/library/mva/libs
@dirrm share/R/library/mva/R
@dirrm share/R/library/mva/help
@dirrm share/R/library/mva/html
+@dirrm share/R/library/mva/latex
@dirrm share/R/library/mva
@dirrm share/R/library/stepfun/R
@dirrm share/R/library/stepfun/help
@dirrm share/R/library/stepfun/html
+@dirrm share/R/library/stepfun/latex
@dirrm share/R/library/stepfun
@dirrm share/R/demos/dynload
+@dirrm share/R/demos/models
@dirrm share/R/demos/graphics
@dirrm share/R/demos/language
-@dirrm share/R/demos/models
@dirrm share/R/demos/nlm
+@dirrm share/R/demos
@dirrm share/R/include
@dirrm share/R/library
-@dirrm share/R/demos
+@dirrm share/R/doc
+@dirrm share/R/cmd
@dirrm share/R/bin
@dirrm share/R/afm
@dirrm share/R/etc
-@dirrm share/R/cmd
@dirrm share/R
diff --git a/math/R-project/Makefile b/math/R-project/Makefile
index 186721deb622..a08d9b8691f4 100644
--- a/math/R-project/Makefile
+++ b/math/R-project/Makefile
@@ -1,17 +1,22 @@
# New ports collection makefile for: R
-# Version required: R-0.61.2
-# Date created: Mon May 4 10:03:02 EST 1998
+# Version required: R-0.62.1
+# Date created: Tue Jun 23 07:36:55 EST 1998
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
#
-# $Id: Makefile,v 1.1.1.1 1998/05/04 17:53:34 mph Exp $
+# $Id: Makefile,v 1.2 1998/05/07 06:08:24 mph Exp $
#
-DISTNAME= R-0.61.2
-PKGNAME= R-${PAPERSIZE:S/A4/a4/:S/LETTER/letter/:S/Letter/letter/}-0.61.2
+DISTNAME= R-0.62.1
+PKGNAME= R-${PAPERSIZE:S/A4/a4/:S/LETTER/letter/:S/Letter/letter/}-0.62.1
CATEGORIES= math
-MASTER_SITES= http://lib.stat.cmu.edu/R/CRAN/src/base/ \
- ftp://ftp.stat.math.ethz.ch/R/ \
- ftp://ftp.u-aizu.ac.jp/pub/lang/R/
+MASTER_SITES= ftp://ftp.ci.tuwien.ac.at/pub/R/src/base/ \
+ ftp://SunSITE.auc.dk/pub/languages/R/src/base/ \
+ http://www.stat.unipg.it/pub/stat/statlib/R/CRAN/src/base/ \
+ ftp://ftp.u-aizu.ac.jp/pub/lang/R/CRAN/src/base/ \
+ ftp://ftp.stat.math.ethz.ch/R-CRAN/src/base/ \
+ http://lib.stat.cmu.edu/R/CRAN/src/base/ \
+ ftp://ftp.biostat.washington.edu/mirrors/R/CRAN/src/base/ \
+ ftp://franz.stat.wisc.edu/pub/R/src/base/
EXTRACT_SUFX= .tgz
MAINTAINER= maurice@serc.rmit.edu.au
@@ -32,6 +37,8 @@ PAPERSIZE=a4
PAPERSIZE_INVALID=yes
.endif
+ALL_TARGET=all help html
+
pre-fetch:
.if defined(PAPERSIZE_INVALID)
@${ECHO} "Invalid value for PAPERSIZE: \"${PAPERSIZE}\""
@@ -39,10 +46,11 @@ pre-fetch:
@${FALSE}
.endif
-post-configure:
- cd ${WRKSRC}/etc; && ${PREFIX}/bin/perl -pi -e "s#/usr/bin/perl#${PREFIX}/bin/perl#" `grep -l /usr/bin/perl *`
-
do-install:
+ -gzip ${WRKSRC}/R.1
+ -gzip ${WRKSRC}/Rdconv.1
+ ${INSTALL_DATA} ${WRKSRC}/R.1.gz ${PREFIX}/man/man1
+ ${INSTALL_DATA} ${WRKSRC}/Rdconv.1.gz ${PREFIX}/man/man1
${SED} 's:PREFIX:${PREFIX}:;s:DEFAULTPAPER:${PAPERSIZE}:' ${FILESDIR}/R > ${PREFIX}/bin/R
(cd ${WRKSRC}; find . -type d -exec chmod a+rx \{\} \; )
(cd ${WRKSRC}; find . -type f -exec chmod a+r \{\} \; )
@@ -52,7 +60,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/R.binary ${PREFIX}/share/R/bin
(cd ${WRKSRC}; tar cpf - afm ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - etc ) | (cd ${PREFIX}/share/R; tar xpf - )
- (cd ${WRKSRC}; tar cpf - html ) | (cd ${PREFIX}/share/R; tar xpf - )
+ (cd ${WRKSRC}; tar cpf - doc ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - include ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - library ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - demos ) | (cd ${PREFIX}/share/R; tar xpf - )
diff --git a/math/R-project/distinfo b/math/R-project/distinfo
index ba224df45cc2..a2f9a895d801 100644
--- a/math/R-project/distinfo
+++ b/math/R-project/distinfo
@@ -1 +1 @@
-MD5 (R-0.61.2.tgz) = 9f73cc9af346f17e49355bd24568331b
+MD5 (R-0.62.1.tgz) = 9385fbb32da8851d1c1cf847e1ff5644
diff --git a/math/R-project/pkg-plist b/math/R-project/pkg-plist
index d1bc257c43fd..df74d76b3e10 100644
--- a/math/R-project/pkg-plist
+++ b/math/R-project/pkg-plist
@@ -2,11 +2,13 @@
@exec mkdir %D/share/R/bin
@exec mkdir %D/share/R/afm
@exec mkdir %D/share/R/etc
+@exec mkdir %D/share/R/etc/Rdoc
@exec mkdir %D/share/R/etc/older-stuff
@exec mkdir %D/share/R/etc/undoc
-@exec mkdir %D/share/R/html
-@exec mkdir %D/share/R/html/tech
-@exec mkdir %D/share/R/html/test
+@exec mkdir %D/share/R/doc
+@exec mkdir %D/share/R/doc/html
+@exec mkdir %D/share/R/doc/html/search
+@exec mkdir %D/share/R/doc/manual
@exec mkdir %D/share/R/include
@exec mkdir %D/share/R/library
@exec mkdir %D/share/R/library/base
@@ -14,28 +16,33 @@
@exec mkdir %D/share/R/library/base/data
@exec mkdir %D/share/R/library/base/help
@exec mkdir %D/share/R/library/base/html
+@exec mkdir %D/share/R/library/base/latex
@exec mkdir %D/share/R/library/eda
@exec mkdir %D/share/R/library/eda/libs
@exec mkdir %D/share/R/library/eda/R
@exec mkdir %D/share/R/library/eda/help
@exec mkdir %D/share/R/library/eda/html
+@exec mkdir %D/share/R/library/eda/latex
@exec mkdir %D/share/R/library/mva
@exec mkdir %D/share/R/library/mva/libs
@exec mkdir %D/share/R/library/mva/R
@exec mkdir %D/share/R/library/mva/help
@exec mkdir %D/share/R/library/mva/html
+@exec mkdir %D/share/R/library/mva/latex
@exec mkdir %D/share/R/library/stepfun
@exec mkdir %D/share/R/library/stepfun/R
@exec mkdir %D/share/R/library/stepfun/help
@exec mkdir %D/share/R/library/stepfun/html
+@exec mkdir %D/share/R/library/stepfun/latex
@exec mkdir %D/share/R/demos
@exec mkdir %D/share/R/demos/dynload
+@exec mkdir %D/share/R/demos/models
@exec mkdir %D/share/R/demos/graphics
@exec mkdir %D/share/R/demos/language
-@exec mkdir %D/share/R/demos/models
@exec mkdir %D/share/R/demos/nlm
@exec mkdir %D/share/R/cmd
-bin/R
+man/man1/R.1.gz
+man/man1/Rdconv.1.gz
share/R/bin/R.binary
share/R/afm/AvantB
share/R/afm/AvantBO
@@ -58,6 +65,7 @@ share/R/afm/HelvNBO
share/R/afm/HelvNO
share/R/afm/HelvO
share/R/afm/NCSchlB
+share/R/afm/Makefile
share/R/afm/NCSchlBI
share/R/afm/NCSchlI
share/R/afm/NCSchlR
@@ -74,11 +82,11 @@ share/R/afm/TimesO
share/R/afm/TimesR
share/R/afm/ZapfCMI
share/R/afm/ZapfD
-share/R/etc/COMPILE.in
+share/R/etc/COMPILE
share/R/etc/INSTALL.in
-share/R/etc/Makefile
-share/R/etc/Makefile-test-Ex
+share/R/etc/Makeconf.in
share/R/etc/REMOVE.in
+share/R/etc/Makefile
share/R/etc/Rd.files
share/R/etc/Rd2dvi
share/R/etc/Rd2txt
@@ -92,19 +100,21 @@ share/R/etc/build-alldocs
share/R/etc/build-allhelp
share/R/etc/build-allhtml
share/R/etc/build-alllatex
-share/R/etc/colors.big
share/R/etc/build-help.in
-share/R/etc/build-htmlpkglist.in
+share/R/etc/colors.big
share/R/etc/buildlib.pl
share/R/etc/colors.small
share/R/etc/config.sub
share/R/etc/config.guess
share/R/etc/help.pretty.in
+share/R/etc/html-layout.pl
share/R/etc/html2dos.in
share/R/etc/tasks
share/R/etc/install-sh
-share/R/etc/massage-Examples
share/R/etc/test-things.Rd
+share/R/etc/Rdoc/Rdconv.pl
+share/R/etc/Rdoc/Rdoc.pm
+share/R/etc/Rdoc/Rdtest.pl
share/R/etc/older-stuff/doc2EX
share/R/etc/older-stuff/doc2dvi
share/R/etc/older-stuff/doc2html
@@ -124,130 +134,136 @@ share/R/etc/undoc/extrAllExamp
share/R/etc/undoc/getDoc
share/R/etc/undoc/getFunctions
share/R/etc/undoc/getnames
-share/R/etc/SHLIB
-share/R/etc/COMPILE
share/R/etc/INSTALL
+share/R/etc/Makeconf
share/R/etc/REMOVE
share/R/etc/Rdconv
share/R/etc/Rdindex
share/R/etc/Rman2Rd
+share/R/etc/SHLIB
share/R/etc/Sd2Rd
share/R/etc/build-help
-share/R/etc/build-htmlpkglist
share/R/etc/help.pretty
share/R/etc/html2dos
+share/R/etc/stamp-docs
share/R/etc/stamp-help
share/R/etc/stamp-html
-share/R/html/authors.html
-share/R/html/copying.html
-share/R/html/index.html
-share/R/html/intro.html
-share/R/html/notdone.html
-share/R/html/thanks.html
-share/R/html/tech/color.html
-share/R/html/tech/linetype.html
-share/R/html/test/spline.html
+share/R/etc/stamp-latex
+share/R/doc/KEYWORDS
+share/R/doc/html/about.html
+share/R/doc/html/authors.html
+share/R/doc/html/index.html
+share/R/doc/html/left.jpg
+share/R/doc/html/logo.jpg
+share/R/doc/html/logosm.jpg
+share/R/doc/html/resource.html
+share/R/doc/html/right.jpg
+share/R/doc/html/template.html
+share/R/doc/html/thanks.html
+share/R/doc/html/up.jpg
+share/R/doc/html/search/IndexEntry.class
+share/R/doc/html/search/Value.class
+share/R/doc/html/search/IndexEntry.java
+share/R/doc/html/search/IndexStream.class
+share/R/doc/html/search/IndexStream.java
+share/R/doc/html/search/IndexTable.class
+share/R/doc/html/search/IndexTable.java
+share/R/doc/html/search/SearchEngine.class
+share/R/doc/html/search/SearchEngine.html
+share/R/doc/html/search/SearchEngine.java
+share/R/doc/html/search/Tracer.class
+share/R/doc/html/search/Tracer.java
+share/R/doc/html/search/index.txt
+share/R/doc/html/search/Value.java
+share/R/doc/html/packages.html
+share/R/doc/html/function.html
+share/R/doc/Makefile
+share/R/doc/keyword-test.in
+share/R/doc/manual/ABOUT.tex
+share/R/doc/manual/EQN
+share/R/doc/manual/Man.tex
+share/R/doc/manual/Makefile
+share/R/doc/manual/Man0.tex
+share/R/doc/manual/Pkg-end.tex
+share/R/doc/manual/Pkg-start.tex
+share/R/doc/manual/Rd.sty
+share/R/doc/manual/lib2tex.in
+share/R/doc/manual/plotmath.tex
+share/R/doc/manual/writing-Rd.tex
+share/R/doc/manual/lib2tex
+share/R/doc/keyword-test
share/R/include/S.h
share/R/include/S_compat.h
share/R/include/f2c.h
share/R/include/Fortran.h
share/R/include/Blas.h
share/R/include/Linpack.h
+share/R/include/Platform.h
share/R/library/base/R/base
share/R/library/base/R/Rprofile
share/R/library/base/data/acid.R
-share/R/library/base/data/women.R
-share/R/library/base/data/warpbreaks.doc
share/R/library/base/data/warpbreaks.R
-share/R/library/base/data/volcano.doc
share/R/library/base/data/volcano.R
-share/R/library/base/data/uspop.doc
share/R/library/base/data/uspop.R
-share/R/library/base/data/trees.doc
share/R/library/base/data/trees.R
-share/R/library/base/data/swiss.R
+share/R/library/base/data/swiss.tab
share/R/library/base/data/sunspots.R
share/R/library/base/data/state.R
-share/R/library/base/data/stackloss.doc
share/R/library/base/data/stackloss.R
share/R/library/base/data/sleep.R
-share/R/library/base/data/savings.doc
share/R/library/base/data/savings.R
-share/R/library/base/data/rivers.doc
share/R/library/base/data/rivers.R
share/R/library/base/data/randu.R
-share/R/library/base/data/quakes.doc
share/R/library/base/data/quakes.R
share/R/library/base/data/pressure.R
-share/R/library/base/data/presidents.doc
share/R/library/base/data/presidents.R
-share/R/library/base/data/precip.doc
share/R/library/base/data/precip.R
share/R/library/base/data/plants.R
-share/R/library/base/data/pigs.doc
share/R/library/base/data/pigs.R
-share/R/library/base/data/phones.doc
share/R/library/base/data/phones.R
-share/R/library/base/data/nhtemp.doc
share/R/library/base/data/nhtemp.R
share/R/library/base/data/mtcars.R
-share/R/library/base/data/longley.doc
share/R/library/base/data/longley.R
-share/R/library/base/data/judges.doc
share/R/library/base/data/judges.R
-share/R/library/base/data/islands.doc
share/R/library/base/data/islands.R
share/R/library/base/data/iris3.R
share/R/library/base/data/iris.R
-share/R/library/base/data/insects.doc
share/R/library/base/data/insects.R
-share/R/library/base/data/infert.doc
share/R/library/base/data/infert.R
share/R/library/base/data/index.doc
-share/R/library/base/data/freeny.doc
share/R/library/base/data/freeny.R
-share/R/library/base/data/faithful.doc
share/R/library/base/data/faithful.R
-share/R/library/base/data/eurodist.doc
share/R/library/base/data/eurodist.R
-share/R/library/base/data/esoph.doc
share/R/library/base/data/esoph.R
-share/R/library/base/data/discoveries.doc
share/R/library/base/data/discoveries.R
-share/R/library/base/data/deaths.doc
share/R/library/base/data/deaths.R
-share/R/library/base/data/crimes.doc
-share/R/library/base/data/crimes.R
-share/R/library/base/data/consume.doc
+share/R/library/base/data/crimes.tab
share/R/library/base/data/consume.R
-share/R/library/base/data/chickwts.doc
share/R/library/base/data/chickwts.R
-share/R/library/base/data/cars.doc
share/R/library/base/data/cars.R
-share/R/library/base/data/bees.doc
share/R/library/base/data/bees.R
share/R/library/base/data/attitude.R
-share/R/library/base/data/attenu.doc
share/R/library/base/data/attenu.R
-share/R/library/base/data/anscombe.doc
share/R/library/base/data/anscombe.R
-share/R/library/base/data/airquality.doc
-share/R/library/base/data/airquality.R
-share/R/library/base/data/airmiles.doc
+share/R/library/base/data/airquality.tab
share/R/library/base/data/airmiles.R
-share/R/library/base/data/acid.doc
-share/R/library/base/data/women.doc
+share/R/library/base/data/women.R
share/R/library/base/TITLE
share/R/library/base/INDEX
-share/R/library/base/help/Arithmetic
+share/R/library/base/help/00Titles
share/R/library/base/help/AnIndex
+share/R/library/base/help/Alias
+share/R/library/base/help/Arithmetic
share/R/library/base/help/Beta
share/R/library/base/help/Binomial
+share/R/library/base/help/COMPILE
share/R/library/base/help/Cauchy
share/R/library/base/help/Chisquare
share/R/library/base/help/Comparison
share/R/library/base/help/Constants
share/R/library/base/help/Control
+share/R/library/base/help/Defunct
+share/R/library/base/help/Deprecated
share/R/library/base/help/Devices
share/R/library/base/help/Exponential
share/R/library/base/help/Extract
@@ -258,6 +274,7 @@ share/R/library/base/help/GammaDist
share/R/library/base/help/Geometric
share/R/library/base/help/Hyperbolic
share/R/library/base/help/Hypergeometric
+share/R/library/base/help/INSTALL
share/R/library/base/help/IQR
share/R/library/base/help/Internal
share/R/library/base/help/Log
@@ -272,19 +289,29 @@ share/R/library/base/help/NULL
share/R/library/base/help/NegBinomial
share/R/library/base/help/Normal
share/R/library/base/help/Poisson
+share/R/library/base/help/Primitive
+share/R/library/base/help/REMOVE
+share/R/library/base/help/RHOME
share/R/library/base/help/Random
share/R/library/base/help/Round
+share/R/library/base/help/SHLIB
share/R/library/base/help/Special
-share/R/library/base/help/T
+share/R/library/base/help/TDist
share/R/library/base/help/Trig
+share/R/library/base/help/Tukey
share/R/library/base/help/Uniform
share/R/library/base/help/Version
share/R/library/base/help/Weibull
+share/R/library/base/help/Wilcoxon
share/R/library/base/help/abbreviate
share/R/library/base/help/abline
+share/R/library/base/help/acid
+share/R/library/base/help/airmiles
+share/R/library/base/help/airquality
share/R/library/base/help/all
share/R/library/base/help/allnames
share/R/library/base/help/anova
+share/R/library/base/help/anscombe
share/R/library/base/help/aperm
share/R/library/base/help/append
share/R/library/base/help/apply
@@ -293,14 +320,19 @@ share/R/library/base/help/apropos
share/R/library/base/help/args
share/R/library/base/help/array
share/R/library/base/help/arrows
+share/R/library/base/help/as.function
share/R/library/base/help/assign
share/R/library/base/help/attach
+share/R/library/base/help/attenu
share/R/library/base/help/attr
share/R/library/base/help/attributes
share/R/library/base/help/autoload
+share/R/library/base/help/ave
share/R/library/base/help/axis
share/R/library/base/help/backsolve
share/R/library/base/help/barplot
+share/R/library/base/help/bees
+share/R/library/base/help/body
share/R/library/base/help/box
share/R/library/base/help/boxplot
share/R/library/base/help/boxplot.stats
@@ -308,9 +340,13 @@ share/R/library/base/help/browser
share/R/library/base/help/bxp
share/R/library/base/help/c
share/R/library/base/help/call
+share/R/library/base/help/cars
+share/R/library/base/help/case.names
share/R/library/base/help/cat
share/R/library/base/help/cbind
share/R/library/base/help/character
+share/R/library/base/help/charmatch
+share/R/library/base/help/chickwts
share/R/library/base/help/chisq.test
share/R/library/base/help/chol
share/R/library/base/help/chol2inv
@@ -320,15 +356,19 @@ share/R/library/base/help/coefficients
share/R/library/base/help/col
share/R/library/base/help/colnames
share/R/library/base/help/colors
+share/R/library/base/help/comment
share/R/library/base/help/complete.cases
share/R/library/base/help/complex
+share/R/library/base/help/consume
share/R/library/base/help/contour
share/R/library/base/help/contrast
share/R/library/base/help/contrasts
+share/R/library/base/help/contributors
share/R/library/base/help/convolve
share/R/library/base/help/coplot
share/R/library/base/help/cor
share/R/library/base/help/count.fields
+share/R/library/base/help/crimes
share/R/library/base/help/crossprod
share/R/library/base/help/cumsum
share/R/library/base/help/curve
@@ -338,13 +378,17 @@ share/R/library/base/help/data.class
share/R/library/base/help/data.frame
share/R/library/base/help/data.matrix
share/R/library/base/help/dataentry
+share/R/library/base/help/deaths
share/R/library/base/help/debug
share/R/library/base/help/delay
+share/R/library/base/help/delete.response
share/R/library/base/help/demo
share/R/library/base/help/density
share/R/library/base/help/deparse
share/R/library/base/help/deriv
share/R/library/base/help/detach
+share/R/library/base/help/dev
+share/R/library/base/help/dev2
share/R/library/base/help/deviance
share/R/library/base/help/df.residual
share/R/library/base/help/diag
@@ -352,6 +396,7 @@ share/R/library/base/help/diff
share/R/library/base/help/dim
share/R/library/base/help/dimnames
share/R/library/base/help/do.call
+share/R/library/base/help/discoveries
share/R/library/base/help/dotplot
share/R/library/base/help/double
share/R/library/base/help/dput
@@ -362,10 +407,13 @@ share/R/library/base/help/dynload
share/R/library/base/help/edit
share/R/library/base/help/eigen
share/R/library/base/help/environment
+share/R/library/base/help/esoph
+share/R/library/base/help/eurodist
share/R/library/base/help/eval
share/R/library/base/help/exists
share/R/library/base/help/expression
share/R/library/base/help/factor
+share/R/library/base/help/faithful
share/R/library/base/help/family
share/R/library/base/help/fft
share/R/library/base/help/fitted.values
@@ -373,15 +421,18 @@ share/R/library/base/help/fivenum
share/R/library/base/help/fix
share/R/library/base/help/formals
share/R/library/base/help/format
+share/R/library/base/help/format.info
share/R/library/base/help/formatc
share/R/library/base/help/formula
share/R/library/base/help/frame
+share/R/library/base/help/freeny
share/R/library/base/help/function
share/R/library/base/help/gc
share/R/library/base/help/get
share/R/library/base/help/getenv
share/R/library/base/help/gl
share/R/library/base/help/glm
+share/R/library/base/help/glm.summaries
share/R/library/base/help/graphics.off
share/R/library/base/help/gray
share/R/library/base/help/grep
@@ -392,7 +443,9 @@ share/R/library/base/help/hsv
share/R/library/base/help/identify
share/R/library/base/help/ifelse
share/R/library/base/help/image
+share/R/library/base/help/infert
share/R/library/base/help/influence.measures
+share/R/library/base/help/insects
share/R/library/base/help/integer
share/R/library/base/help/interactive
share/R/library/base/help/invisible
@@ -401,33 +454,42 @@ share/R/library/base/help/is.finite
share/R/library/base/help/is.function
share/R/library/base/help/is.language
share/R/library/base/help/is.recursive
+share/R/library/base/help/isR
share/R/library/base/help/is.single
+share/R/library/base/help/islands
+share/R/library/base/help/judges
share/R/library/base/help/lapply
+share/R/library/base/help/layout
share/R/library/base/help/legend
share/R/library/base/help/length
share/R/library/base/help/levels
share/R/library/base/help/library
+share/R/library/base/help/library.dynam
share/R/library/base/help/license
share/R/library/base/help/lines
share/R/library/base/help/list
share/R/library/base/help/lm
share/R/library/base/help/lm.influence
+share/R/library/base/help/lm.summaries
share/R/library/base/help/load
share/R/library/base/help/locator
share/R/library/base/help/logical
-share/R/library/base/help/ls
+share/R/library/base/help/longley
share/R/library/base/help/lower.tri
share/R/library/base/help/lowess
+share/R/library/base/help/ls
share/R/library/base/help/ls.diag
share/R/library/base/help/ls.print
share/R/library/base/help/lsfit
share/R/library/base/help/machine
share/R/library/base/help/macintosh
share/R/library/base/help/mad
+share/R/library/base/help/mahalanobis
share/R/library/base/help/mat.or.vec
share/R/library/base/help/match
share/R/library/base/help/match.arg
share/R/library/base/help/match.call
+share/R/library/base/help/matmult
share/R/library/base/help/matplot
share/R/library/base/help/matrix
share/R/library/base/help/mean
@@ -436,6 +498,7 @@ share/R/library/base/help/menu
share/R/library/base/help/methods
share/R/library/base/help/missing
share/R/library/base/help/mode
+share/R/library/base/help/model.extract
share/R/library/base/help/model.frame
share/R/library/base/help/model.matrix
share/R/library/base/help/mtext
@@ -445,12 +508,15 @@ share/R/library/base/help/name
share/R/library/base/help/names
share/R/library/base/help/nargs
share/R/library/base/help/nchar
-share/R/library/base/help/nlm
share/R/library/base/help/nextn
+share/R/library/base/help/nhtemp
share/R/library/base/help/nlevels
+share/R/library/base/help/nlm
share/R/library/base/help/noquote
+share/R/library/base/help/notyet
share/R/library/base/help/nrow
share/R/library/base/help/numeric
+share/R/library/base/help/offset
share/R/library/base/help/on.exit
share/R/library/base/help/optimize
share/R/library/base/help/options
@@ -462,33 +528,41 @@ share/R/library/base/help/palettes
share/R/library/base/help/par
share/R/library/base/help/parse
share/R/library/base/help/paste
+share/R/library/base/help/phones
share/R/library/base/help/pictex
share/R/library/base/help/piechart
+share/R/library/base/help/pigs
share/R/library/base/help/plot
+share/R/library/base/help/plot.window
share/R/library/base/help/plot.xy
share/R/library/base/help/plotdefault
+share/R/library/base/help/plotfactor
+share/R/library/base/help/plotformula
share/R/library/base/help/pmatch
share/R/library/base/help/points
share/R/library/base/help/polygon
share/R/library/base/help/polyroot
share/R/library/base/help/postscript
share/R/library/base/help/ppoints
+share/R/library/base/help/precip
share/R/library/base/help/predict
+share/R/library/base/help/presidents
share/R/library/base/help/pretty
share/R/library/base/help/print
-share/R/library/base/help/qr
share/R/library/base/help/print.default
share/R/library/base/help/proc.time
share/R/library/base/help/prod
share/R/library/base/help/prompt
share/R/library/base/help/prop.test
share/R/library/base/help/qqnorm
+share/R/library/base/help/qr
share/R/library/base/help/qraux
+share/R/library/base/help/quakes
share/R/library/base/help/quantile
share/R/library/base/help/quit
share/R/library/base/help/range
share/R/library/base/help/rank
-share/R/library/base/help/rbind
+share/R/library/base/help/read.fwf
share/R/library/base/help/read.table
share/R/library/base/help/readline
share/R/library/base/help/real
@@ -499,13 +573,16 @@ share/R/library/base/help/replace
share/R/library/base/help/residuals
share/R/library/base/help/rev
share/R/library/base/help/rgb
+share/R/library/base/help/rivers
share/R/library/base/help/row
+share/R/library/base/help/sd
share/R/library/base/help/rownames
share/R/library/base/help/sample
share/R/library/base/help/save
+share/R/library/base/help/savings
share/R/library/base/help/scale
share/R/library/base/help/scan
-share/R/library/base/help/sd
+share/R/library/base/help/search
share/R/library/base/help/seq
share/R/library/base/help/sequence
share/R/library/base/help/sign
@@ -515,6 +592,8 @@ share/R/library/base/help/sort
share/R/library/base/help/source
share/R/library/base/help/splinefun
share/R/library/base/help/split
+share/R/library/base/help/stackloss
+share/R/library/base/help/stat.anova
share/R/library/base/help/stem
share/R/library/base/help/stop
share/R/library/base/help/str
@@ -529,16 +608,17 @@ share/R/library/base/help/sum
share/R/library/base/help/summary
share/R/library/base/help/svd
share/R/library/base/help/sweep
+share/R/library/base/help/swiss
share/R/library/base/help/switch
share/R/library/base/help/symnum
share/R/library/base/help/sys.parent
share/R/library/base/help/system
share/R/library/base/help/system.date
+share/R/library/base/help/system.file
share/R/library/base/help/system.time
share/R/library/base/help/t
share/R/library/base/help/t.test
share/R/library/base/help/table
-share/R/library/base/help/ts
share/R/library/base/help/tabulate
share/R/library/base/help/tapply
share/R/library/base/help/tempfile
@@ -549,68 +629,92 @@ share/R/library/base/help/title
share/R/library/base/help/trace
share/R/library/base/help/traceback
share/R/library/base/help/transform
+share/R/library/base/help/trees
+share/R/library/base/help/ts
share/R/library/base/help/typeof
share/R/library/base/help/unique
share/R/library/base/help/uniroot
share/R/library/base/help/units
share/R/library/base/help/unlink
+share/R/library/base/help/var
share/R/library/base/help/unlist
share/R/library/base/help/update.formula
share/R/library/base/help/update.lm
-share/R/library/base/help/var
+share/R/library/base/help/uspop
share/R/library/base/help/vector
+share/R/library/base/help/volcano
share/R/library/base/help/warning
+share/R/library/base/help/warpbreaks
share/R/library/base/help/weighted.mean
+share/R/library/base/help/which
share/R/library/base/help/window
+share/R/library/base/help/women
share/R/library/base/help/write
+share/R/library/base/help/write.table
share/R/library/base/help/x11
share/R/library/base/help/xy.coords
share/R/library/base/html/00Index.html
+share/R/library/base/html/Alias.html
share/R/library/base/html/Arithmetic.html
share/R/library/base/html/Beta.html
share/R/library/base/html/Binomial.html
+share/R/library/base/html/COMPILE.html
share/R/library/base/html/Cauchy.html
share/R/library/base/html/Chisquare.html
share/R/library/base/html/Comparison.html
share/R/library/base/html/Constants.html
share/R/library/base/html/Control.html
+share/R/library/base/html/Defunct.html
+share/R/library/base/html/Deprecated.html
share/R/library/base/html/Devices.html
share/R/library/base/html/Exponential.html
share/R/library/base/html/Extract.html
share/R/library/base/html/Extremes.html
-share/R/library/base/html/F.html
+share/R/library/base/html/logical.html
share/R/library/base/html/Foreign.html
share/R/library/base/html/GammaDist.html
+share/R/library/base/html/NA.html
share/R/library/base/html/Geometric.html
share/R/library/base/html/Hyperbolic.html
share/R/library/base/html/Hypergeometric.html
+share/R/library/base/html/INSTALL.html
share/R/library/base/html/IQR.html
-share/R/library/base/html/Log.html
share/R/library/base/html/Internal.html
+share/R/library/base/html/Log.html
share/R/library/base/html/Logic.html
share/R/library/base/html/Logistic.html
share/R/library/base/html/Lognormal.html
share/R/library/base/html/Machine.html
share/R/library/base/html/Math.html
-share/R/library/base/html/NA.html
share/R/library/base/html/NChisquare.html
share/R/library/base/html/NULL.html
share/R/library/base/html/NegBinomial.html
share/R/library/base/html/Normal.html
share/R/library/base/html/Poisson.html
+share/R/library/base/html/Primitive.html
+share/R/library/base/html/REMOVE.html
+share/R/library/base/html/RHOME.html
share/R/library/base/html/Random.html
share/R/library/base/html/Round.html
+share/R/library/base/html/c.html
+share/R/library/base/html/SHLIB.html
share/R/library/base/html/Special.html
-share/R/library/base/html/T.html
+share/R/library/base/html/TDist.html
share/R/library/base/html/Trig.html
+share/R/library/base/html/Tukey.html
share/R/library/base/html/Uniform.html
share/R/library/base/html/Version.html
share/R/library/base/html/Weibull.html
+share/R/library/base/html/Wilcoxon.html
share/R/library/base/html/abbreviate.html
share/R/library/base/html/abline.html
+share/R/library/base/html/acid.html
+share/R/library/base/html/airmiles.html
+share/R/library/base/html/airquality.html
share/R/library/base/html/all.html
share/R/library/base/html/allnames.html
share/R/library/base/html/anova.html
+share/R/library/base/html/anscombe.html
share/R/library/base/html/aperm.html
share/R/library/base/html/append.html
share/R/library/base/html/apply.html
@@ -619,24 +723,32 @@ share/R/library/base/html/apropos.html
share/R/library/base/html/args.html
share/R/library/base/html/array.html
share/R/library/base/html/arrows.html
+share/R/library/base/html/as.function.html
share/R/library/base/html/assign.html
share/R/library/base/html/attach.html
+share/R/library/base/html/attenu.html
share/R/library/base/html/attr.html
share/R/library/base/html/attributes.html
share/R/library/base/html/autoload.html
+share/R/library/base/html/ave.html
share/R/library/base/html/axis.html
share/R/library/base/html/backsolve.html
share/R/library/base/html/barplot.html
+share/R/library/base/html/bees.html
+share/R/library/base/html/body.html
share/R/library/base/html/box.html
share/R/library/base/html/boxplot.html
share/R/library/base/html/boxplot.stats.html
share/R/library/base/html/browser.html
share/R/library/base/html/bxp.html
-share/R/library/base/html/c.html
share/R/library/base/html/call.html
+share/R/library/base/html/cars.html
+share/R/library/base/html/case.names.html
share/R/library/base/html/cat.html
share/R/library/base/html/cbind.html
share/R/library/base/html/character.html
+share/R/library/base/html/charmatch.html
+share/R/library/base/html/chickwts.html
share/R/library/base/html/chisq.test.html
share/R/library/base/html/chol.html
share/R/library/base/html/chol2inv.html
@@ -646,16 +758,20 @@ share/R/library/base/html/coefficients.html
share/R/library/base/html/col.html
share/R/library/base/html/colnames.html
share/R/library/base/html/colors.html
+share/R/library/base/html/comment.html
share/R/library/base/html/complete.cases.html
share/R/library/base/html/complex.html
+share/R/library/base/html/consume.html
share/R/library/base/html/contour.html
share/R/library/base/html/contrast.html
share/R/library/base/html/contrasts.html
+share/R/library/base/html/contributors.html
share/R/library/base/html/convolve.html
share/R/library/base/html/coplot.html
share/R/library/base/html/cor.html
-share/R/library/base/html/crossprod.html
share/R/library/base/html/count.fields.html
+share/R/library/base/html/crimes.html
+share/R/library/base/html/crossprod.html
share/R/library/base/html/cumsum.html
share/R/library/base/html/curve.html
share/R/library/base/html/cut.html
@@ -664,22 +780,27 @@ share/R/library/base/html/data.class.html
share/R/library/base/html/data.frame.html
share/R/library/base/html/data.matrix.html
share/R/library/base/html/dataentry.html
+share/R/library/base/html/deaths.html
share/R/library/base/html/debug.html
share/R/library/base/html/delay.html
+share/R/library/base/html/delete.response.html
share/R/library/base/html/demo.html
share/R/library/base/html/density.html
share/R/library/base/html/deparse.html
share/R/library/base/html/deriv.html
share/R/library/base/html/detach.html
+share/R/library/base/html/dev.html
+share/R/library/base/html/dev2.html
share/R/library/base/html/deviance.html
share/R/library/base/html/df.residual.html
share/R/library/base/html/diag.html
share/R/library/base/html/diff.html
share/R/library/base/html/dim.html
share/R/library/base/html/dimnames.html
-share/R/library/base/html/double.html
+share/R/library/base/html/discoveries.html
share/R/library/base/html/do.call.html
share/R/library/base/html/dotplot.html
+share/R/library/base/html/double.html
share/R/library/base/html/dput.html
share/R/library/base/html/drop.html
share/R/library/base/html/dump.html
@@ -688,10 +809,13 @@ share/R/library/base/html/dynload.html
share/R/library/base/html/edit.html
share/R/library/base/html/eigen.html
share/R/library/base/html/environment.html
+share/R/library/base/html/esoph.html
+share/R/library/base/html/eurodist.html
share/R/library/base/html/eval.html
share/R/library/base/html/exists.html
share/R/library/base/html/expression.html
share/R/library/base/html/factor.html
+share/R/library/base/html/faithful.html
share/R/library/base/html/family.html
share/R/library/base/html/fft.html
share/R/library/base/html/fitted.values.html
@@ -699,15 +823,18 @@ share/R/library/base/html/fivenum.html
share/R/library/base/html/fix.html
share/R/library/base/html/formals.html
share/R/library/base/html/format.html
+share/R/library/base/html/format.info.html
share/R/library/base/html/formatc.html
share/R/library/base/html/formula.html
share/R/library/base/html/frame.html
+share/R/library/base/html/freeny.html
share/R/library/base/html/function.html
share/R/library/base/html/gc.html
share/R/library/base/html/get.html
share/R/library/base/html/getenv.html
share/R/library/base/html/gl.html
share/R/library/base/html/glm.html
+share/R/library/base/html/glm.summaries.html
share/R/library/base/html/graphics.off.html
share/R/library/base/html/gray.html
share/R/library/base/html/grep.html
@@ -718,43 +845,52 @@ share/R/library/base/html/hsv.html
share/R/library/base/html/identify.html
share/R/library/base/html/ifelse.html
share/R/library/base/html/image.html
+share/R/library/base/html/infert.html
share/R/library/base/html/influence.measures.html
+share/R/library/base/html/insects.html
share/R/library/base/html/integer.html
share/R/library/base/html/interactive.html
share/R/library/base/html/invisible.html
share/R/library/base/html/is.atomic.html
share/R/library/base/html/is.finite.html
share/R/library/base/html/is.function.html
+share/R/library/base/html/is.single.html
share/R/library/base/html/is.language.html
share/R/library/base/html/is.recursive.html
-share/R/library/base/html/is.single.html
+share/R/library/base/html/isR.html
+share/R/library/base/html/islands.html
+share/R/library/base/html/judges.html
share/R/library/base/html/lapply.html
+share/R/library/base/html/layout.html
share/R/library/base/html/legend.html
share/R/library/base/html/length.html
share/R/library/base/html/levels.html
share/R/library/base/html/library.html
+share/R/library/base/html/library.dynam.html
share/R/library/base/html/license.html
share/R/library/base/html/lines.html
share/R/library/base/html/list.html
share/R/library/base/html/lm.html
share/R/library/base/html/lm.influence.html
+share/R/library/base/html/lm.summaries.html
share/R/library/base/html/load.html
share/R/library/base/html/locator.html
-share/R/library/base/html/logical.html
+share/R/library/base/html/longley.html
share/R/library/base/html/lower.tri.html
share/R/library/base/html/lowess.html
share/R/library/base/html/ls.html
share/R/library/base/html/ls.diag.html
share/R/library/base/html/ls.print.html
-share/R/library/base/html/qr.html
share/R/library/base/html/lsfit.html
share/R/library/base/html/machine.html
share/R/library/base/html/macintosh.html
share/R/library/base/html/mad.html
+share/R/library/base/html/mahalanobis.html
share/R/library/base/html/mat.or.vec.html
share/R/library/base/html/match.html
share/R/library/base/html/match.arg.html
share/R/library/base/html/match.call.html
+share/R/library/base/html/matmult.html
share/R/library/base/html/matplot.html
share/R/library/base/html/matrix.html
share/R/library/base/html/mean.html
@@ -763,26 +899,30 @@ share/R/library/base/html/menu.html
share/R/library/base/html/methods.html
share/R/library/base/html/missing.html
share/R/library/base/html/mode.html
+share/R/library/base/html/mtext.html
+share/R/library/base/html/model.extract.html
share/R/library/base/html/model.frame.html
share/R/library/base/html/model.matrix.html
-share/R/library/base/html/mtext.html
share/R/library/base/html/na.action.html
share/R/library/base/html/na.fail.html
share/R/library/base/html/name.html
-share/R/library/base/html/sd.html
share/R/library/base/html/names.html
share/R/library/base/html/nargs.html
share/R/library/base/html/nchar.html
share/R/library/base/html/nextn.html
+share/R/library/base/html/nhtemp.html
share/R/library/base/html/nlevels.html
share/R/library/base/html/nlm.html
share/R/library/base/html/noquote.html
+share/R/library/base/html/notyet.html
share/R/library/base/html/nrow.html
share/R/library/base/html/numeric.html
+share/R/library/base/html/offset.html
share/R/library/base/html/on.exit.html
share/R/library/base/html/optimize.html
share/R/library/base/html/options.html
share/R/library/base/html/order.html
+share/R/library/base/html/qr.html
share/R/library/base/html/outer.html
share/R/library/base/html/pairs.html
share/R/library/base/html/palette.html
@@ -790,19 +930,26 @@ share/R/library/base/html/palettes.html
share/R/library/base/html/par.html
share/R/library/base/html/parse.html
share/R/library/base/html/paste.html
+share/R/library/base/html/phones.html
share/R/library/base/html/pictex.html
share/R/library/base/html/piechart.html
+share/R/library/base/html/pigs.html
share/R/library/base/html/plot.html
-share/R/library/base/html/t.html
+share/R/library/base/html/plot.window.html
share/R/library/base/html/plot.xy.html
share/R/library/base/html/plotdefault.html
+share/R/library/base/html/plotfactor.html
+share/R/library/base/html/plotformula.html
share/R/library/base/html/pmatch.html
share/R/library/base/html/points.html
share/R/library/base/html/polygon.html
share/R/library/base/html/polyroot.html
share/R/library/base/html/postscript.html
+share/R/library/base/html/sd.html
share/R/library/base/html/ppoints.html
+share/R/library/base/html/precip.html
share/R/library/base/html/predict.html
+share/R/library/base/html/presidents.html
share/R/library/base/html/pretty.html
share/R/library/base/html/print.html
share/R/library/base/html/print.default.html
@@ -812,11 +959,12 @@ share/R/library/base/html/prompt.html
share/R/library/base/html/prop.test.html
share/R/library/base/html/qqnorm.html
share/R/library/base/html/qraux.html
+share/R/library/base/html/quakes.html
share/R/library/base/html/quantile.html
share/R/library/base/html/quit.html
share/R/library/base/html/range.html
share/R/library/base/html/rank.html
-share/R/library/base/html/rbind.html
+share/R/library/base/html/read.fwf.html
share/R/library/base/html/read.table.html
share/R/library/base/html/readline.html
share/R/library/base/html/real.html
@@ -827,12 +975,15 @@ share/R/library/base/html/replace.html
share/R/library/base/html/residuals.html
share/R/library/base/html/rev.html
share/R/library/base/html/rgb.html
+share/R/library/base/html/rivers.html
share/R/library/base/html/row.html
share/R/library/base/html/rownames.html
share/R/library/base/html/sample.html
share/R/library/base/html/save.html
+share/R/library/base/html/savings.html
share/R/library/base/html/scale.html
share/R/library/base/html/scan.html
+share/R/library/base/html/search.html
share/R/library/base/html/seq.html
share/R/library/base/html/sequence.html
share/R/library/base/html/sign.html
@@ -842,6 +993,8 @@ share/R/library/base/html/sort.html
share/R/library/base/html/source.html
share/R/library/base/html/splinefun.html
share/R/library/base/html/split.html
+share/R/library/base/html/stackloss.html
+share/R/library/base/html/stat.anova.html
share/R/library/base/html/stem.html
share/R/library/base/html/stop.html
share/R/library/base/html/str.html
@@ -856,12 +1009,15 @@ share/R/library/base/html/sum.html
share/R/library/base/html/summary.html
share/R/library/base/html/svd.html
share/R/library/base/html/sweep.html
+share/R/library/base/html/swiss.html
share/R/library/base/html/switch.html
share/R/library/base/html/symnum.html
share/R/library/base/html/sys.parent.html
share/R/library/base/html/system.html
share/R/library/base/html/system.date.html
+share/R/library/base/html/system.file.html
share/R/library/base/html/system.time.html
+share/R/library/base/html/t.html
share/R/library/base/html/t.test.html
share/R/library/base/html/table.html
share/R/library/base/html/tabulate.html
@@ -874,6 +1030,7 @@ share/R/library/base/html/title.html
share/R/library/base/html/trace.html
share/R/library/base/html/traceback.html
share/R/library/base/html/transform.html
+share/R/library/base/html/trees.html
share/R/library/base/html/ts.html
share/R/library/base/html/typeof.html
share/R/library/base/html/unique.html
@@ -883,33 +1040,445 @@ share/R/library/base/html/unlink.html
share/R/library/base/html/unlist.html
share/R/library/base/html/update.formula.html
share/R/library/base/html/update.lm.html
+share/R/library/base/html/uspop.html
share/R/library/base/html/var.html
share/R/library/base/html/vector.html
+share/R/library/base/html/volcano.html
share/R/library/base/html/warning.html
+share/R/library/base/html/warpbreaks.html
share/R/library/base/html/weighted.mean.html
+share/R/library/base/html/which.html
share/R/library/base/html/window.html
+share/R/library/base/html/women.html
share/R/library/base/html/write.html
+share/R/library/base/html/write.table.html
share/R/library/base/html/x11.html
share/R/library/base/html/xy.coords.html
+share/R/library/base/latex/Alias.tex
+share/R/library/base/latex/Arithmetic.tex
+share/R/library/base/latex/Beta.tex
+share/R/library/base/latex/Binomial.tex
+share/R/library/base/latex/COMPILE.tex
+share/R/library/base/latex/Cauchy.tex
+share/R/library/base/latex/Chisquare.tex
+share/R/library/base/latex/Comparison.tex
+share/R/library/base/latex/Constants.tex
+share/R/library/base/latex/Control.tex
+share/R/library/base/latex/Defunct.tex
+share/R/library/base/latex/Deprecated.tex
+share/R/library/base/latex/Devices.tex
+share/R/library/base/latex/Exponential.tex
+share/R/library/base/latex/Extract.tex
+share/R/library/base/latex/Extremes.tex
+share/R/library/base/latex/F.tex
+share/R/library/base/latex/Foreign.tex
+share/R/library/base/latex/GammaDist.tex
+share/R/library/base/latex/Geometric.tex
+share/R/library/base/latex/Hyperbolic.tex
+share/R/library/base/latex/Hypergeometric.tex
+share/R/library/base/latex/INSTALL.tex
+share/R/library/base/latex/IQR.tex
+share/R/library/base/latex/Internal.tex
+share/R/library/base/latex/Log.tex
+share/R/library/base/latex/Logic.tex
+share/R/library/base/latex/Logistic.tex
+share/R/library/base/latex/Lognormal.tex
+share/R/library/base/latex/Machine.tex
+share/R/library/base/latex/Math.tex
+share/R/library/base/latex/NA.tex
+share/R/library/base/latex/NChisquare.tex
+share/R/library/base/latex/NULL.tex
+share/R/library/base/latex/NegBinomial.tex
+share/R/library/base/latex/Normal.tex
+share/R/library/base/latex/Poisson.tex
+share/R/library/base/latex/Primitive.tex
+share/R/library/base/latex/REMOVE.tex
+share/R/library/base/latex/RHOME.tex
+share/R/library/base/latex/Random.tex
+share/R/library/base/latex/Round.tex
+share/R/library/base/latex/SHLIB.tex
+share/R/library/base/latex/Special.tex
+share/R/library/base/latex/TDist.tex
+share/R/library/base/latex/Trig.tex
+share/R/library/base/latex/Tukey.tex
+share/R/library/base/latex/Uniform.tex
+share/R/library/base/latex/Version.tex
+share/R/library/base/latex/Weibull.tex
+share/R/library/base/latex/Wilcoxon.tex
+share/R/library/base/latex/abbreviate.tex
+share/R/library/base/latex/abline.tex
+share/R/library/base/latex/acid.tex
+share/R/library/base/latex/airmiles.tex
+share/R/library/base/latex/airquality.tex
+share/R/library/base/latex/all.tex
+share/R/library/base/latex/allnames.tex
+share/R/library/base/latex/anova.tex
+share/R/library/base/latex/anscombe.tex
+share/R/library/base/latex/aperm.tex
+share/R/library/base/latex/append.tex
+share/R/library/base/latex/apply.tex
+share/R/library/base/latex/approxfun.tex
+share/R/library/base/latex/apropos.tex
+share/R/library/base/latex/args.tex
+share/R/library/base/latex/array.tex
+share/R/library/base/latex/arrows.tex
+share/R/library/base/latex/as.function.tex
+share/R/library/base/latex/assign.tex
+share/R/library/base/latex/attach.tex
+share/R/library/base/latex/attenu.tex
+share/R/library/base/latex/attr.tex
+share/R/library/base/latex/attributes.tex
+share/R/library/base/latex/autoload.tex
+share/R/library/base/latex/ave.tex
+share/R/library/base/latex/axis.tex
+share/R/library/base/latex/backsolve.tex
+share/R/library/base/latex/barplot.tex
+share/R/library/base/latex/bees.tex
+share/R/library/base/latex/body.tex
+share/R/library/base/latex/box.tex
+share/R/library/base/latex/boxplot.tex
+share/R/library/base/latex/boxplot.stats.tex
+share/R/library/base/latex/browser.tex
+share/R/library/base/latex/bxp.tex
+share/R/library/base/latex/c.tex
+share/R/library/base/latex/call.tex
+share/R/library/base/latex/cars.tex
+share/R/library/base/latex/case.names.tex
+share/R/library/base/latex/cat.tex
+share/R/library/base/latex/cbind.tex
+share/R/library/base/latex/character.tex
+share/R/library/base/latex/charmatch.tex
+share/R/library/base/latex/chickwts.tex
+share/R/library/base/latex/col.tex
+share/R/library/base/latex/chisq.test.tex
+share/R/library/base/latex/chol.tex
+share/R/library/base/latex/chol2inv.tex
+share/R/library/base/latex/class.tex
+share/R/library/base/latex/codes.tex
+share/R/library/base/latex/coefficients.tex
+share/R/library/base/latex/colnames.tex
+share/R/library/base/latex/colors.tex
+share/R/library/base/latex/comment.tex
+share/R/library/base/latex/complete.cases.tex
+share/R/library/base/latex/complex.tex
+share/R/library/base/latex/consume.tex
+share/R/library/base/latex/contour.tex
+share/R/library/base/latex/contrast.tex
+share/R/library/base/latex/contrasts.tex
+share/R/library/base/latex/contributors.tex
+share/R/library/base/latex/convolve.tex
+share/R/library/base/latex/coplot.tex
+share/R/library/base/latex/cor.tex
+share/R/library/base/latex/count.fields.tex
+share/R/library/base/latex/crimes.tex
+share/R/library/base/latex/crossprod.tex
+share/R/library/base/latex/cut.tex
+share/R/library/base/latex/cumsum.tex
+share/R/library/base/latex/curve.tex
+share/R/library/base/latex/data.tex
+share/R/library/base/latex/data.class.tex
+share/R/library/base/latex/data.frame.tex
+share/R/library/base/latex/data.matrix.tex
+share/R/library/base/latex/dataentry.tex
+share/R/library/base/latex/deaths.tex
+share/R/library/base/latex/debug.tex
+share/R/library/base/latex/delay.tex
+share/R/library/base/latex/delete.response.tex
+share/R/library/base/latex/demo.tex
+share/R/library/base/latex/density.tex
+share/R/library/base/latex/deparse.tex
+share/R/library/base/latex/deriv.tex
+share/R/library/base/latex/detach.tex
+share/R/library/base/latex/dev.tex
+share/R/library/base/latex/dev2.tex
+share/R/library/base/latex/deviance.tex
+share/R/library/base/latex/df.residual.tex
+share/R/library/base/latex/diag.tex
+share/R/library/base/latex/diff.tex
+share/R/library/base/latex/dim.tex
+share/R/library/base/latex/dimnames.tex
+share/R/library/base/latex/discoveries.tex
+share/R/library/base/latex/do.call.tex
+share/R/library/base/latex/dotplot.tex
+share/R/library/base/latex/double.tex
+share/R/library/base/latex/dput.tex
+share/R/library/base/latex/drop.tex
+share/R/library/base/latex/dump.tex
+share/R/library/base/latex/duplicated.tex
+share/R/library/base/latex/dynload.tex
+share/R/library/base/latex/edit.tex
+share/R/library/base/latex/eigen.tex
+share/R/library/base/latex/environment.tex
+share/R/library/base/latex/esoph.tex
+share/R/library/base/latex/eurodist.tex
+share/R/library/base/latex/eval.tex
+share/R/library/base/latex/exists.tex
+share/R/library/base/latex/expression.tex
+share/R/library/base/latex/factor.tex
+share/R/library/base/latex/faithful.tex
+share/R/library/base/latex/family.tex
+share/R/library/base/latex/fft.tex
+share/R/library/base/latex/fitted.values.tex
+share/R/library/base/latex/fivenum.tex
+share/R/library/base/latex/fix.tex
+share/R/library/base/latex/formals.tex
+share/R/library/base/latex/format.tex
+share/R/library/base/latex/format.info.tex
+share/R/library/base/latex/formatc.tex
+share/R/library/base/latex/formula.tex
+share/R/library/base/latex/frame.tex
+share/R/library/base/latex/freeny.tex
+share/R/library/base/latex/function.tex
+share/R/library/base/latex/gc.tex
+share/R/library/base/latex/get.tex
+share/R/library/base/latex/getenv.tex
+share/R/library/base/latex/gl.tex
+share/R/library/base/latex/glm.tex
+share/R/library/base/latex/glm.summaries.tex
+share/R/library/base/latex/graphics.off.tex
+share/R/library/base/latex/gray.tex
+share/R/library/base/latex/grep.tex
+share/R/library/base/latex/grid.tex
+share/R/library/base/latex/help.tex
+share/R/library/base/latex/hist.tex
+share/R/library/base/latex/hsv.tex
+share/R/library/base/latex/identify.tex
+share/R/library/base/latex/ifelse.tex
+share/R/library/base/latex/image.tex
+share/R/library/base/latex/infert.tex
+share/R/library/base/latex/influence.measures.tex
+share/R/library/base/latex/insects.tex
+share/R/library/base/latex/integer.tex
+share/R/library/base/latex/interactive.tex
+share/R/library/base/latex/invisible.tex
+share/R/library/base/latex/is.atomic.tex
+share/R/library/base/latex/is.finite.tex
+share/R/library/base/latex/is.function.tex
+share/R/library/base/latex/is.language.tex
+share/R/library/base/latex/is.recursive.tex
+share/R/library/base/latex/is.single.tex
+share/R/library/base/latex/isR.tex
+share/R/library/base/latex/islands.tex
+share/R/library/base/latex/judges.tex
+share/R/library/base/latex/lapply.tex
+share/R/library/base/latex/layout.tex
+share/R/library/base/latex/legend.tex
+share/R/library/base/latex/length.tex
+share/R/library/base/latex/levels.tex
+share/R/library/base/latex/library.tex
+share/R/library/base/latex/library.dynam.tex
+share/R/library/base/latex/license.tex
+share/R/library/base/latex/lines.tex
+share/R/library/base/latex/list.tex
+share/R/library/base/latex/lm.tex
+share/R/library/base/latex/lm.influence.tex
+share/R/library/base/latex/lm.summaries.tex
+share/R/library/base/latex/load.tex
+share/R/library/base/latex/locator.tex
+share/R/library/base/latex/logical.tex
+share/R/library/base/latex/longley.tex
+share/R/library/base/latex/lower.tri.tex
+share/R/library/base/latex/lowess.tex
+share/R/library/base/latex/ls.tex
+share/R/library/base/latex/ls.diag.tex
+share/R/library/base/latex/ls.print.tex
+share/R/library/base/latex/lsfit.tex
+share/R/library/base/latex/machine.tex
+share/R/library/base/latex/macintosh.tex
+share/R/library/base/latex/mad.tex
+share/R/library/base/latex/mahalanobis.tex
+share/R/library/base/latex/mat.or.vec.tex
+share/R/library/base/latex/match.tex
+share/R/library/base/latex/match.arg.tex
+share/R/library/base/latex/match.call.tex
+share/R/library/base/latex/matmult.tex
+share/R/library/base/latex/matplot.tex
+share/R/library/base/latex/matrix.tex
+share/R/library/base/latex/mean.tex
+share/R/library/base/latex/median.tex
+share/R/library/base/latex/menu.tex
+share/R/library/base/latex/methods.tex
+share/R/library/base/latex/missing.tex
+share/R/library/base/latex/mode.tex
+share/R/library/base/latex/model.extract.tex
+share/R/library/base/latex/model.frame.tex
+share/R/library/base/latex/model.matrix.tex
+share/R/library/base/latex/mtext.tex
+share/R/library/base/latex/na.action.tex
+share/R/library/base/latex/na.fail.tex
+share/R/library/base/latex/name.tex
+share/R/library/base/latex/names.tex
+share/R/library/base/latex/nargs.tex
+share/R/library/base/latex/nchar.tex
+share/R/library/base/latex/nextn.tex
+share/R/library/base/latex/nhtemp.tex
+share/R/library/base/latex/nlevels.tex
+share/R/library/base/latex/nlm.tex
+share/R/library/base/latex/noquote.tex
+share/R/library/base/latex/notyet.tex
+share/R/library/base/latex/nrow.tex
+share/R/library/base/latex/numeric.tex
+share/R/library/base/latex/offset.tex
+share/R/library/base/latex/on.exit.tex
+share/R/library/base/latex/optimize.tex
+share/R/library/base/latex/options.tex
+share/R/library/base/latex/order.tex
+share/R/library/base/latex/outer.tex
+share/R/library/base/latex/pairs.tex
+share/R/library/base/latex/palette.tex
+share/R/library/base/latex/palettes.tex
+share/R/library/base/latex/par.tex
+share/R/library/base/latex/parse.tex
+share/R/library/base/latex/paste.tex
+share/R/library/base/latex/phones.tex
+share/R/library/base/latex/pictex.tex
+share/R/library/base/latex/piechart.tex
+share/R/library/base/latex/pigs.tex
+share/R/library/base/latex/plot.tex
+share/R/library/base/latex/plot.window.tex
+share/R/library/base/latex/plot.xy.tex
+share/R/library/base/latex/plotdefault.tex
+share/R/library/base/latex/plotfactor.tex
+share/R/library/base/latex/plotformula.tex
+share/R/library/base/latex/pmatch.tex
+share/R/library/base/latex/points.tex
+share/R/library/base/latex/polygon.tex
+share/R/library/base/latex/polyroot.tex
+share/R/library/base/latex/postscript.tex
+share/R/library/base/latex/ppoints.tex
+share/R/library/base/latex/precip.tex
+share/R/library/base/latex/predict.tex
+share/R/library/base/latex/presidents.tex
+share/R/library/base/latex/pretty.tex
+share/R/library/base/latex/print.tex
+share/R/library/base/latex/print.default.tex
+share/R/library/base/latex/proc.time.tex
+share/R/library/base/latex/prod.tex
+share/R/library/base/latex/prompt.tex
+share/R/library/base/latex/prop.test.tex
+share/R/library/base/latex/qqnorm.tex
+share/R/library/base/latex/qr.tex
+share/R/library/base/latex/qraux.tex
+share/R/library/base/latex/quakes.tex
+share/R/library/base/latex/quantile.tex
+share/R/library/base/latex/quit.tex
+share/R/library/base/latex/range.tex
+share/R/library/base/latex/rank.tex
+share/R/library/base/latex/read.fwf.tex
+share/R/library/base/latex/read.table.tex
+share/R/library/base/latex/readline.tex
+share/R/library/base/latex/real.tex
+share/R/library/base/latex/rect.tex
+share/R/library/base/latex/remove.tex
+share/R/library/base/latex/rep.tex
+share/R/library/base/latex/replace.tex
+share/R/library/base/latex/residuals.tex
+share/R/library/base/latex/rev.tex
+share/R/library/base/latex/rgb.tex
+share/R/library/base/latex/rivers.tex
+share/R/library/base/latex/row.tex
+share/R/library/base/latex/rownames.tex
+share/R/library/base/latex/sample.tex
+share/R/library/base/latex/save.tex
+share/R/library/base/latex/savings.tex
+share/R/library/base/latex/scale.tex
+share/R/library/base/latex/scan.tex
+share/R/library/base/latex/sd.tex
+share/R/library/base/latex/search.tex
+share/R/library/base/latex/seq.tex
+share/R/library/base/latex/sequence.tex
+share/R/library/base/latex/sign.tex
+share/R/library/base/latex/sink.tex
+share/R/library/base/latex/solve.tex
+share/R/library/base/latex/str.tex
+share/R/library/base/latex/sort.tex
+share/R/library/base/latex/source.tex
+share/R/library/base/latex/splinefun.tex
+share/R/library/base/latex/split.tex
+share/R/library/base/latex/stackloss.tex
+share/R/library/base/latex/stat.anova.tex
+share/R/library/base/latex/stem.tex
+share/R/library/base/latex/stop.tex
+share/R/library/base/latex/stripplot.tex
+share/R/library/base/latex/strsplit.tex
+share/R/library/base/latex/structure.tex
+share/R/library/base/latex/strwidth.tex
+share/R/library/base/latex/subset.tex
+share/R/library/base/latex/substitute.tex
+share/R/library/base/latex/substr.tex
+share/R/library/base/latex/sum.tex
+share/R/library/base/latex/summary.tex
+share/R/library/base/latex/svd.tex
+share/R/library/base/latex/sweep.tex
+share/R/library/base/latex/swiss.tex
+share/R/library/base/latex/switch.tex
+share/R/library/base/latex/symnum.tex
+share/R/library/base/latex/sys.parent.tex
+share/R/library/base/latex/system.tex
+share/R/library/base/latex/system.date.tex
+share/R/library/base/latex/system.file.tex
+share/R/library/base/latex/system.time.tex
+share/R/library/base/latex/t.tex
+share/R/library/base/latex/t.test.tex
+share/R/library/base/latex/table.tex
+share/R/library/base/latex/tabulate.tex
+share/R/library/base/latex/tapply.tex
+share/R/library/base/latex/tempfile.tex
+share/R/library/base/latex/terms.tex
+share/R/library/base/latex/text.tex
+share/R/library/base/latex/time.tex
+share/R/library/base/latex/title.tex
+share/R/library/base/latex/trace.tex
+share/R/library/base/latex/traceback.tex
+share/R/library/base/latex/transform.tex
+share/R/library/base/latex/trees.tex
+share/R/library/base/latex/ts.tex
+share/R/library/base/latex/typeof.tex
+share/R/library/base/latex/unique.tex
+share/R/library/base/latex/uniroot.tex
+share/R/library/base/latex/units.tex
+share/R/library/base/latex/unlink.tex
+share/R/library/base/latex/unlist.tex
+share/R/library/base/latex/update.formula.tex
+share/R/library/base/latex/update.lm.tex
+share/R/library/base/latex/uspop.tex
+share/R/library/base/latex/var.tex
+share/R/library/base/latex/vector.tex
+share/R/library/base/latex/volcano.tex
+share/R/library/base/latex/warning.tex
+share/R/library/base/latex/warpbreaks.tex
+share/R/library/base/latex/weighted.mean.tex
+share/R/library/base/latex/which.tex
+share/R/library/base/latex/window.tex
+share/R/library/base/latex/women.tex
+share/R/library/base/latex/write.tex
+share/R/library/base/latex/write.table.tex
+share/R/library/base/latex/x11.tex
+share/R/library/base/latex/xy.coords.tex
share/R/library/eda/libs/eda.so
share/R/library/eda/R/eda
share/R/library/eda/INDEX
share/R/library/eda/TITLE
-share/R/library/eda/help/line
+share/R/library/eda/help/00Titles
share/R/library/eda/help/AnIndex
+share/R/library/eda/help/line
share/R/library/eda/help/medpolish
share/R/library/eda/help/smooth
share/R/library/eda/html/00Index.html
share/R/library/eda/html/line.html
share/R/library/eda/html/medpolish.html
share/R/library/eda/html/smooth.html
+share/R/library/eda/latex/line.tex
+share/R/library/eda/latex/medpolish.tex
+share/R/library/eda/latex/smooth.tex
share/R/library/LibIndex
share/R/library/mva/libs/mva.so
share/R/library/mva/R/mva
share/R/library/mva/INDEX
share/R/library/mva/TITLE
-share/R/library/mva/help/cancor
+share/R/library/mva/help/00Titles
share/R/library/mva/help/AnIndex
+share/R/library/mva/help/cancor
share/R/library/mva/help/cmdscale
share/R/library/mva/help/dist
share/R/library/mva/help/hclust
@@ -920,30 +1489,39 @@ share/R/library/mva/html/cmdscale.html
share/R/library/mva/html/dist.html
share/R/library/mva/html/hclust.html
share/R/library/mva/html/prcomp.html
+share/R/library/mva/latex/cancor.tex
+share/R/library/mva/latex/cmdscale.tex
+share/R/library/mva/latex/dist.tex
+share/R/library/mva/latex/hclust.tex
+share/R/library/mva/latex/prcomp.tex
share/R/library/stepfun/R/stepfun
share/R/library/stepfun/INDEX
share/R/library/stepfun/TITLE
-share/R/library/stepfun/help/ecdf
+share/R/library/stepfun/help/00Titles
share/R/library/stepfun/help/AnIndex
+share/R/library/stepfun/help/ecdf
share/R/library/stepfun/help/plot.stepfun
share/R/library/stepfun/help/stepfun
share/R/library/stepfun/html/00Index.html
share/R/library/stepfun/html/ecdf.html
share/R/library/stepfun/html/plot.stepfun.html
share/R/library/stepfun/html/stepfun.html
-share/R/library/index.html
+share/R/library/stepfun/latex/ecdf.tex
+share/R/library/stepfun/latex/plot.stepfun.tex
+share/R/library/stepfun/latex/stepfun.tex
share/R/demos/dynload/Makefile.in
share/R/demos/dynload/README
share/R/demos/dynload/zero.R
share/R/demos/dynload/zero.c
share/R/demos/dynload/Makefile
+share/R/demos/models/glm-v+r.R
+share/R/demos/models/lm+glm.R
+share/R/demos/Makefile
share/R/demos/graphics/graphics.R
share/R/demos/graphics/image.R
share/R/demos/language/is-things.R
share/R/demos/language/recursion.R
share/R/demos/language/scoping.R
-share/R/demos/models/glm-v+r.R
-share/R/demos/models/lm+glm.R
share/R/demos/nlm/valley.R
share/R/cmd/filename
share/R/cmd/fwf2table.in
@@ -951,40 +1529,46 @@ share/R/cmd/help
share/R/cmd/loadpath
share/R/cmd/pager
share/R/cmd/fwf2table
+@dirrm share/R/etc/Rdoc
@dirrm share/R/etc/older-stuff
@dirrm share/R/etc/undoc
-@dirrm share/R/html/tech
-@dirrm share/R/html/test
-@dirrm share/R/html
+@dirrm share/R/doc/html/search
+@dirrm share/R/doc/html
+@dirrm share/R/doc/manual
@dirrm share/R/library/base/R
@dirrm share/R/library/base/data
@dirrm share/R/library/base/help
@dirrm share/R/library/base/html
+@dirrm share/R/library/base/latex
@dirrm share/R/library/base
@dirrm share/R/library/eda/libs
@dirrm share/R/library/eda/R
@dirrm share/R/library/eda/help
@dirrm share/R/library/eda/html
+@dirrm share/R/library/eda/latex
@dirrm share/R/library/eda
@dirrm share/R/library/mva/libs
@dirrm share/R/library/mva/R
@dirrm share/R/library/mva/help
@dirrm share/R/library/mva/html
+@dirrm share/R/library/mva/latex
@dirrm share/R/library/mva
@dirrm share/R/library/stepfun/R
@dirrm share/R/library/stepfun/help
@dirrm share/R/library/stepfun/html
+@dirrm share/R/library/stepfun/latex
@dirrm share/R/library/stepfun
@dirrm share/R/demos/dynload
+@dirrm share/R/demos/models
@dirrm share/R/demos/graphics
@dirrm share/R/demos/language
-@dirrm share/R/demos/models
@dirrm share/R/demos/nlm
+@dirrm share/R/demos
@dirrm share/R/include
@dirrm share/R/library
-@dirrm share/R/demos
+@dirrm share/R/doc
+@dirrm share/R/cmd
@dirrm share/R/bin
@dirrm share/R/afm
@dirrm share/R/etc
-@dirrm share/R/cmd
@dirrm share/R
diff --git a/math/R/Makefile b/math/R/Makefile
index 186721deb622..a08d9b8691f4 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,17 +1,22 @@
# New ports collection makefile for: R
-# Version required: R-0.61.2
-# Date created: Mon May 4 10:03:02 EST 1998
+# Version required: R-0.62.1
+# Date created: Tue Jun 23 07:36:55 EST 1998
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
#
-# $Id: Makefile,v 1.1.1.1 1998/05/04 17:53:34 mph Exp $
+# $Id: Makefile,v 1.2 1998/05/07 06:08:24 mph Exp $
#
-DISTNAME= R-0.61.2
-PKGNAME= R-${PAPERSIZE:S/A4/a4/:S/LETTER/letter/:S/Letter/letter/}-0.61.2
+DISTNAME= R-0.62.1
+PKGNAME= R-${PAPERSIZE:S/A4/a4/:S/LETTER/letter/:S/Letter/letter/}-0.62.1
CATEGORIES= math
-MASTER_SITES= http://lib.stat.cmu.edu/R/CRAN/src/base/ \
- ftp://ftp.stat.math.ethz.ch/R/ \
- ftp://ftp.u-aizu.ac.jp/pub/lang/R/
+MASTER_SITES= ftp://ftp.ci.tuwien.ac.at/pub/R/src/base/ \
+ ftp://SunSITE.auc.dk/pub/languages/R/src/base/ \
+ http://www.stat.unipg.it/pub/stat/statlib/R/CRAN/src/base/ \
+ ftp://ftp.u-aizu.ac.jp/pub/lang/R/CRAN/src/base/ \
+ ftp://ftp.stat.math.ethz.ch/R-CRAN/src/base/ \
+ http://lib.stat.cmu.edu/R/CRAN/src/base/ \
+ ftp://ftp.biostat.washington.edu/mirrors/R/CRAN/src/base/ \
+ ftp://franz.stat.wisc.edu/pub/R/src/base/
EXTRACT_SUFX= .tgz
MAINTAINER= maurice@serc.rmit.edu.au
@@ -32,6 +37,8 @@ PAPERSIZE=a4
PAPERSIZE_INVALID=yes
.endif
+ALL_TARGET=all help html
+
pre-fetch:
.if defined(PAPERSIZE_INVALID)
@${ECHO} "Invalid value for PAPERSIZE: \"${PAPERSIZE}\""
@@ -39,10 +46,11 @@ pre-fetch:
@${FALSE}
.endif
-post-configure:
- cd ${WRKSRC}/etc; && ${PREFIX}/bin/perl -pi -e "s#/usr/bin/perl#${PREFIX}/bin/perl#" `grep -l /usr/bin/perl *`
-
do-install:
+ -gzip ${WRKSRC}/R.1
+ -gzip ${WRKSRC}/Rdconv.1
+ ${INSTALL_DATA} ${WRKSRC}/R.1.gz ${PREFIX}/man/man1
+ ${INSTALL_DATA} ${WRKSRC}/Rdconv.1.gz ${PREFIX}/man/man1
${SED} 's:PREFIX:${PREFIX}:;s:DEFAULTPAPER:${PAPERSIZE}:' ${FILESDIR}/R > ${PREFIX}/bin/R
(cd ${WRKSRC}; find . -type d -exec chmod a+rx \{\} \; )
(cd ${WRKSRC}; find . -type f -exec chmod a+r \{\} \; )
@@ -52,7 +60,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/R.binary ${PREFIX}/share/R/bin
(cd ${WRKSRC}; tar cpf - afm ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - etc ) | (cd ${PREFIX}/share/R; tar xpf - )
- (cd ${WRKSRC}; tar cpf - html ) | (cd ${PREFIX}/share/R; tar xpf - )
+ (cd ${WRKSRC}; tar cpf - doc ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - include ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - library ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - demos ) | (cd ${PREFIX}/share/R; tar xpf - )
diff --git a/math/R/distinfo b/math/R/distinfo
index ba224df45cc2..a2f9a895d801 100644
--- a/math/R/distinfo
+++ b/math/R/distinfo
@@ -1 +1 @@
-MD5 (R-0.61.2.tgz) = 9f73cc9af346f17e49355bd24568331b
+MD5 (R-0.62.1.tgz) = 9385fbb32da8851d1c1cf847e1ff5644
diff --git a/math/R/pkg-plist b/math/R/pkg-plist
index d1bc257c43fd..df74d76b3e10 100644
--- a/math/R/pkg-plist
+++ b/math/R/pkg-plist
@@ -2,11 +2,13 @@
@exec mkdir %D/share/R/bin
@exec mkdir %D/share/R/afm
@exec mkdir %D/share/R/etc
+@exec mkdir %D/share/R/etc/Rdoc
@exec mkdir %D/share/R/etc/older-stuff
@exec mkdir %D/share/R/etc/undoc
-@exec mkdir %D/share/R/html
-@exec mkdir %D/share/R/html/tech
-@exec mkdir %D/share/R/html/test
+@exec mkdir %D/share/R/doc
+@exec mkdir %D/share/R/doc/html
+@exec mkdir %D/share/R/doc/html/search
+@exec mkdir %D/share/R/doc/manual
@exec mkdir %D/share/R/include
@exec mkdir %D/share/R/library
@exec mkdir %D/share/R/library/base
@@ -14,28 +16,33 @@
@exec mkdir %D/share/R/library/base/data
@exec mkdir %D/share/R/library/base/help
@exec mkdir %D/share/R/library/base/html
+@exec mkdir %D/share/R/library/base/latex
@exec mkdir %D/share/R/library/eda
@exec mkdir %D/share/R/library/eda/libs
@exec mkdir %D/share/R/library/eda/R
@exec mkdir %D/share/R/library/eda/help
@exec mkdir %D/share/R/library/eda/html
+@exec mkdir %D/share/R/library/eda/latex
@exec mkdir %D/share/R/library/mva
@exec mkdir %D/share/R/library/mva/libs
@exec mkdir %D/share/R/library/mva/R
@exec mkdir %D/share/R/library/mva/help
@exec mkdir %D/share/R/library/mva/html
+@exec mkdir %D/share/R/library/mva/latex
@exec mkdir %D/share/R/library/stepfun
@exec mkdir %D/share/R/library/stepfun/R
@exec mkdir %D/share/R/library/stepfun/help
@exec mkdir %D/share/R/library/stepfun/html
+@exec mkdir %D/share/R/library/stepfun/latex
@exec mkdir %D/share/R/demos
@exec mkdir %D/share/R/demos/dynload
+@exec mkdir %D/share/R/demos/models
@exec mkdir %D/share/R/demos/graphics
@exec mkdir %D/share/R/demos/language
-@exec mkdir %D/share/R/demos/models
@exec mkdir %D/share/R/demos/nlm
@exec mkdir %D/share/R/cmd
-bin/R
+man/man1/R.1.gz
+man/man1/Rdconv.1.gz
share/R/bin/R.binary
share/R/afm/AvantB
share/R/afm/AvantBO
@@ -58,6 +65,7 @@ share/R/afm/HelvNBO
share/R/afm/HelvNO
share/R/afm/HelvO
share/R/afm/NCSchlB
+share/R/afm/Makefile
share/R/afm/NCSchlBI
share/R/afm/NCSchlI
share/R/afm/NCSchlR
@@ -74,11 +82,11 @@ share/R/afm/TimesO
share/R/afm/TimesR
share/R/afm/ZapfCMI
share/R/afm/ZapfD
-share/R/etc/COMPILE.in
+share/R/etc/COMPILE
share/R/etc/INSTALL.in
-share/R/etc/Makefile
-share/R/etc/Makefile-test-Ex
+share/R/etc/Makeconf.in
share/R/etc/REMOVE.in
+share/R/etc/Makefile
share/R/etc/Rd.files
share/R/etc/Rd2dvi
share/R/etc/Rd2txt
@@ -92,19 +100,21 @@ share/R/etc/build-alldocs
share/R/etc/build-allhelp
share/R/etc/build-allhtml
share/R/etc/build-alllatex
-share/R/etc/colors.big
share/R/etc/build-help.in
-share/R/etc/build-htmlpkglist.in
+share/R/etc/colors.big
share/R/etc/buildlib.pl
share/R/etc/colors.small
share/R/etc/config.sub
share/R/etc/config.guess
share/R/etc/help.pretty.in
+share/R/etc/html-layout.pl
share/R/etc/html2dos.in
share/R/etc/tasks
share/R/etc/install-sh
-share/R/etc/massage-Examples
share/R/etc/test-things.Rd
+share/R/etc/Rdoc/Rdconv.pl
+share/R/etc/Rdoc/Rdoc.pm
+share/R/etc/Rdoc/Rdtest.pl
share/R/etc/older-stuff/doc2EX
share/R/etc/older-stuff/doc2dvi
share/R/etc/older-stuff/doc2html
@@ -124,130 +134,136 @@ share/R/etc/undoc/extrAllExamp
share/R/etc/undoc/getDoc
share/R/etc/undoc/getFunctions
share/R/etc/undoc/getnames
-share/R/etc/SHLIB
-share/R/etc/COMPILE
share/R/etc/INSTALL
+share/R/etc/Makeconf
share/R/etc/REMOVE
share/R/etc/Rdconv
share/R/etc/Rdindex
share/R/etc/Rman2Rd
+share/R/etc/SHLIB
share/R/etc/Sd2Rd
share/R/etc/build-help
-share/R/etc/build-htmlpkglist
share/R/etc/help.pretty
share/R/etc/html2dos
+share/R/etc/stamp-docs
share/R/etc/stamp-help
share/R/etc/stamp-html
-share/R/html/authors.html
-share/R/html/copying.html
-share/R/html/index.html
-share/R/html/intro.html
-share/R/html/notdone.html
-share/R/html/thanks.html
-share/R/html/tech/color.html
-share/R/html/tech/linetype.html
-share/R/html/test/spline.html
+share/R/etc/stamp-latex
+share/R/doc/KEYWORDS
+share/R/doc/html/about.html
+share/R/doc/html/authors.html
+share/R/doc/html/index.html
+share/R/doc/html/left.jpg
+share/R/doc/html/logo.jpg
+share/R/doc/html/logosm.jpg
+share/R/doc/html/resource.html
+share/R/doc/html/right.jpg
+share/R/doc/html/template.html
+share/R/doc/html/thanks.html
+share/R/doc/html/up.jpg
+share/R/doc/html/search/IndexEntry.class
+share/R/doc/html/search/Value.class
+share/R/doc/html/search/IndexEntry.java
+share/R/doc/html/search/IndexStream.class
+share/R/doc/html/search/IndexStream.java
+share/R/doc/html/search/IndexTable.class
+share/R/doc/html/search/IndexTable.java
+share/R/doc/html/search/SearchEngine.class
+share/R/doc/html/search/SearchEngine.html
+share/R/doc/html/search/SearchEngine.java
+share/R/doc/html/search/Tracer.class
+share/R/doc/html/search/Tracer.java
+share/R/doc/html/search/index.txt
+share/R/doc/html/search/Value.java
+share/R/doc/html/packages.html
+share/R/doc/html/function.html
+share/R/doc/Makefile
+share/R/doc/keyword-test.in
+share/R/doc/manual/ABOUT.tex
+share/R/doc/manual/EQN
+share/R/doc/manual/Man.tex
+share/R/doc/manual/Makefile
+share/R/doc/manual/Man0.tex
+share/R/doc/manual/Pkg-end.tex
+share/R/doc/manual/Pkg-start.tex
+share/R/doc/manual/Rd.sty
+share/R/doc/manual/lib2tex.in
+share/R/doc/manual/plotmath.tex
+share/R/doc/manual/writing-Rd.tex
+share/R/doc/manual/lib2tex
+share/R/doc/keyword-test
share/R/include/S.h
share/R/include/S_compat.h
share/R/include/f2c.h
share/R/include/Fortran.h
share/R/include/Blas.h
share/R/include/Linpack.h
+share/R/include/Platform.h
share/R/library/base/R/base
share/R/library/base/R/Rprofile
share/R/library/base/data/acid.R
-share/R/library/base/data/women.R
-share/R/library/base/data/warpbreaks.doc
share/R/library/base/data/warpbreaks.R
-share/R/library/base/data/volcano.doc
share/R/library/base/data/volcano.R
-share/R/library/base/data/uspop.doc
share/R/library/base/data/uspop.R
-share/R/library/base/data/trees.doc
share/R/library/base/data/trees.R
-share/R/library/base/data/swiss.R
+share/R/library/base/data/swiss.tab
share/R/library/base/data/sunspots.R
share/R/library/base/data/state.R
-share/R/library/base/data/stackloss.doc
share/R/library/base/data/stackloss.R
share/R/library/base/data/sleep.R
-share/R/library/base/data/savings.doc
share/R/library/base/data/savings.R
-share/R/library/base/data/rivers.doc
share/R/library/base/data/rivers.R
share/R/library/base/data/randu.R
-share/R/library/base/data/quakes.doc
share/R/library/base/data/quakes.R
share/R/library/base/data/pressure.R
-share/R/library/base/data/presidents.doc
share/R/library/base/data/presidents.R
-share/R/library/base/data/precip.doc
share/R/library/base/data/precip.R
share/R/library/base/data/plants.R
-share/R/library/base/data/pigs.doc
share/R/library/base/data/pigs.R
-share/R/library/base/data/phones.doc
share/R/library/base/data/phones.R
-share/R/library/base/data/nhtemp.doc
share/R/library/base/data/nhtemp.R
share/R/library/base/data/mtcars.R
-share/R/library/base/data/longley.doc
share/R/library/base/data/longley.R
-share/R/library/base/data/judges.doc
share/R/library/base/data/judges.R
-share/R/library/base/data/islands.doc
share/R/library/base/data/islands.R
share/R/library/base/data/iris3.R
share/R/library/base/data/iris.R
-share/R/library/base/data/insects.doc
share/R/library/base/data/insects.R
-share/R/library/base/data/infert.doc
share/R/library/base/data/infert.R
share/R/library/base/data/index.doc
-share/R/library/base/data/freeny.doc
share/R/library/base/data/freeny.R
-share/R/library/base/data/faithful.doc
share/R/library/base/data/faithful.R
-share/R/library/base/data/eurodist.doc
share/R/library/base/data/eurodist.R
-share/R/library/base/data/esoph.doc
share/R/library/base/data/esoph.R
-share/R/library/base/data/discoveries.doc
share/R/library/base/data/discoveries.R
-share/R/library/base/data/deaths.doc
share/R/library/base/data/deaths.R
-share/R/library/base/data/crimes.doc
-share/R/library/base/data/crimes.R
-share/R/library/base/data/consume.doc
+share/R/library/base/data/crimes.tab
share/R/library/base/data/consume.R
-share/R/library/base/data/chickwts.doc
share/R/library/base/data/chickwts.R
-share/R/library/base/data/cars.doc
share/R/library/base/data/cars.R
-share/R/library/base/data/bees.doc
share/R/library/base/data/bees.R
share/R/library/base/data/attitude.R
-share/R/library/base/data/attenu.doc
share/R/library/base/data/attenu.R
-share/R/library/base/data/anscombe.doc
share/R/library/base/data/anscombe.R
-share/R/library/base/data/airquality.doc
-share/R/library/base/data/airquality.R
-share/R/library/base/data/airmiles.doc
+share/R/library/base/data/airquality.tab
share/R/library/base/data/airmiles.R
-share/R/library/base/data/acid.doc
-share/R/library/base/data/women.doc
+share/R/library/base/data/women.R
share/R/library/base/TITLE
share/R/library/base/INDEX
-share/R/library/base/help/Arithmetic
+share/R/library/base/help/00Titles
share/R/library/base/help/AnIndex
+share/R/library/base/help/Alias
+share/R/library/base/help/Arithmetic
share/R/library/base/help/Beta
share/R/library/base/help/Binomial
+share/R/library/base/help/COMPILE
share/R/library/base/help/Cauchy
share/R/library/base/help/Chisquare
share/R/library/base/help/Comparison
share/R/library/base/help/Constants
share/R/library/base/help/Control
+share/R/library/base/help/Defunct
+share/R/library/base/help/Deprecated
share/R/library/base/help/Devices
share/R/library/base/help/Exponential
share/R/library/base/help/Extract
@@ -258,6 +274,7 @@ share/R/library/base/help/GammaDist
share/R/library/base/help/Geometric
share/R/library/base/help/Hyperbolic
share/R/library/base/help/Hypergeometric
+share/R/library/base/help/INSTALL
share/R/library/base/help/IQR
share/R/library/base/help/Internal
share/R/library/base/help/Log
@@ -272,19 +289,29 @@ share/R/library/base/help/NULL
share/R/library/base/help/NegBinomial
share/R/library/base/help/Normal
share/R/library/base/help/Poisson
+share/R/library/base/help/Primitive
+share/R/library/base/help/REMOVE
+share/R/library/base/help/RHOME
share/R/library/base/help/Random
share/R/library/base/help/Round
+share/R/library/base/help/SHLIB
share/R/library/base/help/Special
-share/R/library/base/help/T
+share/R/library/base/help/TDist
share/R/library/base/help/Trig
+share/R/library/base/help/Tukey
share/R/library/base/help/Uniform
share/R/library/base/help/Version
share/R/library/base/help/Weibull
+share/R/library/base/help/Wilcoxon
share/R/library/base/help/abbreviate
share/R/library/base/help/abline
+share/R/library/base/help/acid
+share/R/library/base/help/airmiles
+share/R/library/base/help/airquality
share/R/library/base/help/all
share/R/library/base/help/allnames
share/R/library/base/help/anova
+share/R/library/base/help/anscombe
share/R/library/base/help/aperm
share/R/library/base/help/append
share/R/library/base/help/apply
@@ -293,14 +320,19 @@ share/R/library/base/help/apropos
share/R/library/base/help/args
share/R/library/base/help/array
share/R/library/base/help/arrows
+share/R/library/base/help/as.function
share/R/library/base/help/assign
share/R/library/base/help/attach
+share/R/library/base/help/attenu
share/R/library/base/help/attr
share/R/library/base/help/attributes
share/R/library/base/help/autoload
+share/R/library/base/help/ave
share/R/library/base/help/axis
share/R/library/base/help/backsolve
share/R/library/base/help/barplot
+share/R/library/base/help/bees
+share/R/library/base/help/body
share/R/library/base/help/box
share/R/library/base/help/boxplot
share/R/library/base/help/boxplot.stats
@@ -308,9 +340,13 @@ share/R/library/base/help/browser
share/R/library/base/help/bxp
share/R/library/base/help/c
share/R/library/base/help/call
+share/R/library/base/help/cars
+share/R/library/base/help/case.names
share/R/library/base/help/cat
share/R/library/base/help/cbind
share/R/library/base/help/character
+share/R/library/base/help/charmatch
+share/R/library/base/help/chickwts
share/R/library/base/help/chisq.test
share/R/library/base/help/chol
share/R/library/base/help/chol2inv
@@ -320,15 +356,19 @@ share/R/library/base/help/coefficients
share/R/library/base/help/col
share/R/library/base/help/colnames
share/R/library/base/help/colors
+share/R/library/base/help/comment
share/R/library/base/help/complete.cases
share/R/library/base/help/complex
+share/R/library/base/help/consume
share/R/library/base/help/contour
share/R/library/base/help/contrast
share/R/library/base/help/contrasts
+share/R/library/base/help/contributors
share/R/library/base/help/convolve
share/R/library/base/help/coplot
share/R/library/base/help/cor
share/R/library/base/help/count.fields
+share/R/library/base/help/crimes
share/R/library/base/help/crossprod
share/R/library/base/help/cumsum
share/R/library/base/help/curve
@@ -338,13 +378,17 @@ share/R/library/base/help/data.class
share/R/library/base/help/data.frame
share/R/library/base/help/data.matrix
share/R/library/base/help/dataentry
+share/R/library/base/help/deaths
share/R/library/base/help/debug
share/R/library/base/help/delay
+share/R/library/base/help/delete.response
share/R/library/base/help/demo
share/R/library/base/help/density
share/R/library/base/help/deparse
share/R/library/base/help/deriv
share/R/library/base/help/detach
+share/R/library/base/help/dev
+share/R/library/base/help/dev2
share/R/library/base/help/deviance
share/R/library/base/help/df.residual
share/R/library/base/help/diag
@@ -352,6 +396,7 @@ share/R/library/base/help/diff
share/R/library/base/help/dim
share/R/library/base/help/dimnames
share/R/library/base/help/do.call
+share/R/library/base/help/discoveries
share/R/library/base/help/dotplot
share/R/library/base/help/double
share/R/library/base/help/dput
@@ -362,10 +407,13 @@ share/R/library/base/help/dynload
share/R/library/base/help/edit
share/R/library/base/help/eigen
share/R/library/base/help/environment
+share/R/library/base/help/esoph
+share/R/library/base/help/eurodist
share/R/library/base/help/eval
share/R/library/base/help/exists
share/R/library/base/help/expression
share/R/library/base/help/factor
+share/R/library/base/help/faithful
share/R/library/base/help/family
share/R/library/base/help/fft
share/R/library/base/help/fitted.values
@@ -373,15 +421,18 @@ share/R/library/base/help/fivenum
share/R/library/base/help/fix
share/R/library/base/help/formals
share/R/library/base/help/format
+share/R/library/base/help/format.info
share/R/library/base/help/formatc
share/R/library/base/help/formula
share/R/library/base/help/frame
+share/R/library/base/help/freeny
share/R/library/base/help/function
share/R/library/base/help/gc
share/R/library/base/help/get
share/R/library/base/help/getenv
share/R/library/base/help/gl
share/R/library/base/help/glm
+share/R/library/base/help/glm.summaries
share/R/library/base/help/graphics.off
share/R/library/base/help/gray
share/R/library/base/help/grep
@@ -392,7 +443,9 @@ share/R/library/base/help/hsv
share/R/library/base/help/identify
share/R/library/base/help/ifelse
share/R/library/base/help/image
+share/R/library/base/help/infert
share/R/library/base/help/influence.measures
+share/R/library/base/help/insects
share/R/library/base/help/integer
share/R/library/base/help/interactive
share/R/library/base/help/invisible
@@ -401,33 +454,42 @@ share/R/library/base/help/is.finite
share/R/library/base/help/is.function
share/R/library/base/help/is.language
share/R/library/base/help/is.recursive
+share/R/library/base/help/isR
share/R/library/base/help/is.single
+share/R/library/base/help/islands
+share/R/library/base/help/judges
share/R/library/base/help/lapply
+share/R/library/base/help/layout
share/R/library/base/help/legend
share/R/library/base/help/length
share/R/library/base/help/levels
share/R/library/base/help/library
+share/R/library/base/help/library.dynam
share/R/library/base/help/license
share/R/library/base/help/lines
share/R/library/base/help/list
share/R/library/base/help/lm
share/R/library/base/help/lm.influence
+share/R/library/base/help/lm.summaries
share/R/library/base/help/load
share/R/library/base/help/locator
share/R/library/base/help/logical
-share/R/library/base/help/ls
+share/R/library/base/help/longley
share/R/library/base/help/lower.tri
share/R/library/base/help/lowess
+share/R/library/base/help/ls
share/R/library/base/help/ls.diag
share/R/library/base/help/ls.print
share/R/library/base/help/lsfit
share/R/library/base/help/machine
share/R/library/base/help/macintosh
share/R/library/base/help/mad
+share/R/library/base/help/mahalanobis
share/R/library/base/help/mat.or.vec
share/R/library/base/help/match
share/R/library/base/help/match.arg
share/R/library/base/help/match.call
+share/R/library/base/help/matmult
share/R/library/base/help/matplot
share/R/library/base/help/matrix
share/R/library/base/help/mean
@@ -436,6 +498,7 @@ share/R/library/base/help/menu
share/R/library/base/help/methods
share/R/library/base/help/missing
share/R/library/base/help/mode
+share/R/library/base/help/model.extract
share/R/library/base/help/model.frame
share/R/library/base/help/model.matrix
share/R/library/base/help/mtext
@@ -445,12 +508,15 @@ share/R/library/base/help/name
share/R/library/base/help/names
share/R/library/base/help/nargs
share/R/library/base/help/nchar
-share/R/library/base/help/nlm
share/R/library/base/help/nextn
+share/R/library/base/help/nhtemp
share/R/library/base/help/nlevels
+share/R/library/base/help/nlm
share/R/library/base/help/noquote
+share/R/library/base/help/notyet
share/R/library/base/help/nrow
share/R/library/base/help/numeric
+share/R/library/base/help/offset
share/R/library/base/help/on.exit
share/R/library/base/help/optimize
share/R/library/base/help/options
@@ -462,33 +528,41 @@ share/R/library/base/help/palettes
share/R/library/base/help/par
share/R/library/base/help/parse
share/R/library/base/help/paste
+share/R/library/base/help/phones
share/R/library/base/help/pictex
share/R/library/base/help/piechart
+share/R/library/base/help/pigs
share/R/library/base/help/plot
+share/R/library/base/help/plot.window
share/R/library/base/help/plot.xy
share/R/library/base/help/plotdefault
+share/R/library/base/help/plotfactor
+share/R/library/base/help/plotformula
share/R/library/base/help/pmatch
share/R/library/base/help/points
share/R/library/base/help/polygon
share/R/library/base/help/polyroot
share/R/library/base/help/postscript
share/R/library/base/help/ppoints
+share/R/library/base/help/precip
share/R/library/base/help/predict
+share/R/library/base/help/presidents
share/R/library/base/help/pretty
share/R/library/base/help/print
-share/R/library/base/help/qr
share/R/library/base/help/print.default
share/R/library/base/help/proc.time
share/R/library/base/help/prod
share/R/library/base/help/prompt
share/R/library/base/help/prop.test
share/R/library/base/help/qqnorm
+share/R/library/base/help/qr
share/R/library/base/help/qraux
+share/R/library/base/help/quakes
share/R/library/base/help/quantile
share/R/library/base/help/quit
share/R/library/base/help/range
share/R/library/base/help/rank
-share/R/library/base/help/rbind
+share/R/library/base/help/read.fwf
share/R/library/base/help/read.table
share/R/library/base/help/readline
share/R/library/base/help/real
@@ -499,13 +573,16 @@ share/R/library/base/help/replace
share/R/library/base/help/residuals
share/R/library/base/help/rev
share/R/library/base/help/rgb
+share/R/library/base/help/rivers
share/R/library/base/help/row
+share/R/library/base/help/sd
share/R/library/base/help/rownames
share/R/library/base/help/sample
share/R/library/base/help/save
+share/R/library/base/help/savings
share/R/library/base/help/scale
share/R/library/base/help/scan
-share/R/library/base/help/sd
+share/R/library/base/help/search
share/R/library/base/help/seq
share/R/library/base/help/sequence
share/R/library/base/help/sign
@@ -515,6 +592,8 @@ share/R/library/base/help/sort
share/R/library/base/help/source
share/R/library/base/help/splinefun
share/R/library/base/help/split
+share/R/library/base/help/stackloss
+share/R/library/base/help/stat.anova
share/R/library/base/help/stem
share/R/library/base/help/stop
share/R/library/base/help/str
@@ -529,16 +608,17 @@ share/R/library/base/help/sum
share/R/library/base/help/summary
share/R/library/base/help/svd
share/R/library/base/help/sweep
+share/R/library/base/help/swiss
share/R/library/base/help/switch
share/R/library/base/help/symnum
share/R/library/base/help/sys.parent
share/R/library/base/help/system
share/R/library/base/help/system.date
+share/R/library/base/help/system.file
share/R/library/base/help/system.time
share/R/library/base/help/t
share/R/library/base/help/t.test
share/R/library/base/help/table
-share/R/library/base/help/ts
share/R/library/base/help/tabulate
share/R/library/base/help/tapply
share/R/library/base/help/tempfile
@@ -549,68 +629,92 @@ share/R/library/base/help/title
share/R/library/base/help/trace
share/R/library/base/help/traceback
share/R/library/base/help/transform
+share/R/library/base/help/trees
+share/R/library/base/help/ts
share/R/library/base/help/typeof
share/R/library/base/help/unique
share/R/library/base/help/uniroot
share/R/library/base/help/units
share/R/library/base/help/unlink
+share/R/library/base/help/var
share/R/library/base/help/unlist
share/R/library/base/help/update.formula
share/R/library/base/help/update.lm
-share/R/library/base/help/var
+share/R/library/base/help/uspop
share/R/library/base/help/vector
+share/R/library/base/help/volcano
share/R/library/base/help/warning
+share/R/library/base/help/warpbreaks
share/R/library/base/help/weighted.mean
+share/R/library/base/help/which
share/R/library/base/help/window
+share/R/library/base/help/women
share/R/library/base/help/write
+share/R/library/base/help/write.table
share/R/library/base/help/x11
share/R/library/base/help/xy.coords
share/R/library/base/html/00Index.html
+share/R/library/base/html/Alias.html
share/R/library/base/html/Arithmetic.html
share/R/library/base/html/Beta.html
share/R/library/base/html/Binomial.html
+share/R/library/base/html/COMPILE.html
share/R/library/base/html/Cauchy.html
share/R/library/base/html/Chisquare.html
share/R/library/base/html/Comparison.html
share/R/library/base/html/Constants.html
share/R/library/base/html/Control.html
+share/R/library/base/html/Defunct.html
+share/R/library/base/html/Deprecated.html
share/R/library/base/html/Devices.html
share/R/library/base/html/Exponential.html
share/R/library/base/html/Extract.html
share/R/library/base/html/Extremes.html
-share/R/library/base/html/F.html
+share/R/library/base/html/logical.html
share/R/library/base/html/Foreign.html
share/R/library/base/html/GammaDist.html
+share/R/library/base/html/NA.html
share/R/library/base/html/Geometric.html
share/R/library/base/html/Hyperbolic.html
share/R/library/base/html/Hypergeometric.html
+share/R/library/base/html/INSTALL.html
share/R/library/base/html/IQR.html
-share/R/library/base/html/Log.html
share/R/library/base/html/Internal.html
+share/R/library/base/html/Log.html
share/R/library/base/html/Logic.html
share/R/library/base/html/Logistic.html
share/R/library/base/html/Lognormal.html
share/R/library/base/html/Machine.html
share/R/library/base/html/Math.html
-share/R/library/base/html/NA.html
share/R/library/base/html/NChisquare.html
share/R/library/base/html/NULL.html
share/R/library/base/html/NegBinomial.html
share/R/library/base/html/Normal.html
share/R/library/base/html/Poisson.html
+share/R/library/base/html/Primitive.html
+share/R/library/base/html/REMOVE.html
+share/R/library/base/html/RHOME.html
share/R/library/base/html/Random.html
share/R/library/base/html/Round.html
+share/R/library/base/html/c.html
+share/R/library/base/html/SHLIB.html
share/R/library/base/html/Special.html
-share/R/library/base/html/T.html
+share/R/library/base/html/TDist.html
share/R/library/base/html/Trig.html
+share/R/library/base/html/Tukey.html
share/R/library/base/html/Uniform.html
share/R/library/base/html/Version.html
share/R/library/base/html/Weibull.html
+share/R/library/base/html/Wilcoxon.html
share/R/library/base/html/abbreviate.html
share/R/library/base/html/abline.html
+share/R/library/base/html/acid.html
+share/R/library/base/html/airmiles.html
+share/R/library/base/html/airquality.html
share/R/library/base/html/all.html
share/R/library/base/html/allnames.html
share/R/library/base/html/anova.html
+share/R/library/base/html/anscombe.html
share/R/library/base/html/aperm.html
share/R/library/base/html/append.html
share/R/library/base/html/apply.html
@@ -619,24 +723,32 @@ share/R/library/base/html/apropos.html
share/R/library/base/html/args.html
share/R/library/base/html/array.html
share/R/library/base/html/arrows.html
+share/R/library/base/html/as.function.html
share/R/library/base/html/assign.html
share/R/library/base/html/attach.html
+share/R/library/base/html/attenu.html
share/R/library/base/html/attr.html
share/R/library/base/html/attributes.html
share/R/library/base/html/autoload.html
+share/R/library/base/html/ave.html
share/R/library/base/html/axis.html
share/R/library/base/html/backsolve.html
share/R/library/base/html/barplot.html
+share/R/library/base/html/bees.html
+share/R/library/base/html/body.html
share/R/library/base/html/box.html
share/R/library/base/html/boxplot.html
share/R/library/base/html/boxplot.stats.html
share/R/library/base/html/browser.html
share/R/library/base/html/bxp.html
-share/R/library/base/html/c.html
share/R/library/base/html/call.html
+share/R/library/base/html/cars.html
+share/R/library/base/html/case.names.html
share/R/library/base/html/cat.html
share/R/library/base/html/cbind.html
share/R/library/base/html/character.html
+share/R/library/base/html/charmatch.html
+share/R/library/base/html/chickwts.html
share/R/library/base/html/chisq.test.html
share/R/library/base/html/chol.html
share/R/library/base/html/chol2inv.html
@@ -646,16 +758,20 @@ share/R/library/base/html/coefficients.html
share/R/library/base/html/col.html
share/R/library/base/html/colnames.html
share/R/library/base/html/colors.html
+share/R/library/base/html/comment.html
share/R/library/base/html/complete.cases.html
share/R/library/base/html/complex.html
+share/R/library/base/html/consume.html
share/R/library/base/html/contour.html
share/R/library/base/html/contrast.html
share/R/library/base/html/contrasts.html
+share/R/library/base/html/contributors.html
share/R/library/base/html/convolve.html
share/R/library/base/html/coplot.html
share/R/library/base/html/cor.html
-share/R/library/base/html/crossprod.html
share/R/library/base/html/count.fields.html
+share/R/library/base/html/crimes.html
+share/R/library/base/html/crossprod.html
share/R/library/base/html/cumsum.html
share/R/library/base/html/curve.html
share/R/library/base/html/cut.html
@@ -664,22 +780,27 @@ share/R/library/base/html/data.class.html
share/R/library/base/html/data.frame.html
share/R/library/base/html/data.matrix.html
share/R/library/base/html/dataentry.html
+share/R/library/base/html/deaths.html
share/R/library/base/html/debug.html
share/R/library/base/html/delay.html
+share/R/library/base/html/delete.response.html
share/R/library/base/html/demo.html
share/R/library/base/html/density.html
share/R/library/base/html/deparse.html
share/R/library/base/html/deriv.html
share/R/library/base/html/detach.html
+share/R/library/base/html/dev.html
+share/R/library/base/html/dev2.html
share/R/library/base/html/deviance.html
share/R/library/base/html/df.residual.html
share/R/library/base/html/diag.html
share/R/library/base/html/diff.html
share/R/library/base/html/dim.html
share/R/library/base/html/dimnames.html
-share/R/library/base/html/double.html
+share/R/library/base/html/discoveries.html
share/R/library/base/html/do.call.html
share/R/library/base/html/dotplot.html
+share/R/library/base/html/double.html
share/R/library/base/html/dput.html
share/R/library/base/html/drop.html
share/R/library/base/html/dump.html
@@ -688,10 +809,13 @@ share/R/library/base/html/dynload.html
share/R/library/base/html/edit.html
share/R/library/base/html/eigen.html
share/R/library/base/html/environment.html
+share/R/library/base/html/esoph.html
+share/R/library/base/html/eurodist.html
share/R/library/base/html/eval.html
share/R/library/base/html/exists.html
share/R/library/base/html/expression.html
share/R/library/base/html/factor.html
+share/R/library/base/html/faithful.html
share/R/library/base/html/family.html
share/R/library/base/html/fft.html
share/R/library/base/html/fitted.values.html
@@ -699,15 +823,18 @@ share/R/library/base/html/fivenum.html
share/R/library/base/html/fix.html
share/R/library/base/html/formals.html
share/R/library/base/html/format.html
+share/R/library/base/html/format.info.html
share/R/library/base/html/formatc.html
share/R/library/base/html/formula.html
share/R/library/base/html/frame.html
+share/R/library/base/html/freeny.html
share/R/library/base/html/function.html
share/R/library/base/html/gc.html
share/R/library/base/html/get.html
share/R/library/base/html/getenv.html
share/R/library/base/html/gl.html
share/R/library/base/html/glm.html
+share/R/library/base/html/glm.summaries.html
share/R/library/base/html/graphics.off.html
share/R/library/base/html/gray.html
share/R/library/base/html/grep.html
@@ -718,43 +845,52 @@ share/R/library/base/html/hsv.html
share/R/library/base/html/identify.html
share/R/library/base/html/ifelse.html
share/R/library/base/html/image.html
+share/R/library/base/html/infert.html
share/R/library/base/html/influence.measures.html
+share/R/library/base/html/insects.html
share/R/library/base/html/integer.html
share/R/library/base/html/interactive.html
share/R/library/base/html/invisible.html
share/R/library/base/html/is.atomic.html
share/R/library/base/html/is.finite.html
share/R/library/base/html/is.function.html
+share/R/library/base/html/is.single.html
share/R/library/base/html/is.language.html
share/R/library/base/html/is.recursive.html
-share/R/library/base/html/is.single.html
+share/R/library/base/html/isR.html
+share/R/library/base/html/islands.html
+share/R/library/base/html/judges.html
share/R/library/base/html/lapply.html
+share/R/library/base/html/layout.html
share/R/library/base/html/legend.html
share/R/library/base/html/length.html
share/R/library/base/html/levels.html
share/R/library/base/html/library.html
+share/R/library/base/html/library.dynam.html
share/R/library/base/html/license.html
share/R/library/base/html/lines.html
share/R/library/base/html/list.html
share/R/library/base/html/lm.html
share/R/library/base/html/lm.influence.html
+share/R/library/base/html/lm.summaries.html
share/R/library/base/html/load.html
share/R/library/base/html/locator.html
-share/R/library/base/html/logical.html
+share/R/library/base/html/longley.html
share/R/library/base/html/lower.tri.html
share/R/library/base/html/lowess.html
share/R/library/base/html/ls.html
share/R/library/base/html/ls.diag.html
share/R/library/base/html/ls.print.html
-share/R/library/base/html/qr.html
share/R/library/base/html/lsfit.html
share/R/library/base/html/machine.html
share/R/library/base/html/macintosh.html
share/R/library/base/html/mad.html
+share/R/library/base/html/mahalanobis.html
share/R/library/base/html/mat.or.vec.html
share/R/library/base/html/match.html
share/R/library/base/html/match.arg.html
share/R/library/base/html/match.call.html
+share/R/library/base/html/matmult.html
share/R/library/base/html/matplot.html
share/R/library/base/html/matrix.html
share/R/library/base/html/mean.html
@@ -763,26 +899,30 @@ share/R/library/base/html/menu.html
share/R/library/base/html/methods.html
share/R/library/base/html/missing.html
share/R/library/base/html/mode.html
+share/R/library/base/html/mtext.html
+share/R/library/base/html/model.extract.html
share/R/library/base/html/model.frame.html
share/R/library/base/html/model.matrix.html
-share/R/library/base/html/mtext.html
share/R/library/base/html/na.action.html
share/R/library/base/html/na.fail.html
share/R/library/base/html/name.html
-share/R/library/base/html/sd.html
share/R/library/base/html/names.html
share/R/library/base/html/nargs.html
share/R/library/base/html/nchar.html
share/R/library/base/html/nextn.html
+share/R/library/base/html/nhtemp.html
share/R/library/base/html/nlevels.html
share/R/library/base/html/nlm.html
share/R/library/base/html/noquote.html
+share/R/library/base/html/notyet.html
share/R/library/base/html/nrow.html
share/R/library/base/html/numeric.html
+share/R/library/base/html/offset.html
share/R/library/base/html/on.exit.html
share/R/library/base/html/optimize.html
share/R/library/base/html/options.html
share/R/library/base/html/order.html
+share/R/library/base/html/qr.html
share/R/library/base/html/outer.html
share/R/library/base/html/pairs.html
share/R/library/base/html/palette.html
@@ -790,19 +930,26 @@ share/R/library/base/html/palettes.html
share/R/library/base/html/par.html
share/R/library/base/html/parse.html
share/R/library/base/html/paste.html
+share/R/library/base/html/phones.html
share/R/library/base/html/pictex.html
share/R/library/base/html/piechart.html
+share/R/library/base/html/pigs.html
share/R/library/base/html/plot.html
-share/R/library/base/html/t.html
+share/R/library/base/html/plot.window.html
share/R/library/base/html/plot.xy.html
share/R/library/base/html/plotdefault.html
+share/R/library/base/html/plotfactor.html
+share/R/library/base/html/plotformula.html
share/R/library/base/html/pmatch.html
share/R/library/base/html/points.html
share/R/library/base/html/polygon.html
share/R/library/base/html/polyroot.html
share/R/library/base/html/postscript.html
+share/R/library/base/html/sd.html
share/R/library/base/html/ppoints.html
+share/R/library/base/html/precip.html
share/R/library/base/html/predict.html
+share/R/library/base/html/presidents.html
share/R/library/base/html/pretty.html
share/R/library/base/html/print.html
share/R/library/base/html/print.default.html
@@ -812,11 +959,12 @@ share/R/library/base/html/prompt.html
share/R/library/base/html/prop.test.html
share/R/library/base/html/qqnorm.html
share/R/library/base/html/qraux.html
+share/R/library/base/html/quakes.html
share/R/library/base/html/quantile.html
share/R/library/base/html/quit.html
share/R/library/base/html/range.html
share/R/library/base/html/rank.html
-share/R/library/base/html/rbind.html
+share/R/library/base/html/read.fwf.html
share/R/library/base/html/read.table.html
share/R/library/base/html/readline.html
share/R/library/base/html/real.html
@@ -827,12 +975,15 @@ share/R/library/base/html/replace.html
share/R/library/base/html/residuals.html
share/R/library/base/html/rev.html
share/R/library/base/html/rgb.html
+share/R/library/base/html/rivers.html
share/R/library/base/html/row.html
share/R/library/base/html/rownames.html
share/R/library/base/html/sample.html
share/R/library/base/html/save.html
+share/R/library/base/html/savings.html
share/R/library/base/html/scale.html
share/R/library/base/html/scan.html
+share/R/library/base/html/search.html
share/R/library/base/html/seq.html
share/R/library/base/html/sequence.html
share/R/library/base/html/sign.html
@@ -842,6 +993,8 @@ share/R/library/base/html/sort.html
share/R/library/base/html/source.html
share/R/library/base/html/splinefun.html
share/R/library/base/html/split.html
+share/R/library/base/html/stackloss.html
+share/R/library/base/html/stat.anova.html
share/R/library/base/html/stem.html
share/R/library/base/html/stop.html
share/R/library/base/html/str.html
@@ -856,12 +1009,15 @@ share/R/library/base/html/sum.html
share/R/library/base/html/summary.html
share/R/library/base/html/svd.html
share/R/library/base/html/sweep.html
+share/R/library/base/html/swiss.html
share/R/library/base/html/switch.html
share/R/library/base/html/symnum.html
share/R/library/base/html/sys.parent.html
share/R/library/base/html/system.html
share/R/library/base/html/system.date.html
+share/R/library/base/html/system.file.html
share/R/library/base/html/system.time.html
+share/R/library/base/html/t.html
share/R/library/base/html/t.test.html
share/R/library/base/html/table.html
share/R/library/base/html/tabulate.html
@@ -874,6 +1030,7 @@ share/R/library/base/html/title.html
share/R/library/base/html/trace.html
share/R/library/base/html/traceback.html
share/R/library/base/html/transform.html
+share/R/library/base/html/trees.html
share/R/library/base/html/ts.html
share/R/library/base/html/typeof.html
share/R/library/base/html/unique.html
@@ -883,33 +1040,445 @@ share/R/library/base/html/unlink.html
share/R/library/base/html/unlist.html
share/R/library/base/html/update.formula.html
share/R/library/base/html/update.lm.html
+share/R/library/base/html/uspop.html
share/R/library/base/html/var.html
share/R/library/base/html/vector.html
+share/R/library/base/html/volcano.html
share/R/library/base/html/warning.html
+share/R/library/base/html/warpbreaks.html
share/R/library/base/html/weighted.mean.html
+share/R/library/base/html/which.html
share/R/library/base/html/window.html
+share/R/library/base/html/women.html
share/R/library/base/html/write.html
+share/R/library/base/html/write.table.html
share/R/library/base/html/x11.html
share/R/library/base/html/xy.coords.html
+share/R/library/base/latex/Alias.tex
+share/R/library/base/latex/Arithmetic.tex
+share/R/library/base/latex/Beta.tex
+share/R/library/base/latex/Binomial.tex
+share/R/library/base/latex/COMPILE.tex
+share/R/library/base/latex/Cauchy.tex
+share/R/library/base/latex/Chisquare.tex
+share/R/library/base/latex/Comparison.tex
+share/R/library/base/latex/Constants.tex
+share/R/library/base/latex/Control.tex
+share/R/library/base/latex/Defunct.tex
+share/R/library/base/latex/Deprecated.tex
+share/R/library/base/latex/Devices.tex
+share/R/library/base/latex/Exponential.tex
+share/R/library/base/latex/Extract.tex
+share/R/library/base/latex/Extremes.tex
+share/R/library/base/latex/F.tex
+share/R/library/base/latex/Foreign.tex
+share/R/library/base/latex/GammaDist.tex
+share/R/library/base/latex/Geometric.tex
+share/R/library/base/latex/Hyperbolic.tex
+share/R/library/base/latex/Hypergeometric.tex
+share/R/library/base/latex/INSTALL.tex
+share/R/library/base/latex/IQR.tex
+share/R/library/base/latex/Internal.tex
+share/R/library/base/latex/Log.tex
+share/R/library/base/latex/Logic.tex
+share/R/library/base/latex/Logistic.tex
+share/R/library/base/latex/Lognormal.tex
+share/R/library/base/latex/Machine.tex
+share/R/library/base/latex/Math.tex
+share/R/library/base/latex/NA.tex
+share/R/library/base/latex/NChisquare.tex
+share/R/library/base/latex/NULL.tex
+share/R/library/base/latex/NegBinomial.tex
+share/R/library/base/latex/Normal.tex
+share/R/library/base/latex/Poisson.tex
+share/R/library/base/latex/Primitive.tex
+share/R/library/base/latex/REMOVE.tex
+share/R/library/base/latex/RHOME.tex
+share/R/library/base/latex/Random.tex
+share/R/library/base/latex/Round.tex
+share/R/library/base/latex/SHLIB.tex
+share/R/library/base/latex/Special.tex
+share/R/library/base/latex/TDist.tex
+share/R/library/base/latex/Trig.tex
+share/R/library/base/latex/Tukey.tex
+share/R/library/base/latex/Uniform.tex
+share/R/library/base/latex/Version.tex
+share/R/library/base/latex/Weibull.tex
+share/R/library/base/latex/Wilcoxon.tex
+share/R/library/base/latex/abbreviate.tex
+share/R/library/base/latex/abline.tex
+share/R/library/base/latex/acid.tex
+share/R/library/base/latex/airmiles.tex
+share/R/library/base/latex/airquality.tex
+share/R/library/base/latex/all.tex
+share/R/library/base/latex/allnames.tex
+share/R/library/base/latex/anova.tex
+share/R/library/base/latex/anscombe.tex
+share/R/library/base/latex/aperm.tex
+share/R/library/base/latex/append.tex
+share/R/library/base/latex/apply.tex
+share/R/library/base/latex/approxfun.tex
+share/R/library/base/latex/apropos.tex
+share/R/library/base/latex/args.tex
+share/R/library/base/latex/array.tex
+share/R/library/base/latex/arrows.tex
+share/R/library/base/latex/as.function.tex
+share/R/library/base/latex/assign.tex
+share/R/library/base/latex/attach.tex
+share/R/library/base/latex/attenu.tex
+share/R/library/base/latex/attr.tex
+share/R/library/base/latex/attributes.tex
+share/R/library/base/latex/autoload.tex
+share/R/library/base/latex/ave.tex
+share/R/library/base/latex/axis.tex
+share/R/library/base/latex/backsolve.tex
+share/R/library/base/latex/barplot.tex
+share/R/library/base/latex/bees.tex
+share/R/library/base/latex/body.tex
+share/R/library/base/latex/box.tex
+share/R/library/base/latex/boxplot.tex
+share/R/library/base/latex/boxplot.stats.tex
+share/R/library/base/latex/browser.tex
+share/R/library/base/latex/bxp.tex
+share/R/library/base/latex/c.tex
+share/R/library/base/latex/call.tex
+share/R/library/base/latex/cars.tex
+share/R/library/base/latex/case.names.tex
+share/R/library/base/latex/cat.tex
+share/R/library/base/latex/cbind.tex
+share/R/library/base/latex/character.tex
+share/R/library/base/latex/charmatch.tex
+share/R/library/base/latex/chickwts.tex
+share/R/library/base/latex/col.tex
+share/R/library/base/latex/chisq.test.tex
+share/R/library/base/latex/chol.tex
+share/R/library/base/latex/chol2inv.tex
+share/R/library/base/latex/class.tex
+share/R/library/base/latex/codes.tex
+share/R/library/base/latex/coefficients.tex
+share/R/library/base/latex/colnames.tex
+share/R/library/base/latex/colors.tex
+share/R/library/base/latex/comment.tex
+share/R/library/base/latex/complete.cases.tex
+share/R/library/base/latex/complex.tex
+share/R/library/base/latex/consume.tex
+share/R/library/base/latex/contour.tex
+share/R/library/base/latex/contrast.tex
+share/R/library/base/latex/contrasts.tex
+share/R/library/base/latex/contributors.tex
+share/R/library/base/latex/convolve.tex
+share/R/library/base/latex/coplot.tex
+share/R/library/base/latex/cor.tex
+share/R/library/base/latex/count.fields.tex
+share/R/library/base/latex/crimes.tex
+share/R/library/base/latex/crossprod.tex
+share/R/library/base/latex/cut.tex
+share/R/library/base/latex/cumsum.tex
+share/R/library/base/latex/curve.tex
+share/R/library/base/latex/data.tex
+share/R/library/base/latex/data.class.tex
+share/R/library/base/latex/data.frame.tex
+share/R/library/base/latex/data.matrix.tex
+share/R/library/base/latex/dataentry.tex
+share/R/library/base/latex/deaths.tex
+share/R/library/base/latex/debug.tex
+share/R/library/base/latex/delay.tex
+share/R/library/base/latex/delete.response.tex
+share/R/library/base/latex/demo.tex
+share/R/library/base/latex/density.tex
+share/R/library/base/latex/deparse.tex
+share/R/library/base/latex/deriv.tex
+share/R/library/base/latex/detach.tex
+share/R/library/base/latex/dev.tex
+share/R/library/base/latex/dev2.tex
+share/R/library/base/latex/deviance.tex
+share/R/library/base/latex/df.residual.tex
+share/R/library/base/latex/diag.tex
+share/R/library/base/latex/diff.tex
+share/R/library/base/latex/dim.tex
+share/R/library/base/latex/dimnames.tex
+share/R/library/base/latex/discoveries.tex
+share/R/library/base/latex/do.call.tex
+share/R/library/base/latex/dotplot.tex
+share/R/library/base/latex/double.tex
+share/R/library/base/latex/dput.tex
+share/R/library/base/latex/drop.tex
+share/R/library/base/latex/dump.tex
+share/R/library/base/latex/duplicated.tex
+share/R/library/base/latex/dynload.tex
+share/R/library/base/latex/edit.tex
+share/R/library/base/latex/eigen.tex
+share/R/library/base/latex/environment.tex
+share/R/library/base/latex/esoph.tex
+share/R/library/base/latex/eurodist.tex
+share/R/library/base/latex/eval.tex
+share/R/library/base/latex/exists.tex
+share/R/library/base/latex/expression.tex
+share/R/library/base/latex/factor.tex
+share/R/library/base/latex/faithful.tex
+share/R/library/base/latex/family.tex
+share/R/library/base/latex/fft.tex
+share/R/library/base/latex/fitted.values.tex
+share/R/library/base/latex/fivenum.tex
+share/R/library/base/latex/fix.tex
+share/R/library/base/latex/formals.tex
+share/R/library/base/latex/format.tex
+share/R/library/base/latex/format.info.tex
+share/R/library/base/latex/formatc.tex
+share/R/library/base/latex/formula.tex
+share/R/library/base/latex/frame.tex
+share/R/library/base/latex/freeny.tex
+share/R/library/base/latex/function.tex
+share/R/library/base/latex/gc.tex
+share/R/library/base/latex/get.tex
+share/R/library/base/latex/getenv.tex
+share/R/library/base/latex/gl.tex
+share/R/library/base/latex/glm.tex
+share/R/library/base/latex/glm.summaries.tex
+share/R/library/base/latex/graphics.off.tex
+share/R/library/base/latex/gray.tex
+share/R/library/base/latex/grep.tex
+share/R/library/base/latex/grid.tex
+share/R/library/base/latex/help.tex
+share/R/library/base/latex/hist.tex
+share/R/library/base/latex/hsv.tex
+share/R/library/base/latex/identify.tex
+share/R/library/base/latex/ifelse.tex
+share/R/library/base/latex/image.tex
+share/R/library/base/latex/infert.tex
+share/R/library/base/latex/influence.measures.tex
+share/R/library/base/latex/insects.tex
+share/R/library/base/latex/integer.tex
+share/R/library/base/latex/interactive.tex
+share/R/library/base/latex/invisible.tex
+share/R/library/base/latex/is.atomic.tex
+share/R/library/base/latex/is.finite.tex
+share/R/library/base/latex/is.function.tex
+share/R/library/base/latex/is.language.tex
+share/R/library/base/latex/is.recursive.tex
+share/R/library/base/latex/is.single.tex
+share/R/library/base/latex/isR.tex
+share/R/library/base/latex/islands.tex
+share/R/library/base/latex/judges.tex
+share/R/library/base/latex/lapply.tex
+share/R/library/base/latex/layout.tex
+share/R/library/base/latex/legend.tex
+share/R/library/base/latex/length.tex
+share/R/library/base/latex/levels.tex
+share/R/library/base/latex/library.tex
+share/R/library/base/latex/library.dynam.tex
+share/R/library/base/latex/license.tex
+share/R/library/base/latex/lines.tex
+share/R/library/base/latex/list.tex
+share/R/library/base/latex/lm.tex
+share/R/library/base/latex/lm.influence.tex
+share/R/library/base/latex/lm.summaries.tex
+share/R/library/base/latex/load.tex
+share/R/library/base/latex/locator.tex
+share/R/library/base/latex/logical.tex
+share/R/library/base/latex/longley.tex
+share/R/library/base/latex/lower.tri.tex
+share/R/library/base/latex/lowess.tex
+share/R/library/base/latex/ls.tex
+share/R/library/base/latex/ls.diag.tex
+share/R/library/base/latex/ls.print.tex
+share/R/library/base/latex/lsfit.tex
+share/R/library/base/latex/machine.tex
+share/R/library/base/latex/macintosh.tex
+share/R/library/base/latex/mad.tex
+share/R/library/base/latex/mahalanobis.tex
+share/R/library/base/latex/mat.or.vec.tex
+share/R/library/base/latex/match.tex
+share/R/library/base/latex/match.arg.tex
+share/R/library/base/latex/match.call.tex
+share/R/library/base/latex/matmult.tex
+share/R/library/base/latex/matplot.tex
+share/R/library/base/latex/matrix.tex
+share/R/library/base/latex/mean.tex
+share/R/library/base/latex/median.tex
+share/R/library/base/latex/menu.tex
+share/R/library/base/latex/methods.tex
+share/R/library/base/latex/missing.tex
+share/R/library/base/latex/mode.tex
+share/R/library/base/latex/model.extract.tex
+share/R/library/base/latex/model.frame.tex
+share/R/library/base/latex/model.matrix.tex
+share/R/library/base/latex/mtext.tex
+share/R/library/base/latex/na.action.tex
+share/R/library/base/latex/na.fail.tex
+share/R/library/base/latex/name.tex
+share/R/library/base/latex/names.tex
+share/R/library/base/latex/nargs.tex
+share/R/library/base/latex/nchar.tex
+share/R/library/base/latex/nextn.tex
+share/R/library/base/latex/nhtemp.tex
+share/R/library/base/latex/nlevels.tex
+share/R/library/base/latex/nlm.tex
+share/R/library/base/latex/noquote.tex
+share/R/library/base/latex/notyet.tex
+share/R/library/base/latex/nrow.tex
+share/R/library/base/latex/numeric.tex
+share/R/library/base/latex/offset.tex
+share/R/library/base/latex/on.exit.tex
+share/R/library/base/latex/optimize.tex
+share/R/library/base/latex/options.tex
+share/R/library/base/latex/order.tex
+share/R/library/base/latex/outer.tex
+share/R/library/base/latex/pairs.tex
+share/R/library/base/latex/palette.tex
+share/R/library/base/latex/palettes.tex
+share/R/library/base/latex/par.tex
+share/R/library/base/latex/parse.tex
+share/R/library/base/latex/paste.tex
+share/R/library/base/latex/phones.tex
+share/R/library/base/latex/pictex.tex
+share/R/library/base/latex/piechart.tex
+share/R/library/base/latex/pigs.tex
+share/R/library/base/latex/plot.tex
+share/R/library/base/latex/plot.window.tex
+share/R/library/base/latex/plot.xy.tex
+share/R/library/base/latex/plotdefault.tex
+share/R/library/base/latex/plotfactor.tex
+share/R/library/base/latex/plotformula.tex
+share/R/library/base/latex/pmatch.tex
+share/R/library/base/latex/points.tex
+share/R/library/base/latex/polygon.tex
+share/R/library/base/latex/polyroot.tex
+share/R/library/base/latex/postscript.tex
+share/R/library/base/latex/ppoints.tex
+share/R/library/base/latex/precip.tex
+share/R/library/base/latex/predict.tex
+share/R/library/base/latex/presidents.tex
+share/R/library/base/latex/pretty.tex
+share/R/library/base/latex/print.tex
+share/R/library/base/latex/print.default.tex
+share/R/library/base/latex/proc.time.tex
+share/R/library/base/latex/prod.tex
+share/R/library/base/latex/prompt.tex
+share/R/library/base/latex/prop.test.tex
+share/R/library/base/latex/qqnorm.tex
+share/R/library/base/latex/qr.tex
+share/R/library/base/latex/qraux.tex
+share/R/library/base/latex/quakes.tex
+share/R/library/base/latex/quantile.tex
+share/R/library/base/latex/quit.tex
+share/R/library/base/latex/range.tex
+share/R/library/base/latex/rank.tex
+share/R/library/base/latex/read.fwf.tex
+share/R/library/base/latex/read.table.tex
+share/R/library/base/latex/readline.tex
+share/R/library/base/latex/real.tex
+share/R/library/base/latex/rect.tex
+share/R/library/base/latex/remove.tex
+share/R/library/base/latex/rep.tex
+share/R/library/base/latex/replace.tex
+share/R/library/base/latex/residuals.tex
+share/R/library/base/latex/rev.tex
+share/R/library/base/latex/rgb.tex
+share/R/library/base/latex/rivers.tex
+share/R/library/base/latex/row.tex
+share/R/library/base/latex/rownames.tex
+share/R/library/base/latex/sample.tex
+share/R/library/base/latex/save.tex
+share/R/library/base/latex/savings.tex
+share/R/library/base/latex/scale.tex
+share/R/library/base/latex/scan.tex
+share/R/library/base/latex/sd.tex
+share/R/library/base/latex/search.tex
+share/R/library/base/latex/seq.tex
+share/R/library/base/latex/sequence.tex
+share/R/library/base/latex/sign.tex
+share/R/library/base/latex/sink.tex
+share/R/library/base/latex/solve.tex
+share/R/library/base/latex/str.tex
+share/R/library/base/latex/sort.tex
+share/R/library/base/latex/source.tex
+share/R/library/base/latex/splinefun.tex
+share/R/library/base/latex/split.tex
+share/R/library/base/latex/stackloss.tex
+share/R/library/base/latex/stat.anova.tex
+share/R/library/base/latex/stem.tex
+share/R/library/base/latex/stop.tex
+share/R/library/base/latex/stripplot.tex
+share/R/library/base/latex/strsplit.tex
+share/R/library/base/latex/structure.tex
+share/R/library/base/latex/strwidth.tex
+share/R/library/base/latex/subset.tex
+share/R/library/base/latex/substitute.tex
+share/R/library/base/latex/substr.tex
+share/R/library/base/latex/sum.tex
+share/R/library/base/latex/summary.tex
+share/R/library/base/latex/svd.tex
+share/R/library/base/latex/sweep.tex
+share/R/library/base/latex/swiss.tex
+share/R/library/base/latex/switch.tex
+share/R/library/base/latex/symnum.tex
+share/R/library/base/latex/sys.parent.tex
+share/R/library/base/latex/system.tex
+share/R/library/base/latex/system.date.tex
+share/R/library/base/latex/system.file.tex
+share/R/library/base/latex/system.time.tex
+share/R/library/base/latex/t.tex
+share/R/library/base/latex/t.test.tex
+share/R/library/base/latex/table.tex
+share/R/library/base/latex/tabulate.tex
+share/R/library/base/latex/tapply.tex
+share/R/library/base/latex/tempfile.tex
+share/R/library/base/latex/terms.tex
+share/R/library/base/latex/text.tex
+share/R/library/base/latex/time.tex
+share/R/library/base/latex/title.tex
+share/R/library/base/latex/trace.tex
+share/R/library/base/latex/traceback.tex
+share/R/library/base/latex/transform.tex
+share/R/library/base/latex/trees.tex
+share/R/library/base/latex/ts.tex
+share/R/library/base/latex/typeof.tex
+share/R/library/base/latex/unique.tex
+share/R/library/base/latex/uniroot.tex
+share/R/library/base/latex/units.tex
+share/R/library/base/latex/unlink.tex
+share/R/library/base/latex/unlist.tex
+share/R/library/base/latex/update.formula.tex
+share/R/library/base/latex/update.lm.tex
+share/R/library/base/latex/uspop.tex
+share/R/library/base/latex/var.tex
+share/R/library/base/latex/vector.tex
+share/R/library/base/latex/volcano.tex
+share/R/library/base/latex/warning.tex
+share/R/library/base/latex/warpbreaks.tex
+share/R/library/base/latex/weighted.mean.tex
+share/R/library/base/latex/which.tex
+share/R/library/base/latex/window.tex
+share/R/library/base/latex/women.tex
+share/R/library/base/latex/write.tex
+share/R/library/base/latex/write.table.tex
+share/R/library/base/latex/x11.tex
+share/R/library/base/latex/xy.coords.tex
share/R/library/eda/libs/eda.so
share/R/library/eda/R/eda
share/R/library/eda/INDEX
share/R/library/eda/TITLE
-share/R/library/eda/help/line
+share/R/library/eda/help/00Titles
share/R/library/eda/help/AnIndex
+share/R/library/eda/help/line
share/R/library/eda/help/medpolish
share/R/library/eda/help/smooth
share/R/library/eda/html/00Index.html
share/R/library/eda/html/line.html
share/R/library/eda/html/medpolish.html
share/R/library/eda/html/smooth.html
+share/R/library/eda/latex/line.tex
+share/R/library/eda/latex/medpolish.tex
+share/R/library/eda/latex/smooth.tex
share/R/library/LibIndex
share/R/library/mva/libs/mva.so
share/R/library/mva/R/mva
share/R/library/mva/INDEX
share/R/library/mva/TITLE
-share/R/library/mva/help/cancor
+share/R/library/mva/help/00Titles
share/R/library/mva/help/AnIndex
+share/R/library/mva/help/cancor
share/R/library/mva/help/cmdscale
share/R/library/mva/help/dist
share/R/library/mva/help/hclust
@@ -920,30 +1489,39 @@ share/R/library/mva/html/cmdscale.html
share/R/library/mva/html/dist.html
share/R/library/mva/html/hclust.html
share/R/library/mva/html/prcomp.html
+share/R/library/mva/latex/cancor.tex
+share/R/library/mva/latex/cmdscale.tex
+share/R/library/mva/latex/dist.tex
+share/R/library/mva/latex/hclust.tex
+share/R/library/mva/latex/prcomp.tex
share/R/library/stepfun/R/stepfun
share/R/library/stepfun/INDEX
share/R/library/stepfun/TITLE
-share/R/library/stepfun/help/ecdf
+share/R/library/stepfun/help/00Titles
share/R/library/stepfun/help/AnIndex
+share/R/library/stepfun/help/ecdf
share/R/library/stepfun/help/plot.stepfun
share/R/library/stepfun/help/stepfun
share/R/library/stepfun/html/00Index.html
share/R/library/stepfun/html/ecdf.html
share/R/library/stepfun/html/plot.stepfun.html
share/R/library/stepfun/html/stepfun.html
-share/R/library/index.html
+share/R/library/stepfun/latex/ecdf.tex
+share/R/library/stepfun/latex/plot.stepfun.tex
+share/R/library/stepfun/latex/stepfun.tex
share/R/demos/dynload/Makefile.in
share/R/demos/dynload/README
share/R/demos/dynload/zero.R
share/R/demos/dynload/zero.c
share/R/demos/dynload/Makefile
+share/R/demos/models/glm-v+r.R
+share/R/demos/models/lm+glm.R
+share/R/demos/Makefile
share/R/demos/graphics/graphics.R
share/R/demos/graphics/image.R
share/R/demos/language/is-things.R
share/R/demos/language/recursion.R
share/R/demos/language/scoping.R
-share/R/demos/models/glm-v+r.R
-share/R/demos/models/lm+glm.R
share/R/demos/nlm/valley.R
share/R/cmd/filename
share/R/cmd/fwf2table.in
@@ -951,40 +1529,46 @@ share/R/cmd/help
share/R/cmd/loadpath
share/R/cmd/pager
share/R/cmd/fwf2table
+@dirrm share/R/etc/Rdoc
@dirrm share/R/etc/older-stuff
@dirrm share/R/etc/undoc
-@dirrm share/R/html/tech
-@dirrm share/R/html/test
-@dirrm share/R/html
+@dirrm share/R/doc/html/search
+@dirrm share/R/doc/html
+@dirrm share/R/doc/manual
@dirrm share/R/library/base/R
@dirrm share/R/library/base/data
@dirrm share/R/library/base/help
@dirrm share/R/library/base/html
+@dirrm share/R/library/base/latex
@dirrm share/R/library/base
@dirrm share/R/library/eda/libs
@dirrm share/R/library/eda/R
@dirrm share/R/library/eda/help
@dirrm share/R/library/eda/html
+@dirrm share/R/library/eda/latex
@dirrm share/R/library/eda
@dirrm share/R/library/mva/libs
@dirrm share/R/library/mva/R
@dirrm share/R/library/mva/help
@dirrm share/R/library/mva/html
+@dirrm share/R/library/mva/latex
@dirrm share/R/library/mva
@dirrm share/R/library/stepfun/R
@dirrm share/R/library/stepfun/help
@dirrm share/R/library/stepfun/html
+@dirrm share/R/library/stepfun/latex
@dirrm share/R/library/stepfun
@dirrm share/R/demos/dynload
+@dirrm share/R/demos/models
@dirrm share/R/demos/graphics
@dirrm share/R/demos/language
-@dirrm share/R/demos/models
@dirrm share/R/demos/nlm
+@dirrm share/R/demos
@dirrm share/R/include
@dirrm share/R/library
-@dirrm share/R/demos
+@dirrm share/R/doc
+@dirrm share/R/cmd
@dirrm share/R/bin
@dirrm share/R/afm
@dirrm share/R/etc
-@dirrm share/R/cmd
@dirrm share/R