From 168ae0f78259ab889f9f991381ca5e35ef9a529f Mon Sep 17 00:00:00 2001 From: rh Date: Wed, 12 Jan 2000 22:05:30 +0000 Subject: Update R to 0.90.1. Changes are tons of changes and bugfixes, too numerous to list here (see http://cran.r-project.org/src/base/NEWS for more information). --- math/R/Makefile | 14 +- math/R/files/md5 | 4 +- math/R/files/patch-sum | 10 +- math/R/patches/patch-ab | 26 +- math/R/patches/patch-ae | 26 +- math/R/patches/patch-af | 35 +- math/R/patches/patch-ag | 16 +- math/R/pkg/PLIST | 3235 ++++++++++++++++++++++++++++------------------- 8 files changed, 1978 insertions(+), 1388 deletions(-) (limited to 'math/R') diff --git a/math/R/Makefile b/math/R/Makefile index ab5e52b0455..29232303869 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.10 1999/11/23 17:37:28 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.11 2000/01/12 22:05:30 rh Exp $ # -DISTNAME= R-0.64.2 +DISTNAME= R-0.90.1 CATEGORIES= math -MASTER_SITES= http://lib.stat.cmu.edu/R/CRAN/src/base/ \ +MASTER_SITES= http://cran.r-project.org/src/base/ \ + ftp://cran.r-project.org/pub/R/src/base/ \ + http://lib.stat.cmu.edu/R/CRAN/src/base/ \ ftp://ftp.biostat.washington.edu/mirrors/R/CRAN/src/base/ \ http://cran.stat.wisc.edu/src/base/ \ http://SunSITE.auc.dk/R/src/base/ \ @@ -12,17 +14,19 @@ MASTER_SITES= http://lib.stat.cmu.edu/R/CRAN/src/base/ \ ftp://dola.snu.ac.kr/pub/R/CRAN/src/base/ \ http://stat.ethz.ch/CRAN/src/base/ \ http://www.stats.bris.ac.uk/R/src/base/ \ - ftp://ftp.ci.tuwien.ac.at/pub/R/src/base/ + http://cran.at.r-project.org/src/base/ \ + ftp://cran.at.r-project.org/pub/R/src/base/ EXTRACT_SUFX= .tgz MAINTAINER= jlam@netbsd.org -HOMEPAGE= http://lib.stat.cmu.edu/R/CRAN/ +HOMEPAGE= http://cran.r-project.org/ DEPENDS+= readline-4.0:../../devel/readline USE_FORTRAN= yes USE_X11= yes USE_PERL5= yes +USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-readline --with-x diff --git a/math/R/files/md5 b/math/R/files/md5 index 150634fb816..538804c453b 100644 --- a/math/R/files/md5 +++ b/math/R/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.4 1999/08/26 23:52:22 jlam Exp $ +$NetBSD: md5,v 1.5 2000/01/12 22:05:32 rh Exp $ -MD5 (R-0.64.2.tgz) = a25197e6ed875628de6bb9fc6ce34fe4 +MD5 (R-0.90.1.tgz) = 5ff7ed7ac53b7e968a373c9cf3099443 diff --git a/math/R/files/patch-sum b/math/R/files/patch-sum index 1697f356b42..bc3e59af526 100644 --- a/math/R/files/patch-sum +++ b/math/R/files/patch-sum @@ -1,8 +1,8 @@ -$NetBSD: patch-sum,v 1.2 1999/08/26 23:52:22 jlam Exp $ +$NetBSD: patch-sum,v 1.3 2000/01/12 22:05:32 rh Exp $ MD5 (patch-aa) = f11a1756dbe1f0d3499cce6919f5fce5 -MD5 (patch-ab) = 531d0693101c2643614367fc5e80fac3 -MD5 (patch-ae) = 15ea96c64228ee0836bac46a2a1c1c7e -MD5 (patch-af) = 16d1f1b836f457aaa14127658fde33b8 -MD5 (patch-ag) = bc27506dada75af67da6905b2bac982d +MD5 (patch-ab) = f7eba6b61875f0e55bc8edd1eca67c39 +MD5 (patch-ae) = 97a850f5efd0f91571361750e69b35eb +MD5 (patch-af) = 67bcec4540b994104ba99b35667f6d10 +MD5 (patch-ag) = 62f3628549a1e9a4c1440e05548f2cb1 MD5 (patch-ah) = 37e5d8f9aa3a296a62150a8269415807 diff --git a/math/R/patches/patch-ab b/math/R/patches/patch-ab index d609f0759a4..08423e2bb5f 100644 --- a/math/R/patches/patch-ab +++ b/math/R/patches/patch-ab @@ -1,16 +1,24 @@ -$NetBSD: patch-ab,v 1.3 1999/08/26 23:52:22 jlam Exp $ +$NetBSD: patch-ab,v 1.4 2000/01/12 22:05:32 rh Exp $ ---- configure.orig Fri Jul 2 08:23:14 1999 -+++ configure Thu Aug 26 18:32:19 1999 -@@ -3748,9 +3748,10 @@ +--- configure.orig Wed Dec 15 13:29:04 1999 ++++ configure Wed Jan 12 21:19:24 2000 +@@ -5377,9 +5377,10 @@ ;; *netbsd*) if ${CPP} - -dM < /dev/null | grep -q __ELF__; then -- DLLFLAGS="-export-dynamic" -+ DLLFLAGS="${LDFLAGS} -export-dynamic" - SHLIBLDFLAGS="-shared" +- dllflags="-export-dynamic" ++ dllflags="${LDFLAGS} -export-dynamic" + shlibldflags="-shared" else -+ DLLFLAGS="${LDFLAGS}" - SHLIBLDFLAGS="-Bshareable" ++ dllflags="${LDFLAGS}" + shlibldflags="-Bshareable" fi ;; +@@ -6548,6 +6549,7 @@ + s%@AWK@%$AWK%g + s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g + s%@INSTALL_DATA@%$INSTALL_DATA%g ++s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g + s%@LN_S@%$LN_S%g + s%@RANLIB@%$RANLIB%g + s%@YACC@%$YACC%g diff --git a/math/R/patches/patch-ae b/math/R/patches/patch-ae index b4bc04a7333..06167e144b7 100644 --- a/math/R/patches/patch-ae +++ b/math/R/patches/patch-ae @@ -1,22 +1,20 @@ -$NetBSD: patch-ae,v 1.2 1999/08/26 23:52:22 jlam Exp $ +$NetBSD: patch-ae,v 1.3 2000/01/12 22:05:33 rh Exp $ ---- Makefile.in.orig Mon Jun 28 09:46:08 1999 -+++ Makefile.in Thu Aug 26 18:41:20 1999 -@@ -49,16 +49,20 @@ +--- Makefile.in.orig Wed Jan 12 20:01:29 2000 ++++ Makefile.in Wed Jan 12 20:07:14 2000 +@@ -51,7 +51,7 @@ $(INSTALL_DATA) $${f} $(rhome); \ done) @echo "Installing executables ..." -- @$(INSTALL_PROGRAM) bin/R.binary $(rhome)/bin -+ @$(INSTALL_PROGRAM) bin/R.binary $(bindir) -+ @if [ -f bin/R.gnome ]; then \ -+ $(INSTALL_PROGRAM) bin/R.gnome $(bindir); \ -+ fi - @cat bin/R | sed "s@RHOME=.*@RHOME=$(rhome)@" > $(rhome)/bin/R - @cat bin/R | sed "s@RHOME=.*@RHOME=$(rhome)@" > $(bindir)/R - @chmod 755 $(bindir)/R $(rhome)/bin/R +- @$(INSTALL_PROGRAM) bin/R.X11 $(rhome)/bin ++ @$(INSTALL_PROGRAM) bin/R.X11 $(bindir) + @if test -x bin/R.gnome; then \ + $(INSTALL_PROGRAM) bin/R.gnome $(rhome)/bin; \ + fi +@@ -61,10 +61,10 @@ @for f in `ls bin/* | grep -v '^bin/R\**$$' \ -+ | grep -v '^bin/R.gnome\**$$' \ - | grep -v '^bin/R.binary\**$$'`; do \ + | grep -v '^bin/R.X11\**$$' \ + | grep -v '^bin/R.gnome\**$$'`; do \ - $(INSTALL) $${f} $(rhome)/bin; \ + $(INSTALL_SCRIPT) $${f} $(rhome)/bin; \ done diff --git a/math/R/patches/patch-af b/math/R/patches/patch-af index 6b3b784ead3..9c029334f2c 100644 --- a/math/R/patches/patch-af +++ b/math/R/patches/patch-af @@ -1,22 +1,21 @@ -$NetBSD: patch-af,v 1.2 1999/08/26 23:52:22 jlam Exp $ +$NetBSD: patch-af,v 1.3 2000/01/12 22:05:33 rh Exp $ ---- src/scripts/R.sh.in.orig Wed May 12 03:12:32 1999 -+++ src/scripts/R.sh.in Thu Aug 26 18:44:22 1999 -@@ -47,7 +47,7 @@ - echo "*** (maybe use \`run ${args}' from *inside* ${deb}" - echo "" - fi -- exec ${deb} ${RHOME}/bin/${R_BINARY} ;; -+ exec ${deb} @prefix@/bin/${R_BINARY} ;; - --no-environ) - USE_R_ENVIRON=false ;; - --vanilla) -@@ -107,7 +107,7 @@ - if ${USE_R_ENVIRON}; then - [ -r ${HOME}/.Renviron ] && . ${HOME}/.Renviron +--- src/scripts/R.sh.in.orig Wed Jan 12 20:12:45 2000 ++++ src/scripts/R.sh.in Wed Jan 12 20:15:02 2000 +@@ -114,14 +114,14 @@ + fi + + if test -z "${DBG}"; then +- exec ${R_HOME}/bin/${R_BINARY} @R_BATCHSAVE@ ${ARGS} ++ exec @prefix@/bin/${R_BINARY} @R_BATCHSAVE@ ${ARGS} + else + if test -n "${ARGS}"; then + echo "*** Further command line arguments (\`${ARGS}') disregarded" + echo "*** (maybe use \`run ${ARGS}' from *inside* ${DBG})" + echo "" + fi +- exec ${DBG} ${R_HOME}/bin/${R_BINARY} ++ exec ${DBG} @prefix@/bin/${R_BINARY} fi --exec ${RHOME}/bin/${R_BINARY} @R_BATCHSAVE@ ${ARGS} -+exec @prefix@/bin/${R_BINARY} @R_BATCHSAVE@ ${ARGS} ### Local Variables: *** - ### mode: sh *** diff --git a/math/R/patches/patch-ag b/math/R/patches/patch-ag index ad2e98a3e17..b497b64ddbd 100644 --- a/math/R/patches/patch-ag +++ b/math/R/patches/patch-ag @@ -1,17 +1,17 @@ -$NetBSD: patch-ag,v 1.1 1999/05/25 23:51:12 jlam Exp $ +$NetBSD: patch-ag,v 1.2 2000/01/12 22:05:33 rh Exp $ ---- src/scripts/Makefile.in.orig Fri Mar 5 11:19:10 1999 -+++ src/scripts/Makefile.in Tue May 25 02:39:25 1999 -@@ -26,10 +26,10 @@ - (cd $(top_builddir); sed "s@RHOME=.*@RHOME=`pwd`@" > bin/R) +--- src/scripts/Makefile.in.orig Wed Jan 12 20:16:55 2000 ++++ src/scripts/Makefile.in Wed Jan 12 20:17:56 2000 +@@ -38,10 +38,10 @@ + > $(top_builddir)/bin/R @chmod +x $(top_builddir)/bin/R - @for f in $(SRC_SCRIPTS); do \ + @for f in $(SCRIPTS_S); do \ - $(INSTALL) $(srcdir)/$$f $(top_builddir)/bin; \ + $(INSTALL_SCRIPT) $(srcdir)/$$f $(top_builddir)/bin; \ done - @for f in $(OBJ_SCRIPTS); do \ + @for f in $(SCRIPTS_B); do \ - $(INSTALL) $$f $(top_builddir)/bin; \ + $(INSTALL_SCRIPT) $$f $(top_builddir)/bin; \ done - mostlyclean: clean + $(SCRIPTS_B): $(top_builddir)/config.status diff --git a/math/R/pkg/PLIST b/math/R/pkg/PLIST index d7361e77c9b..06bc66db66a 100644 --- a/math/R/pkg/PLIST +++ b/math/R/pkg/PLIST @@ -1,56 +1,19 @@ -@comment $NetBSD: PLIST,v 1.4 1999/08/26 23:52:22 jlam Exp $ +@comment $NetBSD: PLIST,v 1.5 2000/01/12 22:05:33 rh Exp $ bin/R -bin/R.binary +bin/R.X11 bin/Rd2txt bin/Rdconv bin/Rdindex bin/Sd2Rd man/man1/R.1 -man/man1/Rd2txt.1 man/man1/Rdconv.1 -man/man1/Rdindex.1 +man/man1/Rd2txt.1 man/man1/Sd2Rd.1 -share/R/COPYING -share/R/COPYRIGHTS -share/R/MIRROR-SITES -share/R/RESOURCES -share/R/afm/agd_____.lt1 -share/R/afm/agdo____.lt1 -share/R/afm/agw_____.lt1 -share/R/afm/agwo____.lt1 -share/R/afm/bkd_____.lt1 -share/R/afm/bkdi____.lt1 -share/R/afm/bkl_____.lt1 -share/R/afm/bkli____.lt1 -share/R/afm/cob_____.lt1 -share/R/afm/cobo____.lt1 -share/R/afm/com_____.lt1 -share/R/afm/coo_____.lt1 -share/R/afm/hv______.lt1 -share/R/afm/hvb_____.lt1 -share/R/afm/hvbo____.lt1 -share/R/afm/hvn_____.lt1 -share/R/afm/hvnb____.lt1 -share/R/afm/hvnbo___.lt1 -share/R/afm/hvno____.lt1 -share/R/afm/hvo_____.lt1 -share/R/afm/ncb_____.lt1 -share/R/afm/ncbi____.lt1 -share/R/afm/nci_____.lt1 -share/R/afm/ncr_____.lt1 -share/R/afm/pob_____.lt1 -share/R/afm/pobi____.lt1 -share/R/afm/poi_____.lt1 -share/R/afm/por_____.lt1 -share/R/afm/sy______.afm -share/R/afm/tib_____.lt1 -share/R/afm/tibi____.lt1 -share/R/afm/tii_____.lt1 -share/R/afm/tir_____.lt1 +man/man1/Rdindex.1 +share/R/bin/R share/R/bin/BATCH share/R/bin/COMPILE share/R/bin/INSTALL -share/R/bin/R share/R/bin/REMOVE share/R/bin/Rd2contents share/R/bin/Rd2dvi @@ -70,55 +33,6 @@ share/R/bin/help.pretty share/R/bin/html2dos share/R/bin/massage-Examples share/R/bin/pager -share/R/demos/dynload/Makefile -share/R/demos/dynload/README -share/R/demos/dynload/zero.R -share/R/demos/dynload/zero.c -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/doc/KEYWORDS -share/R/doc/html/about.html -share/R/doc/html/authors.html -share/R/doc/html/function.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/packages-foot.html -share/R/doc/html/packages-head.html -share/R/doc/html/packages.html -share/R/doc/html/resource.html -share/R/doc/html/right.jpg -share/R/doc/html/search/IndexEntry.class -share/R/doc/html/search/IndexStream.class -share/R/doc/html/search/IndexTable.class -share/R/doc/html/search/SearchEngine.class -share/R/doc/html/search/SearchEngine.html -share/R/doc/html/search/Tracer.class -share/R/doc/html/search/Value.class -share/R/doc/html/search/index.txt -share/R/doc/html/template.html -share/R/doc/html/thanks.html -share/R/doc/html/up.jpg -share/R/doc/keyword-test -share/R/doc/manual/Manual.tex -share/R/doc/manual/Rd.sty -share/R/doc/manual/Rd2dvi.tex -share/R/doc/manual/Reference.tex -share/R/doc/manual/plotmath.tex -share/R/doc/manual/primitive-funs.tex -share/R/doc/manual/programming.tex -share/R/doc/manual/writing-Rd.tex -share/R/etc/Makeconf -share/R/etc/Rdconvlib.pl -share/R/etc/buildlib.pl -share/R/etc/html-layout.pl share/R/include/Applic.h share/R/include/Arith.h share/R/include/Blas.h @@ -129,18 +43,311 @@ share/R/include/Fortran.h share/R/include/Linpack.h share/R/include/Mathlib.h share/R/include/Memory.h -share/R/include/Platform.h share/R/include/PrtUtil.h share/R/include/Random.h +share/R/include/Rconfig.h +share/R/include/Rdefines.h share/R/include/Rinternals.h +share/R/include/Rversion.h share/R/include/S.h share/R/include/S_compat.h share/R/include/Utils.h share/R/include/f2c.h -share/R/library/LibIndex -share/R/library/base/CONTENTS -share/R/library/base/INDEX -share/R/library/base/R-ex/Arithmetic.R +share/R/library/nls/help/sortedXyData +share/R/library/nls/help/00Titles +share/R/library/nls/help/BOD +share/R/library/nls/help/NLSstAsymptotic +share/R/library/nls/help/NLSstClosestX +share/R/library/nls/help/NLSstLfAsymptote +share/R/library/nls/help/NLSstRtAsymptote +share/R/library/nls/help/SSasymp +share/R/library/nls/help/SSasympOff +share/R/library/nls/help/SSasympOrig +share/R/library/nls/help/SSbiexp +share/R/library/nls/help/SSfol +share/R/library/nls/help/SSfpl +share/R/library/nls/help/SSlogis +share/R/library/nls/help/SSmicmen +share/R/library/nls/help/asOneSidedFormula +share/R/library/nls/help/clearNames +share/R/library/nls/help/formula.nls +share/R/library/nls/help/getInitial +share/R/library/nls/help/logLik +share/R/library/nls/help/nls +share/R/library/nls/help/nls.control +share/R/library/nls/help/nlsModel +share/R/library/nls/help/plot.profile.nls +share/R/library/nls/help/predict.nls +share/R/library/nls/help/profile.nls +share/R/library/nls/help/profiler +share/R/library/nls/help/profiler.nls +share/R/library/nls/help/selfStart +share/R/library/nls/help/selfStart.default +share/R/library/nls/help/selfStart.formula +share/R/library/nls/help/setNames +share/R/library/nls/help/AnIndex +share/R/library/nls/R-ex/sortedXyData.R +share/R/library/nls/R-ex/NLSstAsymptotic.R +share/R/library/nls/R-ex/NLSstClosestX.R +share/R/library/nls/R-ex/NLSstLfAsymptote.R +share/R/library/nls/R-ex/NLSstRtAsymptote.R +share/R/library/nls/R-ex/SSasymp.R +share/R/library/nls/R-ex/SSasympOff.R +share/R/library/nls/R-ex/SSasympOrig.R +share/R/library/nls/R-ex/SSbiexp.R +share/R/library/nls/R-ex/SSfol.R +share/R/library/nls/R-ex/SSfpl.R +share/R/library/nls/R-ex/SSlogis.R +share/R/library/nls/R-ex/SSmicmen.R +share/R/library/nls/R-ex/asOneSidedFormula.R +share/R/library/nls/R-ex/clearNames.R +share/R/library/nls/R-ex/formula.nls.R +share/R/library/nls/R-ex/getInitial.R +share/R/library/nls/R-ex/logLik.R +share/R/library/nls/R-ex/nls.R +share/R/library/nls/R-ex/nls.control.R +share/R/library/nls/R-ex/nlsModel.R +share/R/library/nls/R-ex/BOD.R +share/R/library/nls/R-ex/predict.nls.R +share/R/library/nls/R-ex/plot.profile.nls.R +share/R/library/nls/R-ex/profile.nls.R +share/R/library/nls/R-ex/profiler.R +share/R/library/nls/R-ex/profiler.nls.R +share/R/library/nls/R-ex/selfStart.R +share/R/library/nls/R-ex/selfStart.default.R +share/R/library/nls/R-ex/selfStart.formula.R +share/R/library/nls/R-ex/setNames.R +share/R/library/nls/latex/sortedXyData.tex +share/R/library/nls/latex/NLSstAsymptotic.tex +share/R/library/nls/latex/NLSstClosestX.tex +share/R/library/nls/latex/NLSstLfAsymptote.tex +share/R/library/nls/latex/NLSstRtAsymptote.tex +share/R/library/nls/latex/SSasymp.tex +share/R/library/nls/latex/SSasympOff.tex +share/R/library/nls/latex/SSasympOrig.tex +share/R/library/nls/latex/SSbiexp.tex +share/R/library/nls/latex/SSfol.tex +share/R/library/nls/latex/SSfpl.tex +share/R/library/nls/latex/SSlogis.tex +share/R/library/nls/latex/SSmicmen.tex +share/R/library/nls/latex/asOneSidedFormula.tex +share/R/library/nls/latex/clearNames.tex +share/R/library/nls/latex/formula.nls.tex +share/R/library/nls/latex/getInitial.tex +share/R/library/nls/latex/logLik.tex +share/R/library/nls/latex/nls.tex +share/R/library/nls/latex/nls.control.tex +share/R/library/nls/latex/nlsModel.tex +share/R/library/nls/latex/plot.profile.nls.tex +share/R/library/nls/latex/predict.nls.tex +share/R/library/nls/latex/profile.nls.tex +share/R/library/nls/latex/profiler.tex +share/R/library/nls/latex/profiler.nls.tex +share/R/library/nls/latex/selfStart.tex +share/R/library/nls/latex/selfStart.default.tex +share/R/library/nls/latex/selfStart.formula.tex +share/R/library/nls/latex/setNames.tex +share/R/library/nls/latex/BOD.tex +share/R/library/nls/html/sortedXyData.html +share/R/library/nls/html/BOD.html +share/R/library/nls/html/NLSstAsymptotic.html +share/R/library/nls/html/NLSstClosestX.html +share/R/library/nls/html/NLSstLfAsymptote.html +share/R/library/nls/html/NLSstRtAsymptote.html +share/R/library/nls/html/SSasymp.html +share/R/library/nls/html/SSasympOff.html +share/R/library/nls/html/SSasympOrig.html +share/R/library/nls/html/SSbiexp.html +share/R/library/nls/html/SSfol.html +share/R/library/nls/html/SSfpl.html +share/R/library/nls/html/SSlogis.html +share/R/library/nls/html/SSmicmen.html +share/R/library/nls/html/asOneSidedFormula.html +share/R/library/nls/html/clearNames.html +share/R/library/nls/html/formula.nls.html +share/R/library/nls/html/getInitial.html +share/R/library/nls/html/logLik.html +share/R/library/nls/html/nls.html +share/R/library/nls/html/nls.control.html +share/R/library/nls/html/nlsModel.html +share/R/library/nls/html/plot.profile.nls.html +share/R/library/nls/html/predict.nls.html +share/R/library/nls/html/profile.nls.html +share/R/library/nls/html/profiler.html +share/R/library/nls/html/profiler.nls.html +share/R/library/nls/html/selfStart.html +share/R/library/nls/html/selfStart.default.html +share/R/library/nls/html/selfStart.formula.html +share/R/library/nls/html/setNames.html +share/R/library/nls/html/00Index.html +share/R/library/nls/data/Theoph.R +share/R/library/nls/data/BOD.R +share/R/library/nls/data/CO2.R +share/R/library/nls/data/ChickWeight.R +share/R/library/nls/data/DNase.R +share/R/library/nls/data/Indometh.R +share/R/library/nls/data/Loblolly.R +share/R/library/nls/data/Orange.R +share/R/library/nls/data/Orthodont.R +share/R/library/nls/data/Pixel.R +share/R/library/nls/data/Puromycin.R +share/R/library/nls/data/00Index +share/R/library/nls/R/nls +share/R/library/nls/libs/nls.so +share/R/library/nls/DESCRIPTION +share/R/library/nls/TITLE +share/R/library/nls/INDEX +share/R/library/nls/CONTENTS +share/R/library/eda/R/eda +share/R/library/eda/R-ex/line.R +share/R/library/eda/R-ex/medpolish.R +share/R/library/eda/R-ex/smooth.R +share/R/library/eda/latex/line.tex +share/R/library/eda/latex/medpolish.tex +share/R/library/eda/latex/smooth.tex +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/libs/eda.so +share/R/library/eda/help/AnIndex +share/R/library/eda/help/00Titles +share/R/library/eda/help/line +share/R/library/eda/help/medpolish +share/R/library/eda/help/smooth +share/R/library/eda/DESCRIPTION +share/R/library/eda/TITLE +share/R/library/eda/INDEX +share/R/library/eda/CONTENTS +share/R/library/lqs/R/lqs +share/R/library/lqs/R-ex/cov.rob.R +share/R/library/lqs/R-ex/lqs.R +share/R/library/lqs/R-ex/predict.lqs.R +share/R/library/lqs/latex/cov.rob.tex +share/R/library/lqs/latex/lqs.tex +share/R/library/lqs/latex/predict.lqs.tex +share/R/library/lqs/html/00Index.html +share/R/library/lqs/html/cov.rob.html +share/R/library/lqs/html/lqs.html +share/R/library/lqs/html/predict.lqs.html +share/R/library/lqs/libs/lqs.so +share/R/library/lqs/help/AnIndex +share/R/library/lqs/help/00Titles +share/R/library/lqs/help/cov.rob +share/R/library/lqs/help/lqs +share/R/library/lqs/help/predict.lqs +share/R/library/lqs/DESCRIPTION +share/R/library/lqs/TITLE +share/R/library/lqs/INDEX +share/R/library/lqs/CONTENTS +share/R/library/modreg/R/modreg +share/R/library/modreg/R-ex/supsmu.R +share/R/library/modreg/R-ex/loess.R +share/R/library/modreg/R-ex/plot.ppr.R +share/R/library/modreg/R-ex/ppr.R +share/R/library/modreg/R-ex/predict.loess.R +share/R/library/modreg/R-ex/predict.smooth.spline.R +share/R/library/modreg/R-ex/scatter.smooth.R +share/R/library/modreg/R-ex/smooth.spline.R +share/R/library/modreg/R-ex/ksmooth.R +share/R/library/modreg/latex/supsmu.tex +share/R/library/modreg/latex/loess.tex +share/R/library/modreg/latex/loess.control.tex +share/R/library/modreg/latex/modreg-internal.tex +share/R/library/modreg/latex/plot.ppr.tex +share/R/library/modreg/latex/ppr.tex +share/R/library/modreg/latex/predict.loess.tex +share/R/library/modreg/latex/predict.smooth.spline.tex +share/R/library/modreg/latex/rock.tex +share/R/library/modreg/latex/scatter.smooth.tex +share/R/library/modreg/latex/smooth.spline.tex +share/R/library/modreg/latex/ksmooth.tex +share/R/library/modreg/html/supsmu.html +share/R/library/modreg/html/ksmooth.html +share/R/library/modreg/html/loess.html +share/R/library/modreg/html/loess.control.html +share/R/library/modreg/html/modreg-internal.html +share/R/library/modreg/html/plot.ppr.html +share/R/library/modreg/html/ppr.html +share/R/library/modreg/html/predict.loess.html +share/R/library/modreg/html/predict.smooth.spline.html +share/R/library/modreg/html/rock.html +share/R/library/modreg/html/scatter.smooth.html +share/R/library/modreg/html/smooth.spline.html +share/R/library/modreg/html/00Index.html +share/R/library/modreg/help/supsmu +share/R/library/modreg/help/00Titles +share/R/library/modreg/help/ksmooth +share/R/library/modreg/help/loess +share/R/library/modreg/help/loess.control +share/R/library/modreg/help/modreg-internal +share/R/library/modreg/help/plot.ppr +share/R/library/modreg/help/ppr +share/R/library/modreg/help/predict.loess +share/R/library/modreg/help/predict.smooth.spline +share/R/library/modreg/help/rock +share/R/library/modreg/help/scatter.smooth +share/R/library/modreg/help/smooth.spline +share/R/library/modreg/help/AnIndex +share/R/library/modreg/data/00Index +share/R/library/modreg/data/rock.tab +share/R/library/modreg/libs/modreg.so +share/R/library/modreg/DESCRIPTION +share/R/library/modreg/TITLE +share/R/library/modreg/INDEX +share/R/library/modreg/COPYRIGHTS +share/R/library/modreg/CONTENTS +share/R/library/mva/R/mva +share/R/library/mva/R-ex/princomp.R +share/R/library/mva/R-ex/biplot.princomp.R +share/R/library/mva/R-ex/cancor.R +share/R/library/mva/R-ex/cmdscale.R +share/R/library/mva/R-ex/dist.R +share/R/library/mva/R-ex/hclust.R +share/R/library/mva/R-ex/kmeans.R +share/R/library/mva/R-ex/prcomp.R +share/R/library/mva/R-ex/as.hclust.R +share/R/library/mva/latex/princomp.tex +share/R/library/mva/latex/biplot.tex +share/R/library/mva/latex/biplot.princomp.tex +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/kmeans.tex +share/R/library/mva/latex/prcomp.tex +share/R/library/mva/latex/as.hclust.tex +share/R/library/mva/html/princomp.html +share/R/library/mva/html/as.hclust.html +share/R/library/mva/html/biplot.html +share/R/library/mva/html/biplot.princomp.html +share/R/library/mva/html/cancor.html +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/kmeans.html +share/R/library/mva/html/prcomp.html +share/R/library/mva/html/00Index.html +share/R/library/mva/libs/mva.so +share/R/library/mva/help/princomp +share/R/library/mva/help/00Titles +share/R/library/mva/help/as.hclust +share/R/library/mva/help/biplot +share/R/library/mva/help/biplot.princomp +share/R/library/mva/help/cancor +share/R/library/mva/help/cmdscale +share/R/library/mva/help/dist +share/R/library/mva/help/hclust +share/R/library/mva/help/kmeans +share/R/library/mva/help/prcomp +share/R/library/mva/help/AnIndex +share/R/library/mva/DESCRIPTION +share/R/library/mva/TITLE +share/R/library/mva/INDEX +share/R/library/mva/CONTENTS +share/R/library/base/R/base +share/R/library/base/R/Rprofile +share/R/library/base/R-ex/undoc.R share/R/library/base/R-ex/Bessel.R share/R/library/base/R-ex/Beta.R share/R/library/base/R-ex/Binomial.R @@ -149,27 +356,34 @@ share/R/library/base/R-ex/Chisquare.R share/R/library/base/R-ex/Comparison.R share/R/library/base/R-ex/Constants.R share/R/library/base/R-ex/Control.R -share/R/library/base/R-ex/Deprecated.R share/R/library/base/R-ex/Exponential.R share/R/library/base/R-ex/Extract.R share/R/library/base/R-ex/Extremes.R share/R/library/base/R-ex/FDist.R +share/R/library/base/R-ex/Formaldehyde.R share/R/library/base/R-ex/GammaDist.R share/R/library/base/R-ex/Geometric.R +share/R/library/base/R-ex/HairEyeColor.R share/R/library/base/R-ex/Hyperbolic.R share/R/library/base/R-ex/Hypergeometric.R share/R/library/base/R-ex/IQR.R +share/R/library/base/R-ex/InsectSprays.R +share/R/library/base/R-ex/Last.value.R share/R/library/base/R-ex/Log.R +share/R/library/base/R-ex/c.R +share/R/library/base/R-ex/LifeCycleSavings.R share/R/library/base/R-ex/Logic.R share/R/library/base/R-ex/Logistic.R share/R/library/base/R-ex/Lognormal.R share/R/library/base/R-ex/Math.R share/R/library/base/R-ex/Memory.R share/R/library/base/R-ex/NA.R -share/R/library/base/R-ex/NChisquare.R share/R/library/base/R-ex/NULL.R share/R/library/base/R-ex/NegBinomial.R share/R/library/base/R-ex/Normal.R +share/R/library/base/R-ex/OrchardSprays.R +share/R/library/base/R-ex/PlantGrowth.R +share/R/library/base/R-ex/Platform.R share/R/library/base/R-ex/Poisson.R share/R/library/base/R-ex/Primitive.R share/R/library/base/R-ex/Random.R @@ -178,9 +392,16 @@ share/R/library/base/R-ex/Round.R share/R/library/base/R-ex/SignRank.R share/R/library/base/R-ex/Special.R share/R/library/base/R-ex/TDist.R +share/R/library/base/R-ex/Titanic.R +share/R/library/base/R-ex/ToothGrowth.R share/R/library/base/R-ex/Trig.R share/R/library/base/R-ex/Tukey.R +share/R/library/base/R-ex/USArrests.R +share/R/library/base/R-ex/UCBAdmissions.R +share/R/library/base/R-ex/USJudgeRatings.R +share/R/library/base/R-ex/USPersonalExpenditure.R share/R/library/base/R-ex/Uniform.R +share/R/library/base/R-ex/VADeaths.R share/R/library/base/R-ex/Version.R share/R/library/base/R-ex/Weibull.R share/R/library/base/R-ex/Wilcoxon.R @@ -188,10 +409,14 @@ share/R/library/base/R-ex/abbreviate.R share/R/library/base/R-ex/abline.R share/R/library/base/R-ex/add1.R share/R/library/base/R-ex/aggregate.R +share/R/library/base/R-ex/airmiles.R +share/R/library/base/R-ex/airquality.R share/R/library/base/R-ex/alias.R share/R/library/base/R-ex/all.R +share/R/library/base/R-ex/all.equal.R share/R/library/base/R-ex/allnames.R share/R/library/base/R-ex/anscombe.R +share/R/library/base/R-ex/any.R share/R/library/base/R-ex/aov.R share/R/library/base/R-ex/aperm.R share/R/library/base/R-ex/append.R @@ -204,6 +429,8 @@ share/R/library/base/R-ex/arrows.R share/R/library/base/R-ex/as.function.R share/R/library/base/R-ex/assign.R share/R/library/base/R-ex/attach.R +share/R/library/base/R-ex/attenu.R +share/R/library/base/R-ex/attitude.R share/R/library/base/R-ex/attr.R share/R/library/base/R-ex/attributes.R share/R/library/base/R-ex/autoload.R @@ -214,9 +441,10 @@ share/R/library/base/R-ex/barplot.R share/R/library/base/R-ex/body.R share/R/library/base/R-ex/box.R share/R/library/base/R-ex/boxplot.R +share/R/library/base/R-ex/boxplot.default.R +share/R/library/base/R-ex/boxplot.formula.R share/R/library/base/R-ex/boxplot.stats.R share/R/library/base/R-ex/bxp.R -share/R/library/base/R-ex/c.R share/R/library/base/R-ex/call.R share/R/library/base/R-ex/case.names.R share/R/library/base/R-ex/cat.R @@ -227,30 +455,33 @@ share/R/library/base/R-ex/chisq.test.R share/R/library/base/R-ex/chol.R share/R/library/base/R-ex/chol2inv.R share/R/library/base/R-ex/chull.R +share/R/library/base/R-ex/co2.R share/R/library/base/R-ex/codes.R share/R/library/base/R-ex/coefficients.R share/R/library/base/R-ex/col.R share/R/library/base/R-ex/colnames.R share/R/library/base/R-ex/colors.R +share/R/library/base/R-ex/commandArgs.R share/R/library/base/R-ex/comment.R share/R/library/base/R-ex/complete.cases.R share/R/library/base/R-ex/complex.R share/R/library/base/R-ex/conflicts.R -share/R/library/base/R-ex/consume.R share/R/library/base/R-ex/contour.R share/R/library/base/R-ex/contrast.R share/R/library/base/R-ex/contrasts.R share/R/library/base/R-ex/convolve.R share/R/library/base/R-ex/coplot.R -share/R/library/base/R-ex/count.fields.R +share/R/library/base/R-ex/cor.R share/R/library/base/R-ex/crossprod.R -share/R/library/base/R-ex/cumsum.R share/R/library/base/R-ex/curve.R +share/R/library/base/R-ex/count.fields.R +share/R/library/base/R-ex/cumsum.R share/R/library/base/R-ex/cut.R share/R/library/base/R-ex/data.R share/R/library/base/R-ex/data.class.R share/R/library/base/R-ex/data.frame.R share/R/library/base/R-ex/dataentry.R +share/R/library/base/R-ex/date.R share/R/library/base/R-ex/delay.R share/R/library/base/R-ex/delete.response.R share/R/library/base/R-ex/demo.R @@ -264,6 +495,7 @@ share/R/library/base/R-ex/diag.R share/R/library/base/R-ex/diff.R share/R/library/base/R-ex/dim.R share/R/library/base/R-ex/dimnames.R +share/R/library/base/R-ex/discoveries.R share/R/library/base/R-ex/do.call.R share/R/library/base/R-ex/dotplot.R share/R/library/base/R-ex/double.R @@ -288,46 +520,51 @@ share/R/library/base/R-ex/expression.R share/R/library/base/R-ex/extractAIC.R share/R/library/base/R-ex/factor.R share/R/library/base/R-ex/factor.scope.R +share/R/library/base/R-ex/faithful.R share/R/library/base/R-ex/family.R share/R/library/base/R-ex/fft.R share/R/library/base/R-ex/file.R share/R/library/base/R-ex/file.show.R +share/R/library/base/R-ex/fix.R +share/R/library/base/R-ex/gc.R share/R/library/base/R-ex/filled.contour.R share/R/library/base/R-ex/fivenum.R -share/R/library/base/R-ex/fix.R share/R/library/base/R-ex/formals.R share/R/library/base/R-ex/format.R share/R/library/base/R-ex/format.info.R share/R/library/base/R-ex/formatc.R share/R/library/base/R-ex/formula.R share/R/library/base/R-ex/function.R -share/R/library/base/R-ex/gc.R share/R/library/base/R-ex/get.R share/R/library/base/R-ex/getenv.R +share/R/library/base/R-ex/getwd.R share/R/library/base/R-ex/gl.R share/R/library/base/R-ex/glm.R share/R/library/base/R-ex/glm.summaries.R share/R/library/base/R-ex/gray.R share/R/library/base/R-ex/grep.R share/R/library/base/R-ex/grid.R -share/R/library/base/R-ex/hdf5.R share/R/library/base/R-ex/help.R +share/R/library/base/R-ex/help.search.R share/R/library/base/R-ex/help.start.R share/R/library/base/R-ex/hist.R share/R/library/base/R-ex/hsv.R share/R/library/base/R-ex/ifelse.R share/R/library/base/R-ex/image.R share/R/library/base/R-ex/infert.R +share/R/library/base/R-ex/isR.R +share/R/library/base/R-ex/kappa.R share/R/library/base/R-ex/influence.measures.R share/R/library/base/R-ex/interaction.R share/R/library/base/R-ex/interactive.R share/R/library/base/R-ex/invisible.R +share/R/library/base/R-ex/is.empty.R share/R/library/base/R-ex/is.finite.R share/R/library/base/R-ex/is.language.R +share/R/library/base/R-ex/is.object.R share/R/library/base/R-ex/is.recursive.R -share/R/library/base/R-ex/isR.R +share/R/library/base/R-ex/islands.R share/R/library/base/R-ex/jitter.R -share/R/library/base/R-ex/kappa.R share/R/library/base/R-ex/kronecker.R share/R/library/base/R-ex/lapply.R share/R/library/base/R-ex/layout.R @@ -366,6 +603,8 @@ share/R/library/base/R-ex/matplot.R share/R/library/base/R-ex/matrix.R share/R/library/base/R-ex/mean.R share/R/library/base/R-ex/median.R +share/R/library/base/R-ex/t.R +share/R/library/base/R-ex/memory.profile.R share/R/library/base/R-ex/menu.R share/R/library/base/R-ex/methods.R share/R/library/base/R-ex/missing.R @@ -375,6 +614,7 @@ share/R/library/base/R-ex/model.frame.R share/R/library/base/R-ex/model.matrix.R share/R/library/base/R-ex/model.tables.R share/R/library/base/R-ex/mosaicplot.R +share/R/library/base/R-ex/mtcars.R share/R/library/base/R-ex/mtext.R share/R/library/base/R-ex/na.action.R share/R/library/base/R-ex/na.fail.R @@ -383,18 +623,19 @@ share/R/library/base/R-ex/names.R share/R/library/base/R-ex/nargs.R share/R/library/base/R-ex/nchar.R share/R/library/base/R-ex/nextn.R +share/R/library/base/R-ex/nhtemp.R share/R/library/base/R-ex/nlevels.R share/R/library/base/R-ex/nlm.R share/R/library/base/R-ex/noquote.R share/R/library/base/R-ex/notyet.R share/R/library/base/R-ex/nrow.R share/R/library/base/R-ex/numeric.R -share/R/library/base/R-ex/offset.R share/R/library/base/R-ex/on.exit.R share/R/library/base/R-ex/optimize.R share/R/library/base/R-ex/options.R share/R/library/base/R-ex/order.R share/R/library/base/R-ex/outer.R +share/R/library/base/R-ex/package.contents.R share/R/library/base/R-ex/pairs.R share/R/library/base/R-ex/pairs.formula.R share/R/library/base/R-ex/palette.R @@ -404,26 +645,31 @@ share/R/library/base/R-ex/par.R share/R/library/base/R-ex/parse.R share/R/library/base/R-ex/paste.R share/R/library/base/R-ex/persp.R +share/R/library/base/R-ex/phones.R share/R/library/base/R-ex/pictex.R share/R/library/base/R-ex/piechart.R -share/R/library/base/R-ex/plants.R share/R/library/base/R-ex/plot.R +share/R/library/base/R-ex/plot.lm.R share/R/library/base/R-ex/plot.window.R share/R/library/base/R-ex/plot.xy.R share/R/library/base/R-ex/plotdefault.R share/R/library/base/R-ex/plotfactor.R +share/R/library/base/R-ex/poly.R +share/R/library/base/R-ex/plotmath.R share/R/library/base/R-ex/plotformula.R share/R/library/base/R-ex/pmatch.R share/R/library/base/R-ex/points.R -share/R/library/base/R-ex/poly.R share/R/library/base/R-ex/polygon.R share/R/library/base/R-ex/polyroot.R share/R/library/base/R-ex/postscript.R share/R/library/base/R-ex/power.R share/R/library/base/R-ex/ppoints.R +share/R/library/base/R-ex/precip.R share/R/library/base/R-ex/predict.R share/R/library/base/R-ex/predict.glm.R share/R/library/base/R-ex/predict.lm.R +share/R/library/base/R-ex/presidents.R +share/R/library/base/R-ex/pressure.R share/R/library/base/R-ex/pretty.R share/R/library/base/R-ex/print.R share/R/library/base/R-ex/print.coefmat.R @@ -433,21 +679,27 @@ share/R/library/base/R-ex/proc.time.R share/R/library/base/R-ex/prod.R share/R/library/base/R-ex/proj.R share/R/library/base/R-ex/prompt.R +share/R/library/base/R-ex/qr.R share/R/library/base/R-ex/prop.test.R +share/R/library/base/R-ex/prompt.data.frame.R share/R/library/base/R-ex/qqnorm.R -share/R/library/base/R-ex/qr.R share/R/library/base/R-ex/qraux.R +share/R/library/base/R-ex/quakes.R share/R/library/base/R-ex/quantile.R share/R/library/base/R-ex/quit.R +share/R/library/base/R-ex/randu.R share/R/library/base/R-ex/range.R +share/R/library/base/R-ex/range.default.R share/R/library/base/R-ex/rank.R share/R/library/base/R-ex/read.fwf.R share/R/library/base/R-ex/read.socket.R +share/R/library/base/R-ex/read.table.url.R share/R/library/base/R-ex/readline.R share/R/library/base/R-ex/rect.R share/R/library/base/R-ex/relevel.R share/R/library/base/R-ex/rep.R share/R/library/base/R-ex/replications.R +share/R/library/base/R-ex/restart.R share/R/library/base/R-ex/rev.R share/R/library/base/R-ex/rgb.R share/R/library/base/R-ex/rle.R @@ -462,8 +714,10 @@ share/R/library/base/R-ex/screen.R share/R/library/base/R-ex/sd.R share/R/library/base/R-ex/se.contrast.R share/R/library/base/R-ex/search.R +share/R/library/base/R-ex/segments.R share/R/library/base/R-ex/seq.R share/R/library/base/R-ex/sequence.R +share/R/library/base/R-ex/sets.R share/R/library/base/R-ex/sign.R share/R/library/base/R-ex/sink.R share/R/library/base/R-ex/sleep.R @@ -472,6 +726,7 @@ share/R/library/base/R-ex/sort.R share/R/library/base/R-ex/splinefun.R share/R/library/base/R-ex/split.R share/R/library/base/R-ex/stackloss.R +share/R/library/base/R-ex/stars.R share/R/library/base/R-ex/stat.anova.R share/R/library/base/R-ex/stem.R share/R/library/base/R-ex/step.R @@ -485,6 +740,8 @@ share/R/library/base/R-ex/subset.R share/R/library/base/R-ex/substitute.R share/R/library/base/R-ex/substr.R share/R/library/base/R-ex/summary.R +share/R/library/base/R-ex/sunflowerplot.R +share/R/library/base/R-ex/sunspots.R share/R/library/base/R-ex/svd.R share/R/library/base/R-ex/sweep.R share/R/library/base/R-ex/swiss.R @@ -494,7 +751,6 @@ share/R/library/base/R-ex/sys.parent.R share/R/library/base/R-ex/system.R share/R/library/base/R-ex/system.file.R share/R/library/base/R-ex/system.time.R -share/R/library/base/R-ex/t.R share/R/library/base/R-ex/t.test.R share/R/library/base/R-ex/table.R share/R/library/base/R-ex/tabulate.R @@ -506,1043 +762,40 @@ share/R/library/base/R-ex/title.R share/R/library/base/R-ex/trace.R share/R/library/base/R-ex/traceback.R share/R/library/base/R-ex/transform.R +share/R/library/base/R-ex/trees.R share/R/library/base/R-ex/ts.R share/R/library/base/R-ex/typeof.R share/R/library/base/R-ex/unique.R share/R/library/base/R-ex/uniroot.R share/R/library/base/R-ex/units.R share/R/library/base/R-ex/unlist.R +share/R/library/base/R-ex/unname.R share/R/library/base/R-ex/update.R -share/R/library/base/R-ex/update.lm.R +share/R/library/base/R-ex/uspop.R share/R/library/base/R-ex/var.R share/R/library/base/R-ex/vector.R +share/R/library/base/R-ex/volcano.R share/R/library/base/R-ex/warning.R +share/R/library/base/R-ex/warnings.R +share/R/library/base/R-ex/warpbreaks.R share/R/library/base/R-ex/weighted.mean.R +share/R/library/base/R-ex/weighted.residuals.R share/R/library/base/R-ex/which.R share/R/library/base/R-ex/window.R +share/R/library/base/R-ex/women.R share/R/library/base/R-ex/write.R share/R/library/base/R-ex/xy.coords.R share/R/library/base/R-ex/zAlias.R share/R/library/base/R-ex/zC.R share/R/library/base/R-ex/zMachine.R share/R/library/base/R-ex/zMethods.R -share/R/library/base/R/Rprofile -share/R/library/base/R/base -share/R/library/base/TITLE -share/R/library/base/data/00Index -share/R/library/base/data/acid.R -share/R/library/base/data/airmiles.R -share/R/library/base/data/airquality.tab -share/R/library/base/data/anscombe.R -share/R/library/base/data/attenu.R -share/R/library/base/data/attitude.R -share/R/library/base/data/bees.R -share/R/library/base/data/cars.R -share/R/library/base/data/chickwts.R -share/R/library/base/data/co2.R -share/R/library/base/data/consume.R -share/R/library/base/data/crimes.tab -share/R/library/base/data/deaths.R -share/R/library/base/data/discoveries.R -share/R/library/base/data/esoph.R -share/R/library/base/data/euro.R -share/R/library/base/data/eurodist.R -share/R/library/base/data/faithful.R -share/R/library/base/data/freeny.R -share/R/library/base/data/infert.R -share/R/library/base/data/insects.R -share/R/library/base/data/iris.R -share/R/library/base/data/iris3.R -share/R/library/base/data/islands.R -share/R/library/base/data/judges.R -share/R/library/base/data/longley.R -share/R/library/base/data/mtcars.R -share/R/library/base/data/nhtemp.R -share/R/library/base/data/phones.R -share/R/library/base/data/pigs.R -share/R/library/base/data/plants.R -share/R/library/base/data/precip.R -share/R/library/base/data/presidents.R -share/R/library/base/data/pressure.R -share/R/library/base/data/quakes.R -share/R/library/base/data/randu.R -share/R/library/base/data/rivers.R -share/R/library/base/data/savings.R -share/R/library/base/data/sleep.R -share/R/library/base/data/stackloss.R -share/R/library/base/data/state.R -share/R/library/base/data/sunspots.R -share/R/library/base/data/swiss.tab -share/R/library/base/data/trees.R -share/R/library/base/data/uspop.R -share/R/library/base/data/volcano.R -share/R/library/base/data/warpbreaks.R -share/R/library/base/data/women.R -share/R/library/base/help/00Titles -share/R/library/base/help/AnIndex -share/R/library/base/help/Arithmetic -share/R/library/base/help/BATCH -share/R/library/base/help/Bessel -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 -share/R/library/base/help/Extremes -share/R/library/base/help/FDist -share/R/library/base/help/Foreign -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 -share/R/library/base/help/Logic -share/R/library/base/help/Logistic -share/R/library/base/help/Lognormal -share/R/library/base/help/Math -share/R/library/base/help/Memory -share/R/library/base/help/NA -share/R/library/base/help/NChisquare -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/Recall -share/R/library/base/help/Round -share/R/library/base/help/SHLIB -share/R/library/base/help/SignRank -share/R/library/base/help/Special -share/R/library/base/help/Startup -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/add1 -share/R/library/base/help/aggregate -share/R/library/base/help/airmiles -share/R/library/base/help/airquality -share/R/library/base/help/alias -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/aov -share/R/library/base/help/aperm -share/R/library/base/help/append -share/R/library/base/help/apply -share/R/library/base/help/approxfun -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/attitude -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 -share/R/library/base/help/browser -share/R/library/base/help/bug.report -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/check.options -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 -share/R/library/base/help/chull -share/R/library/base/help/class -share/R/library/base/help/close.socket -share/R/library/base/help/co2 -share/R/library/base/help/codes -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/conflicts -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/copyright -share/R/library/base/help/cor -share/R/library/base/help/count.fields -share/R/library/base/help/cov.wt -share/R/library/base/help/crimes -share/R/library/base/help/crossprod -share/R/library/base/help/cumsum -share/R/library/base/help/curve -share/R/library/base/help/cut -share/R/library/base/help/data -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/date -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 -share/R/library/base/help/diff -share/R/library/base/help/dim -share/R/library/base/help/dimnames -share/R/library/base/help/discoveries -share/R/library/base/help/do.call -share/R/library/base/help/dotplot -share/R/library/base/help/double -share/R/library/base/help/dput -share/R/library/base/help/drop -share/R/library/base/help/dummy.coef -share/R/library/base/help/dump -share/R/library/base/help/duplicated -share/R/library/base/help/dynload -share/R/library/base/help/edit -share/R/library/base/help/eff.aovlist -share/R/library/base/help/effects -share/R/library/base/help/eigen -share/R/library/base/help/environment -share/R/library/base/help/esoph -share/R/library/base/help/euro -share/R/library/base/help/eurodist -share/R/library/base/help/eval -share/R/library/base/help/example -share/R/library/base/help/exists -share/R/library/base/help/expand.grid -share/R/library/base/help/expression -share/R/library/base/help/extractAIC -share/R/library/base/help/factor -share/R/library/base/help/factor.scope -share/R/library/base/help/faithful -share/R/library/base/help/family -share/R/library/base/help/fft -share/R/library/base/help/file -share/R/library/base/help/file.show -share/R/library/base/help/filled.contour -share/R/library/base/help/fitted.values -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/gctorture -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/gray -share/R/library/base/help/grep -share/R/library/base/help/grid -share/R/library/base/help/hdf5 -share/R/library/base/help/help -share/R/library/base/help/help.start -share/R/library/base/help/hist -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/index.search -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/interaction -share/R/library/base/help/interactive -share/R/library/base/help/invisible -share/R/library/base/help/iris -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/is.single -share/R/library/base/help/isR -share/R/library/base/help/islands -share/R/library/base/help/jitter -share/R/library/base/help/judges -share/R/library/base/help/kappa -share/R/library/base/help/kronecker -share/R/library/base/help/labels -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/levels.factor -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/list.files -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/loglin -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/make.link -share/R/library/base/help/make.names -share/R/library/base/help/make.socket -share/R/library/base/help/make.tables -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/match.fun -share/R/library/base/help/matmult -share/R/library/base/help/matplot -share/R/library/base/help/matrix -share/R/library/base/help/mean -share/R/library/base/help/median -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/model.tables -share/R/library/base/help/mosaicplot -share/R/library/base/help/mtcars -share/R/library/base/help/mtext -share/R/library/base/help/na.action -share/R/library/base/help/na.fail -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/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 -share/R/library/base/help/order -share/R/library/base/help/outer -share/R/library/base/help/page -share/R/library/base/help/pairs -share/R/library/base/help/pairs.formula -share/R/library/base/help/palette -share/R/library/base/help/palettes -share/R/library/base/help/panel.smooth -share/R/library/base/help/par -share/R/library/base/help/parse -share/R/library/base/help/paste -share/R/library/base/help/persp -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/plants -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/poly -share/R/library/base/help/polygon -share/R/library/base/help/polyroot -share/R/library/base/help/postscript -share/R/library/base/help/power -share/R/library/base/help/ppoints -share/R/library/base/help/precip -share/R/library/base/help/predict -share/R/library/base/help/predict.glm -share/R/library/base/help/predict.lm -share/R/library/base/help/presidents -share/R/library/base/help/pressure -share/R/library/base/help/pretty -share/R/library/base/help/print -share/R/library/base/help/print.coefmat -share/R/library/base/help/print.default -share/R/library/base/help/print.matrix -share/R/library/base/help/proc.time -share/R/library/base/help/prod -share/R/library/base/help/proj -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/randu -share/R/library/base/help/range -share/R/library/base/help/rank -share/R/library/base/help/read.fwf -share/R/library/base/help/read.socket -share/R/library/base/help/read.table -share/R/library/base/help/readline -share/R/library/base/help/real -share/R/library/base/help/rect -share/R/library/base/help/relevel -share/R/library/base/help/rep -share/R/library/base/help/replace -share/R/library/base/help/replications -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/rle -share/R/library/base/help/rm -share/R/library/base/help/row -share/R/library/base/help/rowsum -share/R/library/base/help/rug -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/screen -share/R/library/base/help/sd -share/R/library/base/help/se.contrast -share/R/library/base/help/search -share/R/library/base/help/seq -share/R/library/base/help/sequence -share/R/library/base/help/sign -share/R/library/base/help/sink -share/R/library/base/help/sleep -share/R/library/base/help/solve -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/state -share/R/library/base/help/stem -share/R/library/base/help/step -share/R/library/base/help/stop -share/R/library/base/help/str -share/R/library/base/help/stripplot -share/R/library/base/help/strsplit -share/R/library/base/help/structure -share/R/library/base/help/strwidth -share/R/library/base/help/subset -share/R/library/base/help/substitute -share/R/library/base/help/substr -share/R/library/base/help/sum -share/R/library/base/help/summary -share/R/library/base/help/sunspots -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.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/tabulate -share/R/library/base/help/tapply -share/R/library/base/help/tempfile -share/R/library/base/help/terms -share/R/library/base/help/text -share/R/library/base/help/time -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/unlist -share/R/library/base/help/update -share/R/library/base/help/update.formula -share/R/library/base/help/update.lm -share/R/library/base/help/uspop -share/R/library/base/help/var -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/help/zAlias -share/R/library/base/help/zC -share/R/library/base/help/zMachine -share/R/library/base/help/zMethods -share/R/library/base/html/00Index.html -share/R/library/base/html/Arithmetic.html -share/R/library/base/html/BATCH.html -share/R/library/base/html/Bessel.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/FDist.html -share/R/library/base/html/Foreign.html -share/R/library/base/html/GammaDist.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/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/Math.html -share/R/library/base/html/Memory.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/Recall.html -share/R/library/base/html/Round.html -share/R/library/base/html/SHLIB.html -share/R/library/base/html/SignRank.html -share/R/library/base/html/Special.html -share/R/library/base/html/Startup.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/add1.html -share/R/library/base/html/aggregate.html -share/R/library/base/html/airmiles.html -share/R/library/base/html/airquality.html -share/R/library/base/html/alias.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/aov.html -share/R/library/base/html/aperm.html -share/R/library/base/html/append.html -share/R/library/base/html/apply.html -share/R/library/base/html/approxfun.html -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/attitude.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/bug.report.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/check.options.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 -share/R/library/base/html/chull.html -share/R/library/base/html/class.html -share/R/library/base/html/close.socket.html -share/R/library/base/html/co2.html -share/R/library/base/html/codes.html -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/conflicts.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/copyright.html -share/R/library/base/html/cor.html -share/R/library/base/html/count.fields.html -share/R/library/base/html/cov.wt.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 -share/R/library/base/html/data.class.html -share/R/library/base/html/data.frame.html -share/R/library/base/html/data.html -share/R/library/base/html/data.matrix.html -share/R/library/base/html/dataentry.html -share/R/library/base/html/date.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/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/dummy.coef.html -share/R/library/base/html/dump.html -share/R/library/base/html/duplicated.html -share/R/library/base/html/dynload.html -share/R/library/base/html/edit.html -share/R/library/base/html/eff.aovlist.html -share/R/library/base/html/effects.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/euro.html -share/R/library/base/html/eurodist.html -share/R/library/base/html/eval.html -share/R/library/base/html/example.html -share/R/library/base/html/exists.html -share/R/library/base/html/expand.grid.html -share/R/library/base/html/expression.html -share/R/library/base/html/extractAIC.html -share/R/library/base/html/factor.html -share/R/library/base/html/factor.scope.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/file.html -share/R/library/base/html/file.show.html -share/R/library/base/html/filled.contour.html -share/R/library/base/html/fitted.values.html -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/gctorture.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/gray.html -share/R/library/base/html/grep.html -share/R/library/base/html/grid.html -share/R/library/base/html/hdf5.html -share/R/library/base/html/help.html -share/R/library/base/html/help.start.html -share/R/library/base/html/hist.html -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/index.search.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/interaction.html -share/R/library/base/html/interactive.html -share/R/library/base/html/invisible.html -share/R/library/base/html/iris.html -share/R/library/base/html/is.finite.html -share/R/library/base/html/is.function.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/jitter.html -share/R/library/base/html/judges.html -share/R/library/base/html/kappa.html -share/R/library/base/html/kronecker.html -share/R/library/base/html/labels.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.factor.html -share/R/library/base/html/levels.html -share/R/library/base/html/library.dynam.html -share/R/library/base/html/library.html -share/R/library/base/html/license.html -share/R/library/base/html/lines.html -share/R/library/base/html/list.files.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/loglin.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.diag.html -share/R/library/base/html/ls.html -share/R/library/base/html/ls.print.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/make.link.html -share/R/library/base/html/make.names.html -share/R/library/base/html/make.socket.html -share/R/library/base/html/make.tables.html -share/R/library/base/html/mat.or.vec.html -share/R/library/base/html/match.arg.html -share/R/library/base/html/match.call.html -share/R/library/base/html/match.fun.html -share/R/library/base/html/match.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 -share/R/library/base/html/median.html -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/model.extract.html -share/R/library/base/html/model.frame.html -share/R/library/base/html/model.matrix.html -share/R/library/base/html/model.tables.html -share/R/library/base/html/mosaicplot.html -share/R/library/base/html/mtcars.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/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/outer.html -share/R/library/base/html/page.html -share/R/library/base/html/pairs.formula.html -share/R/library/base/html/pairs.html -share/R/library/base/html/palette.html -share/R/library/base/html/palettes.html -share/R/library/base/html/panel.smooth.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/persp.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/plants.html -share/R/library/base/html/plot.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/poly.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/power.html -share/R/library/base/html/ppoints.html -share/R/library/base/html/precip.html -share/R/library/base/html/predict.glm.html -share/R/library/base/html/predict.html -share/R/library/base/html/predict.lm.html -share/R/library/base/html/presidents.html -share/R/library/base/html/pressure.html -share/R/library/base/html/pretty.html -share/R/library/base/html/print.coefmat.html -share/R/library/base/html/print.default.html -share/R/library/base/html/print.html -share/R/library/base/html/print.matrix.html -share/R/library/base/html/proc.time.html -share/R/library/base/html/prod.html -share/R/library/base/html/proj.html -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/qr.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/randu.html -share/R/library/base/html/range.html -share/R/library/base/html/rank.html -share/R/library/base/html/read.fwf.html -share/R/library/base/html/read.socket.html -share/R/library/base/html/read.table.html -share/R/library/base/html/readline.html -share/R/library/base/html/real.html -share/R/library/base/html/rect.html -share/R/library/base/html/relevel.html -share/R/library/base/html/rep.html -share/R/library/base/html/replace.html -share/R/library/base/html/replications.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/rle.html -share/R/library/base/html/rm.html -share/R/library/base/html/row.html -share/R/library/base/html/rowsum.html -share/R/library/base/html/rug.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/screen.html -share/R/library/base/html/sd.html -share/R/library/base/html/se.contrast.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 -share/R/library/base/html/sink.html -share/R/library/base/html/sleep.html -share/R/library/base/html/solve.html -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/state.html -share/R/library/base/html/stem.html -share/R/library/base/html/step.html -share/R/library/base/html/stop.html -share/R/library/base/html/str.html -share/R/library/base/html/stripplot.html -share/R/library/base/html/strsplit.html -share/R/library/base/html/structure.html -share/R/library/base/html/strwidth.html -share/R/library/base/html/subset.html -share/R/library/base/html/substitute.html -share/R/library/base/html/substr.html -share/R/library/base/html/sum.html -share/R/library/base/html/summary.html -share/R/library/base/html/sunspots.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.file.html -share/R/library/base/html/system.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 -share/R/library/base/html/tapply.html -share/R/library/base/html/tempfile.html -share/R/library/base/html/terms.html -share/R/library/base/html/text.html -share/R/library/base/html/time.html -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 -share/R/library/base/html/uniroot.html -share/R/library/base/html/units.html -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.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/html/zAlias.html -share/R/library/base/html/zC.html -share/R/library/base/html/zMachine.html -share/R/library/base/html/zMethods.html -share/R/library/base/latex/Arithmetic.tex -share/R/library/base/latex/BATCH.tex +share/R/library/base/R-ex/gnome.R +share/R/library/base/R-ex/hdf5.R +share/R/library/base/R-ex/Arithmetic.R +share/R/library/base/latex/undoc.tex share/R/library/base/latex/Bessel.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 @@ -1556,13 +809,17 @@ share/R/library/base/latex/Extract.tex share/R/library/base/latex/Extremes.tex share/R/library/base/latex/FDist.tex share/R/library/base/latex/Foreign.tex +share/R/library/base/latex/Formaldehyde.tex share/R/library/base/latex/GammaDist.tex share/R/library/base/latex/Geometric.tex +share/R/library/base/latex/HairEyeColor.tex +share/R/library/base/latex/IQR.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/InsectSprays.tex share/R/library/base/latex/Internal.tex +share/R/library/base/latex/Last.value.tex +share/R/library/base/latex/LifeCycleSavings.tex share/R/library/base/latex/Log.tex share/R/library/base/latex/Logic.tex share/R/library/base/latex/Logistic.tex @@ -1570,41 +827,50 @@ share/R/library/base/latex/Lognormal.tex share/R/library/base/latex/Math.tex share/R/library/base/latex/Memory.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/OrchardSprays.tex +share/R/library/base/latex/Paren.tex +share/R/library/base/latex/PlantGrowth.tex +share/R/library/base/latex/Platform.tex share/R/library/base/latex/Poisson.tex +share/R/library/base/latex/all.tex +share/R/library/base/latex/any.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/Recall.tex +share/R/library/base/latex/Rhome.tex share/R/library/base/latex/Round.tex -share/R/library/base/latex/SHLIB.tex share/R/library/base/latex/SignRank.tex share/R/library/base/latex/Special.tex share/R/library/base/latex/Startup.tex share/R/library/base/latex/TDist.tex +share/R/library/base/latex/Titanic.tex +share/R/library/base/latex/ToothGrowth.tex share/R/library/base/latex/Trig.tex share/R/library/base/latex/Tukey.tex +share/R/library/base/latex/UCBAdmissions.tex +share/R/library/base/latex/USArrests.tex +share/R/library/base/latex/USJudgeRatings.tex +share/R/library/base/latex/USPersonalExpenditure.tex share/R/library/base/latex/Uniform.tex +share/R/library/base/latex/VADeaths.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/aov.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/add1.tex share/R/library/base/latex/aggregate.tex share/R/library/base/latex/airmiles.tex share/R/library/base/latex/airquality.tex share/R/library/base/latex/alias.tex -share/R/library/base/latex/all.tex +share/R/library/base/latex/all.equal.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/aov.tex share/R/library/base/latex/aperm.tex share/R/library/base/latex/append.tex share/R/library/base/latex/apply.tex @@ -1617,19 +883,20 @@ 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/ave.tex share/R/library/base/latex/attitude.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.stats.tex share/R/library/base/latex/boxplot.tex +share/R/library/base/latex/boxplot.default.tex +share/R/library/base/latex/boxplot.formula.tex +share/R/library/base/latex/boxplot.stats.tex share/R/library/base/latex/browser.tex share/R/library/base/latex/bug.report.tex share/R/library/base/latex/bxp.tex @@ -1640,6 +907,7 @@ 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/co2.tex share/R/library/base/latex/charmatch.tex share/R/library/base/latex/check.options.tex share/R/library/base/latex/chickwts.tex @@ -1649,49 +917,47 @@ share/R/library/base/latex/chol2inv.tex share/R/library/base/latex/chull.tex share/R/library/base/latex/class.tex share/R/library/base/latex/close.socket.tex -share/R/library/base/latex/co2.tex share/R/library/base/latex/codes.tex share/R/library/base/latex/coefficients.tex share/R/library/base/latex/col.tex share/R/library/base/latex/colnames.tex share/R/library/base/latex/colors.tex +share/R/library/base/latex/commandArgs.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/conflicts.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/cor.tex +share/R/library/base/latex/cut.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/copyright.tex -share/R/library/base/latex/cor.tex share/R/library/base/latex/count.fields.tex share/R/library/base/latex/cov.wt.tex -share/R/library/base/latex/crimes.tex share/R/library/base/latex/crossprod.tex share/R/library/base/latex/cumsum.tex share/R/library/base/latex/curve.tex -share/R/library/base/latex/cut.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/data.tex share/R/library/base/latex/dataentry.tex share/R/library/base/latex/date.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/dev.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/dev2bitmap.tex share/R/library/base/latex/deviance.tex share/R/library/base/latex/df.residual.tex share/R/library/base/latex/diag.tex @@ -1722,20 +988,22 @@ share/R/library/base/latex/exists.tex share/R/library/base/latex/expand.grid.tex share/R/library/base/latex/expression.tex share/R/library/base/latex/extractAIC.tex -share/R/library/base/latex/factor.scope.tex share/R/library/base/latex/factor.tex +share/R/library/base/latex/factor.scope.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/file.show.tex share/R/library/base/latex/file.tex +share/R/library/base/latex/file.choose.tex +share/R/library/base/latex/file.path.tex +share/R/library/base/latex/file.show.tex share/R/library/base/latex/filled.contour.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/fivenum.tex share/R/library/base/latex/formals.tex -share/R/library/base/latex/format.info.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 @@ -1745,15 +1013,16 @@ share/R/library/base/latex/gc.tex share/R/library/base/latex/gctorture.tex share/R/library/base/latex/get.tex share/R/library/base/latex/getenv.tex +share/R/library/base/latex/getwd.tex share/R/library/base/latex/gl.tex -share/R/library/base/latex/glm.summaries.tex share/R/library/base/latex/glm.tex +share/R/library/base/latex/glm.summaries.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/hdf5.tex -share/R/library/base/latex/help.start.tex share/R/library/base/latex/help.tex +share/R/library/base/latex/help.search.tex +share/R/library/base/latex/help.start.tex share/R/library/base/latex/hist.tex share/R/library/base/latex/hsv.tex share/R/library/base/latex/identify.tex @@ -1762,21 +1031,21 @@ share/R/library/base/latex/image.tex share/R/library/base/latex/index.search.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/interaction.tex share/R/library/base/latex/interactive.tex share/R/library/base/latex/invisible.tex share/R/library/base/latex/iris.tex +share/R/library/base/latex/is.empty.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.object.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/jitter.tex -share/R/library/base/latex/judges.tex share/R/library/base/latex/kappa.tex share/R/library/base/latex/kronecker.tex share/R/library/base/latex/labels.tex @@ -1784,17 +1053,17 @@ 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.factor.tex share/R/library/base/latex/levels.tex -share/R/library/base/latex/library.dynam.tex +share/R/library/base/latex/levels.factor.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.files.tex share/R/library/base/latex/list.tex +share/R/library/base/latex/list.files.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/lm.tex share/R/library/base/latex/load.tex share/R/library/base/latex/locator.tex share/R/library/base/latex/logical.tex @@ -1802,12 +1071,11 @@ share/R/library/base/latex/loglin.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/ls.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/make.link.tex @@ -1815,15 +1083,16 @@ share/R/library/base/latex/make.names.tex share/R/library/base/latex/make.socket.tex share/R/library/base/latex/make.tables.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/match.fun.tex -share/R/library/base/latex/match.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/memory.profile.tex share/R/library/base/latex/menu.tex share/R/library/base/latex/methods.tex share/R/library/base/latex/missing.tex @@ -1855,27 +1124,29 @@ 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/package.contents.tex share/R/library/base/latex/page.tex -share/R/library/base/latex/pairs.formula.tex share/R/library/base/latex/pairs.tex +share/R/library/base/latex/pairs.formula.tex share/R/library/base/latex/palette.tex share/R/library/base/latex/palettes.tex share/R/library/base/latex/panel.smooth.tex share/R/library/base/latex/par.tex share/R/library/base/latex/parse.tex +share/R/library/base/latex/parse.dcf.tex share/R/library/base/latex/paste.tex share/R/library/base/latex/persp.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/plants.tex share/R/library/base/latex/plot.tex +share/R/library/base/latex/plot.lm.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/plotmath.tex share/R/library/base/latex/pmatch.tex share/R/library/base/latex/points.tex share/R/library/base/latex/poly.tex @@ -1885,20 +1156,23 @@ share/R/library/base/latex/postscript.tex share/R/library/base/latex/power.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/predict.glm.tex share/R/library/base/latex/predict.lm.tex -share/R/library/base/latex/predict.tex +share/R/library/base/latex/preplot.tex share/R/library/base/latex/presidents.tex share/R/library/base/latex/pressure.tex share/R/library/base/latex/pretty.tex +share/R/library/base/latex/print.tex share/R/library/base/latex/print.coefmat.tex share/R/library/base/latex/print.default.tex share/R/library/base/latex/print.matrix.tex -share/R/library/base/latex/print.tex share/R/library/base/latex/proc.time.tex share/R/library/base/latex/prod.tex +share/R/library/base/latex/profile.tex share/R/library/base/latex/proj.tex share/R/library/base/latex/prompt.tex +share/R/library/base/latex/prompt.data.frame.tex share/R/library/base/latex/prop.test.tex share/R/library/base/latex/qqnorm.tex share/R/library/base/latex/qr.tex @@ -1908,18 +1182,21 @@ share/R/library/base/latex/quantile.tex share/R/library/base/latex/quit.tex share/R/library/base/latex/randu.tex share/R/library/base/latex/range.tex +share/R/library/base/latex/range.default.tex share/R/library/base/latex/rank.tex share/R/library/base/latex/read.fwf.tex +share/R/library/base/latex/rep.tex share/R/library/base/latex/read.socket.tex share/R/library/base/latex/read.table.tex +share/R/library/base/latex/read.table.url.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/relevel.tex -share/R/library/base/latex/rep.tex share/R/library/base/latex/replace.tex share/R/library/base/latex/replications.tex share/R/library/base/latex/residuals.tex +share/R/library/base/latex/restart.tex share/R/library/base/latex/rev.tex share/R/library/base/latex/rgb.tex share/R/library/base/latex/rivers.tex @@ -1930,15 +1207,17 @@ share/R/library/base/latex/rowsum.tex share/R/library/base/latex/rug.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/screen.tex share/R/library/base/latex/sd.tex +share/R/library/base/latex/se.aov.tex share/R/library/base/latex/se.contrast.tex share/R/library/base/latex/search.tex +share/R/library/base/latex/segments.tex share/R/library/base/latex/seq.tex share/R/library/base/latex/sequence.tex +share/R/library/base/latex/sets.tex share/R/library/base/latex/sign.tex share/R/library/base/latex/sink.tex share/R/library/base/latex/sleep.tex @@ -1948,21 +1227,24 @@ 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/stars.tex +share/R/library/base/latex/start.tex share/R/library/base/latex/stat.anova.tex share/R/library/base/latex/state.tex share/R/library/base/latex/stem.tex share/R/library/base/latex/step.tex share/R/library/base/latex/stop.tex share/R/library/base/latex/str.tex +share/R/library/base/latex/sum.tex share/R/library/base/latex/stripplot.tex +share/R/library/base/latex/subset.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/sunflowerplot.tex share/R/library/base/latex/sunspots.tex share/R/library/base/latex/svd.tex share/R/library/base/latex/sweep.tex @@ -1970,11 +1252,11 @@ 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.file.tex share/R/library/base/latex/system.tex +share/R/library/base/latex/system.file.tex share/R/library/base/latex/system.time.tex -share/R/library/base/latex/t.test.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 @@ -1988,188 +1270,1464 @@ 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/tsp.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/unname.tex share/R/library/base/latex/update.tex +share/R/library/base/latex/update.formula.tex +share/R/library/base/latex/update.packages.tex share/R/library/base/latex/uspop.tex share/R/library/base/latex/var.tex +share/R/library/base/latex/zC.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/warnings.tex share/R/library/base/latex/warpbreaks.tex share/R/library/base/latex/weighted.mean.tex +share/R/library/base/latex/weighted.residuals.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.table.tex share/R/library/base/latex/write.tex -share/R/library/base/latex/x11.tex +share/R/library/base/latex/write.table.tex share/R/library/base/latex/xy.coords.tex share/R/library/base/latex/zAlias.tex -share/R/library/base/latex/zC.tex share/R/library/base/latex/zMachine.tex share/R/library/base/latex/zMethods.tex -share/R/library/eda/CONTENTS -share/R/library/eda/INDEX -share/R/library/eda/R-ex/line.R -share/R/library/eda/R-ex/medpolish.R -share/R/library/eda/R-ex/smooth.R -share/R/library/eda/R/eda -share/R/library/eda/TITLE -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/eda/libs/eda.so -share/R/library/lqs/CONTENTS -share/R/library/lqs/INDEX -share/R/library/lqs/R-ex/cov.rob.R -share/R/library/lqs/R-ex/lqs.R -share/R/library/lqs/R-ex/predict.lqs.R -share/R/library/lqs/R/lqs -share/R/library/lqs/TITLE -share/R/library/lqs/help/00Titles -share/R/library/lqs/help/AnIndex -share/R/library/lqs/help/cov.rob -share/R/library/lqs/help/lqs -share/R/library/lqs/help/predict.lqs -share/R/library/lqs/html/00Index.html -share/R/library/lqs/html/cov.rob.html -share/R/library/lqs/html/lqs.html -share/R/library/lqs/html/predict.lqs.html -share/R/library/lqs/latex/cov.rob.tex -share/R/library/lqs/latex/lqs.tex -share/R/library/lqs/latex/predict.lqs.tex -share/R/library/lqs/libs/lqs.so -share/R/library/modreg/CONTENTS -share/R/library/modreg/COPYRIGHTS -share/R/library/modreg/INDEX -share/R/library/modreg/R-ex/ksmooth.R -share/R/library/modreg/R-ex/loess.R -share/R/library/modreg/R-ex/plot.ppr.R -share/R/library/modreg/R-ex/ppr.R -share/R/library/modreg/R-ex/predict.loess.R -share/R/library/modreg/R-ex/predict.smooth.spline.R -share/R/library/modreg/R-ex/scatter.smooth.R -share/R/library/modreg/R-ex/smooth.spline.R -share/R/library/modreg/R-ex/supsmu.R -share/R/library/modreg/R/modreg -share/R/library/modreg/TITLE -share/R/library/modreg/data/00Index -share/R/library/modreg/data/rock.rda -share/R/library/modreg/help/00Titles -share/R/library/modreg/help/AnIndex -share/R/library/modreg/help/ksmooth -share/R/library/modreg/help/loess -share/R/library/modreg/help/loess.control -share/R/library/modreg/help/plot.ppr -share/R/library/modreg/help/ppr -share/R/library/modreg/help/predict.loess -share/R/library/modreg/help/predict.smooth.spline -share/R/library/modreg/help/rock -share/R/library/modreg/help/scatter.smooth -share/R/library/modreg/help/smooth.spline -share/R/library/modreg/help/supsmu -share/R/library/modreg/html/00Index.html -share/R/library/modreg/html/ksmooth.html -share/R/library/modreg/html/loess.control.html -share/R/library/modreg/html/loess.html -share/R/library/modreg/html/plot.ppr.html -share/R/library/modreg/html/ppr.html -share/R/library/modreg/html/predict.loess.html -share/R/library/modreg/html/predict.smooth.spline.html -share/R/library/modreg/html/rock.html -share/R/library/modreg/html/scatter.smooth.html -share/R/library/modreg/html/smooth.spline.html -share/R/library/modreg/html/supsmu.html -share/R/library/modreg/latex/ksmooth.tex -share/R/library/modreg/latex/loess.control.tex -share/R/library/modreg/latex/loess.tex -share/R/library/modreg/latex/plot.ppr.tex -share/R/library/modreg/latex/ppr.tex -share/R/library/modreg/latex/predict.loess.tex -share/R/library/modreg/latex/predict.smooth.spline.tex -share/R/library/modreg/latex/rock.tex -share/R/library/modreg/latex/scatter.smooth.tex -share/R/library/modreg/latex/smooth.spline.tex -share/R/library/modreg/latex/supsmu.tex -share/R/library/modreg/libs/modreg.so -share/R/library/mva/CONTENTS -share/R/library/mva/INDEX -share/R/library/mva/R-ex/biplot.princomp.R -share/R/library/mva/R-ex/cancor.R -share/R/library/mva/R-ex/cmdscale.R -share/R/library/mva/R-ex/dist.R -share/R/library/mva/R-ex/hclust.R -share/R/library/mva/R-ex/kmeans.R -share/R/library/mva/R-ex/prcomp.R -share/R/library/mva/R-ex/princomp.R -share/R/library/mva/R/mva -share/R/library/mva/TITLE -share/R/library/mva/help/00Titles -share/R/library/mva/help/AnIndex -share/R/library/mva/help/biplot -share/R/library/mva/help/biplot.princomp -share/R/library/mva/help/cancor -share/R/library/mva/help/cmdscale -share/R/library/mva/help/dist -share/R/library/mva/help/hclust -share/R/library/mva/help/kmeans -share/R/library/mva/help/prcomp -share/R/library/mva/help/princomp -share/R/library/mva/html/00Index.html -share/R/library/mva/html/biplot.html -share/R/library/mva/html/biplot.princomp.html -share/R/library/mva/html/cancor.html -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/kmeans.html -share/R/library/mva/html/prcomp.html -share/R/library/mva/html/princomp.html -share/R/library/mva/latex/biplot.princomp.tex -share/R/library/mva/latex/biplot.tex -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/kmeans.tex -share/R/library/mva/latex/prcomp.tex -share/R/library/mva/latex/princomp.tex -share/R/library/mva/libs/mva.so -share/R/library/stepfun/CONTENTS -share/R/library/stepfun/INDEX +share/R/library/base/latex/zip.file.extract.tex +share/R/library/base/latex/BATCH.tex +share/R/library/base/latex/COMPILE.tex +share/R/library/base/latex/INSTALL.tex +share/R/library/base/latex/REMOVE.tex +share/R/library/base/latex/RHOME.tex +share/R/library/base/latex/x11.tex +share/R/library/base/latex/SHLIB.tex +share/R/library/base/latex/gnome.tex +share/R/library/base/latex/hdf5.tex +share/R/library/base/latex/Arithmetic.tex +share/R/library/base/html/x11.html +share/R/library/base/html/Arithmetic.html +share/R/library/base/html/Bessel.html +share/R/library/base/html/Beta.html +share/R/library/base/html/Binomial.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/FDist.html +share/R/library/base/html/Foreign.html +share/R/library/base/html/Formaldehyde.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/HairEyeColor.html +share/R/library/base/html/Hyperbolic.html +share/R/library/base/html/Hypergeometric.html +share/R/library/base/html/IQR.html +share/R/library/base/html/InsectSprays.html +share/R/library/base/html/Internal.html +share/R/library/base/html/Last.value.html +share/R/library/base/html/LifeCycleSavings.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/Math.html +share/R/library/base/html/Memory.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/OrchardSprays.html +share/R/library/base/html/Paren.html +share/R/library/base/html/PlantGrowth.html +share/R/library/base/html/Platform.html +share/R/library/base/html/Poisson.html +share/R/library/base/html/Primitive.html +share/R/library/base/html/Random.html +share/R/library/base/html/Recall.html +share/R/library/base/html/Rhome.html +share/R/library/base/html/Round.html +share/R/library/base/html/SignRank.html +share/R/library/base/html/Special.html +share/R/library/base/html/Startup.html +share/R/library/base/html/TDist.html +share/R/library/base/html/Titanic.html +share/R/library/base/html/ToothGrowth.html +share/R/library/base/html/Trig.html +share/R/library/base/html/Tukey.html +share/R/library/base/html/UCBAdmissions.html +share/R/library/base/html/USArrests.html +share/R/library/base/html/USJudgeRatings.html +share/R/library/base/html/USPersonalExpenditure.html +share/R/library/base/html/Uniform.html +share/R/library/base/html/VADeaths.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/add1.html +share/R/library/base/html/aggregate.html +share/R/library/base/html/airmiles.html +share/R/library/base/html/airquality.html +share/R/library/base/html/alias.html +share/R/library/base/html/all.html +share/R/library/base/html/all.equal.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/any.html +share/R/library/base/html/aov.html +share/R/library/base/html/aperm.html +share/R/library/base/html/append.html +share/R/library/base/html/apply.html +share/R/library/base/html/approxfun.html +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/attitude.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/body.html +share/R/library/base/html/box.html +share/R/library/base/html/boxplot.html +share/R/library/base/html/boxplot.default.html +share/R/library/base/html/boxplot.formula.html +share/R/library/base/html/boxplot.stats.html +share/R/library/base/html/browser.html +share/R/library/base/html/bug.report.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/check.options.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 +share/R/library/base/html/chull.html +share/R/library/base/html/class.html +share/R/library/base/html/close.socket.html +share/R/library/base/html/co2.html +share/R/library/base/html/codes.html +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/commandArgs.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/conflicts.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/copyright.html +share/R/library/base/html/cor.html +share/R/library/base/html/count.fields.html +share/R/library/base/html/cov.wt.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 +share/R/library/base/html/data.html +share/R/library/base/html/data.class.html +share/R/library/base/html/date.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/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/dev2bitmap.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/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/dummy.coef.html +share/R/library/base/html/dump.html +share/R/library/base/html/duplicated.html +share/R/library/base/html/dynload.html +share/R/library/base/html/edit.html +share/R/library/base/html/eff.aovlist.html +share/R/library/base/html/effects.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/euro.html +share/R/library/base/html/eurodist.html +share/R/library/base/html/eval.html +share/R/library/base/html/example.html +share/R/library/base/html/exists.html +share/R/library/base/html/expand.grid.html +share/R/library/base/html/expression.html +share/R/library/base/html/extractAIC.html +share/R/library/base/html/factor.html +share/R/library/base/html/factor.scope.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/file.html +share/R/library/base/html/file.choose.html +share/R/library/base/html/file.path.html +share/R/library/base/html/file.show.html +share/R/library/base/html/filled.contour.html +share/R/library/base/html/fitted.values.html +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/gctorture.html +share/R/library/base/html/get.html +share/R/library/base/html/getenv.html +share/R/library/base/html/getwd.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/gray.html +share/R/library/base/html/grep.html +share/R/library/base/html/grid.html +share/R/library/base/html/help.html +share/R/library/base/html/help.search.html +share/R/library/base/html/help.start.html +share/R/library/base/html/hist.html +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/index.search.html +share/R/library/base/html/infert.html +share/R/library/base/html/influence.measures.html +share/R/library/base/html/integer.html +share/R/library/base/html/invisible.html +share/R/library/base/html/interaction.html +share/R/library/base/html/interactive.html +share/R/library/base/html/iris.html +share/R/library/base/html/is.empty.html +share/R/library/base/html/is.finite.html +share/R/library/base/html/is.function.html +share/R/library/base/html/is.language.html +share/R/library/base/html/is.object.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/jitter.html +share/R/library/base/html/kappa.html +share/R/library/base/html/kronecker.html +share/R/library/base/html/labels.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/levels.factor.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/list.files.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/loglin.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/lsfit.html +share/R/library/base/html/machine.html +share/R/library/base/html/mad.html +share/R/library/base/html/qr.html +share/R/library/base/html/mahalanobis.html +share/R/library/base/html/make.link.html +share/R/library/base/html/make.names.html +share/R/library/base/html/make.socket.html +share/R/library/base/html/make.tables.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/match.fun.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 +share/R/library/base/html/median.html +share/R/library/base/html/memory.profile.html +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/model.extract.html +share/R/library/base/html/model.frame.html +share/R/library/base/html/model.matrix.html +share/R/library/base/html/model.tables.html +share/R/library/base/html/mosaicplot.html +share/R/library/base/html/mtcars.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/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/order.html +share/R/library/base/html/optimize.html +share/R/library/base/html/options.html +share/R/library/base/html/outer.html +share/R/library/base/html/package.contents.html +share/R/library/base/html/page.html +share/R/library/base/html/pairs.html +share/R/library/base/html/pairs.formula.html +share/R/library/base/html/palette.html +share/R/library/base/html/palettes.html +share/R/library/base/html/panel.smooth.html +share/R/library/base/html/par.html +share/R/library/base/html/parse.html +share/R/library/base/html/parse.dcf.html +share/R/library/base/html/paste.html +share/R/library/base/html/persp.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/plot.html +share/R/library/base/html/plot.lm.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/plotmath.html +share/R/library/base/html/pmatch.html +share/R/library/base/html/points.html +share/R/library/base/html/poly.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/power.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/predict.glm.html +share/R/library/base/html/predict.lm.html +share/R/library/base/html/preplot.html +share/R/library/base/html/presidents.html +share/R/library/base/html/pressure.html +share/R/library/base/html/pretty.html +share/R/library/base/html/print.html +share/R/library/base/html/proc.time.html +share/R/library/base/html/print.coefmat.html +share/R/library/base/html/print.default.html +share/R/library/base/html/print.matrix.html +share/R/library/base/html/prod.html +share/R/library/base/html/profile.html +share/R/library/base/html/proj.html +share/R/library/base/html/prompt.html +share/R/library/base/html/prompt.data.frame.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/randu.html +share/R/library/base/html/range.html +share/R/library/base/html/range.default.html +share/R/library/base/html/rank.html +share/R/library/base/html/read.fwf.html +share/R/library/base/html/read.socket.html +share/R/library/base/html/read.table.html +share/R/library/base/html/real.html +share/R/library/base/html/read.table.url.html +share/R/library/base/html/readline.html +share/R/library/base/html/rect.html +share/R/library/base/html/relevel.html +share/R/library/base/html/rep.html +share/R/library/base/html/replace.html +share/R/library/base/html/replications.html +share/R/library/base/html/residuals.html +share/R/library/base/html/restart.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/rle.html +share/R/library/base/html/rm.html +share/R/library/base/html/row.html +share/R/library/base/html/rowsum.html +share/R/library/base/html/rug.html +share/R/library/base/html/sample.html +share/R/library/base/html/save.html +share/R/library/base/html/scale.html +share/R/library/base/html/scan.html +share/R/library/base/html/screen.html +share/R/library/base/html/sd.html +share/R/library/base/html/se.aov.html +share/R/library/base/html/se.contrast.html +share/R/library/base/html/search.html +share/R/library/base/html/segments.html +share/R/library/base/html/seq.html +share/R/library/base/html/sequence.html +share/R/library/base/html/sets.html +share/R/library/base/html/sign.html +share/R/library/base/html/sink.html +share/R/library/base/html/sleep.html +share/R/library/base/html/solve.html +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/stars.html +share/R/library/base/html/start.html +share/R/library/base/html/stat.anova.html +share/R/library/base/html/state.html +share/R/library/base/html/stem.html +share/R/library/base/html/step.html +share/R/library/base/html/stop.html +share/R/library/base/html/str.html +share/R/library/base/html/stripplot.html +share/R/library/base/html/strsplit.html +share/R/library/base/html/structure.html +share/R/library/base/html/strwidth.html +share/R/library/base/html/subset.html +share/R/library/base/html/substitute.html +share/R/library/base/html/substr.html +share/R/library/base/html/sum.html +share/R/library/base/html/summary.html +share/R/library/base/html/sunflowerplot.html +share/R/library/base/html/sunspots.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.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 +share/R/library/base/html/tapply.html +share/R/library/base/html/tempfile.html +share/R/library/base/html/terms.html +share/R/library/base/html/text.html +share/R/library/base/html/time.html +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/tsp.html +share/R/library/base/html/typeof.html +share/R/library/base/html/unique.html +share/R/library/base/html/uniroot.html +share/R/library/base/html/units.html +share/R/library/base/html/unlink.html +share/R/library/base/html/unlist.html +share/R/library/base/html/unname.html +share/R/library/base/html/update.html +share/R/library/base/html/update.formula.html +share/R/library/base/html/update.packages.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/warnings.html +share/R/library/base/html/warpbreaks.html +share/R/library/base/html/weighted.mean.html +share/R/library/base/html/weighted.residuals.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/xy.coords.html +share/R/library/base/html/zAlias.html +share/R/library/base/html/zC.html +share/R/library/base/html/zMachine.html +share/R/library/base/html/zMethods.html +share/R/library/base/html/zip.file.extract.html +share/R/library/base/html/BATCH.html +share/R/library/base/html/COMPILE.html +share/R/library/base/html/INSTALL.html +share/R/library/base/html/REMOVE.html +share/R/library/base/html/RHOME.html +share/R/library/base/html/SHLIB.html +share/R/library/base/html/gnome.html +share/R/library/base/html/hdf5.html +share/R/library/base/html/undoc.html +share/R/library/base/html/00Index.html +share/R/library/base/data/women.R +share/R/library/base/data/Formaldehyde.R +share/R/library/base/data/HairEyeColor.R +share/R/library/base/data/InsectSprays.R +share/R/library/base/data/LifeCycleSavings.R +share/R/library/base/data/OrchardSprays.R +share/R/library/base/data/PlantGrowth.R +share/R/library/base/data/Titanic.R +share/R/library/base/data/ToothGrowth.R +share/R/library/base/data/UCBAdmissions.R +share/R/library/base/data/USArrests.tab +share/R/library/base/data/USJudgeRatings.R +share/R/library/base/data/USPersonalExpenditure.R +share/R/library/base/data/VADeaths.R +share/R/library/base/data/airmiles.R +share/R/library/base/data/airquality.tab +share/R/library/base/data/anscombe.R +share/R/library/base/data/attenu.R +share/R/library/base/data/attitude.R +share/R/library/base/data/cars.R +share/R/library/base/data/chickwts.R +share/R/library/base/data/co2.R +share/R/library/base/data/discoveries.R +share/R/library/base/data/esoph.R +share/R/library/base/data/euro.R +share/R/library/base/data/eurodist.R +share/R/library/base/data/faithful.R +share/R/library/base/data/freeny.R +share/R/library/base/data/infert.R +share/R/library/base/data/iris.R +share/R/library/base/data/iris3.R +share/R/library/base/data/islands.R +share/R/library/base/data/longley.R +share/R/library/base/data/mtcars.R +share/R/library/base/data/nhtemp.R +share/R/library/base/data/phones.R +share/R/library/base/data/precip.R +share/R/library/base/data/presidents.R +share/R/library/base/data/pressure.R +share/R/library/base/data/quakes.tab +share/R/library/base/data/randu.R +share/R/library/base/data/rivers.R +share/R/library/base/data/sleep.R +share/R/library/base/data/stackloss.R +share/R/library/base/data/state.R +share/R/library/base/data/sunspots.R +share/R/library/base/data/swiss.tab +share/R/library/base/data/trees.R +share/R/library/base/data/uspop.R +share/R/library/base/data/volcano.R +share/R/library/base/data/warpbreaks.R +share/R/library/base/data/00Index +share/R/library/base/help/x11 +share/R/library/base/help/00Titles +share/R/library/base/help/Arithmetic +share/R/library/base/help/Bessel +share/R/library/base/help/Beta +share/R/library/base/help/Binomial +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 +share/R/library/base/help/Extremes +share/R/library/base/help/FDist +share/R/library/base/help/Foreign +share/R/library/base/help/Formaldehyde +share/R/library/base/help/GammaDist +share/R/library/base/help/Geometric +share/R/library/base/help/HairEyeColor +share/R/library/base/help/Hyperbolic +share/R/library/base/help/Hypergeometric +share/R/library/base/help/IQR +share/R/library/base/help/InsectSprays +share/R/library/base/help/Internal +share/R/library/base/help/Last.value +share/R/library/base/help/LifeCycleSavings +share/R/library/base/help/Log +share/R/library/base/help/Logic +share/R/library/base/help/Logistic +share/R/library/base/help/Lognormal +share/R/library/base/help/Math +share/R/library/base/help/Memory +share/R/library/base/help/NA +share/R/library/base/help/NULL +share/R/library/base/help/NegBinomial +share/R/library/base/help/Normal +share/R/library/base/help/OrchardSprays +share/R/library/base/help/Paren +share/R/library/base/help/PlantGrowth +share/R/library/base/help/Platform +share/R/library/base/help/Poisson +share/R/library/base/help/Primitive +share/R/library/base/help/Random +share/R/library/base/help/Recall +share/R/library/base/help/Rhome +share/R/library/base/help/Round +share/R/library/base/help/SignRank +share/R/library/base/help/Special +share/R/library/base/help/Startup +share/R/library/base/help/TDist +share/R/library/base/help/Titanic +share/R/library/base/help/ToothGrowth +share/R/library/base/help/Trig +share/R/library/base/help/Tukey +share/R/library/base/help/UCBAdmissions +share/R/library/base/help/USArrests +share/R/library/base/help/USJudgeRatings +share/R/library/base/help/USPersonalExpenditure +share/R/library/base/help/Uniform +share/R/library/base/help/VADeaths +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/add1 +share/R/library/base/help/aggregate +share/R/library/base/help/airmiles +share/R/library/base/help/airquality +share/R/library/base/help/alias +share/R/library/base/help/all +share/R/library/base/help/all.equal +share/R/library/base/help/allnames +share/R/library/base/help/anova +share/R/library/base/help/anscombe +share/R/library/base/help/any +share/R/library/base/help/aov +share/R/library/base/help/aperm +share/R/library/base/help/append +share/R/library/base/help/apply +share/R/library/base/help/approxfun +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/attitude +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/body +share/R/library/base/help/box +share/R/library/base/help/boxplot +share/R/library/base/help/boxplot.default +share/R/library/base/help/boxplot.formula +share/R/library/base/help/boxplot.stats +share/R/library/base/help/browser +share/R/library/base/help/bug.report +share/R/library/base/help/bxp +share/R/library/base/help/c +share/R/library/base/help/cat +share/R/library/base/help/call +share/R/library/base/help/cars +share/R/library/base/help/case.names +share/R/library/base/help/cbind +share/R/library/base/help/character +share/R/library/base/help/charmatch +share/R/library/base/help/check.options +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 +share/R/library/base/help/chull +share/R/library/base/help/class +share/R/library/base/help/close.socket +share/R/library/base/help/co2 +share/R/library/base/help/codes +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/commandArgs +share/R/library/base/help/comment +share/R/library/base/help/complete.cases +share/R/library/base/help/complex +share/R/library/base/help/conflicts +share/R/library/base/help/contour +share/R/library/base/help/contrast +share/R/library/base/help/coplot +share/R/library/base/help/contrasts +share/R/library/base/help/contributors +share/R/library/base/help/convolve +share/R/library/base/help/copyright +share/R/library/base/help/cor +share/R/library/base/help/count.fields +share/R/library/base/help/cov.wt +share/R/library/base/help/crossprod +share/R/library/base/help/cumsum +share/R/library/base/help/curve +share/R/library/base/help/cut +share/R/library/base/help/data +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/date +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/dev2bitmap +share/R/library/base/help/diag +share/R/library/base/help/deviance +share/R/library/base/help/df.residual +share/R/library/base/help/diff +share/R/library/base/help/dim +share/R/library/base/help/dimnames +share/R/library/base/help/discoveries +share/R/library/base/help/do.call +share/R/library/base/help/dotplot +share/R/library/base/help/double +share/R/library/base/help/dput +share/R/library/base/help/drop +share/R/library/base/help/dummy.coef +share/R/library/base/help/dump +share/R/library/base/help/duplicated +share/R/library/base/help/dynload +share/R/library/base/help/edit +share/R/library/base/help/eff.aovlist +share/R/library/base/help/effects +share/R/library/base/help/eigen +share/R/library/base/help/environment +share/R/library/base/help/esoph +share/R/library/base/help/euro +share/R/library/base/help/eurodist +share/R/library/base/help/eval +share/R/library/base/help/example +share/R/library/base/help/exists +share/R/library/base/help/expand.grid +share/R/library/base/help/expression +share/R/library/base/help/extractAIC +share/R/library/base/help/factor +share/R/library/base/help/factor.scope +share/R/library/base/help/faithful +share/R/library/base/help/family +share/R/library/base/help/fft +share/R/library/base/help/file +share/R/library/base/help/file.choose +share/R/library/base/help/file.path +share/R/library/base/help/file.show +share/R/library/base/help/filled.contour +share/R/library/base/help/fitted.values +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/gctorture +share/R/library/base/help/get +share/R/library/base/help/getenv +share/R/library/base/help/getwd +share/R/library/base/help/gl +share/R/library/base/help/glm +share/R/library/base/help/glm.summaries +share/R/library/base/help/hsv +share/R/library/base/help/gray +share/R/library/base/help/grep +share/R/library/base/help/grid +share/R/library/base/help/help +share/R/library/base/help/help.search +share/R/library/base/help/help.start +share/R/library/base/help/hist +share/R/library/base/help/identify +share/R/library/base/help/ifelse +share/R/library/base/help/image +share/R/library/base/help/index.search +share/R/library/base/help/infert +share/R/library/base/help/influence.measures +share/R/library/base/help/integer +share/R/library/base/help/interaction +share/R/library/base/help/interactive +share/R/library/base/help/invisible +share/R/library/base/help/iris +share/R/library/base/help/is.empty +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.object +share/R/library/base/help/is.recursive +share/R/library/base/help/is.single +share/R/library/base/help/isR +share/R/library/base/help/islands +share/R/library/base/help/jitter +share/R/library/base/help/kappa +share/R/library/base/help/kronecker +share/R/library/base/help/labels +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/levels.factor +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/list.files +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/loglin +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/mad +share/R/library/base/help/mahalanobis +share/R/library/base/help/make.link +share/R/library/base/help/make.names +share/R/library/base/help/make.socket +share/R/library/base/help/make.tables +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/match.fun +share/R/library/base/help/matmult +share/R/library/base/help/matplot +share/R/library/base/help/matrix +share/R/library/base/help/mean +share/R/library/base/help/median +share/R/library/base/help/memory.profile +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/model.tables +share/R/library/base/help/nlm +share/R/library/base/help/mosaicplot +share/R/library/base/help/mtcars +share/R/library/base/help/mtext +share/R/library/base/help/na.action +share/R/library/base/help/na.fail +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/nextn +share/R/library/base/help/nhtemp +share/R/library/base/help/nlevels +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 +share/R/library/base/help/order +share/R/library/base/help/outer +share/R/library/base/help/package.contents +share/R/library/base/help/page +share/R/library/base/help/pairs +share/R/library/base/help/pairs.formula +share/R/library/base/help/palette +share/R/library/base/help/palettes +share/R/library/base/help/panel.smooth +share/R/library/base/help/par +share/R/library/base/help/parse +share/R/library/base/help/parse.dcf +share/R/library/base/help/paste +share/R/library/base/help/persp +share/R/library/base/help/phones +share/R/library/base/help/pictex +share/R/library/base/help/piechart +share/R/library/base/help/plot +share/R/library/base/help/plot.lm +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/plotmath +share/R/library/base/help/pmatch +share/R/library/base/help/points +share/R/library/base/help/poly +share/R/library/base/help/polygon +share/R/library/base/help/polyroot +share/R/library/base/help/postscript +share/R/library/base/help/power +share/R/library/base/help/ppoints +share/R/library/base/help/precip +share/R/library/base/help/predict +share/R/library/base/help/predict.glm +share/R/library/base/help/predict.lm +share/R/library/base/help/preplot +share/R/library/base/help/presidents +share/R/library/base/help/pressure +share/R/library/base/help/pretty +share/R/library/base/help/print +share/R/library/base/help/print.coefmat +share/R/library/base/help/print.default +share/R/library/base/help/print.matrix +share/R/library/base/help/proc.time +share/R/library/base/help/prod +share/R/library/base/help/profile +share/R/library/base/help/proj +share/R/library/base/help/prompt +share/R/library/base/help/prompt.data.frame +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/randu +share/R/library/base/help/range +share/R/library/base/help/range.default +share/R/library/base/help/rank +share/R/library/base/help/read.fwf +share/R/library/base/help/read.socket +share/R/library/base/help/read.table +share/R/library/base/help/read.table.url +share/R/library/base/help/readline +share/R/library/base/help/real +share/R/library/base/help/rect +share/R/library/base/help/relevel +share/R/library/base/help/rep +share/R/library/base/help/replace +share/R/library/base/help/replications +share/R/library/base/help/residuals +share/R/library/base/help/restart +share/R/library/base/help/rev +share/R/library/base/help/rgb +share/R/library/base/help/rivers +share/R/library/base/help/rle +share/R/library/base/help/rm +share/R/library/base/help/row +share/R/library/base/help/rowsum +share/R/library/base/help/rug +share/R/library/base/help/sample +share/R/library/base/help/save +share/R/library/base/help/scale +share/R/library/base/help/scan +share/R/library/base/help/screen +share/R/library/base/help/sd +share/R/library/base/help/se.aov +share/R/library/base/help/se.contrast +share/R/library/base/help/search +share/R/library/base/help/segments +share/R/library/base/help/seq +share/R/library/base/help/sequence +share/R/library/base/help/sets +share/R/library/base/help/sign +share/R/library/base/help/sink +share/R/library/base/help/sleep +share/R/library/base/help/solve +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/stars +share/R/library/base/help/start +share/R/library/base/help/stat.anova +share/R/library/base/help/state +share/R/library/base/help/stem +share/R/library/base/help/step +share/R/library/base/help/stop +share/R/library/base/help/str +share/R/library/base/help/stripplot +share/R/library/base/help/strsplit +share/R/library/base/help/structure +share/R/library/base/help/strwidth +share/R/library/base/help/subset +share/R/library/base/help/substitute +share/R/library/base/help/substr +share/R/library/base/help/sum +share/R/library/base/help/summary +share/R/library/base/help/sunflowerplot +share/R/library/base/help/sunspots +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.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/tabulate +share/R/library/base/help/tapply +share/R/library/base/help/tempfile +share/R/library/base/help/terms +share/R/library/base/help/text +share/R/library/base/help/time +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/tsp +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/unlist +share/R/library/base/help/unname +share/R/library/base/help/update +share/R/library/base/help/uspop +share/R/library/base/help/update.formula +share/R/library/base/help/update.packages +share/R/library/base/help/var +share/R/library/base/help/vector +share/R/library/base/help/volcano +share/R/library/base/help/warning +share/R/library/base/help/warnings +share/R/library/base/help/warpbreaks +share/R/library/base/help/weighted.mean +share/R/library/base/help/weighted.residuals +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/xy.coords +share/R/library/base/help/zAlias +share/R/library/base/help/zC +share/R/library/base/help/zMachine +share/R/library/base/help/zMethods +share/R/library/base/help/zip.file.extract +share/R/library/base/help/BATCH +share/R/library/base/help/COMPILE +share/R/library/base/help/INSTALL +share/R/library/base/help/REMOVE +share/R/library/base/help/RHOME +share/R/library/base/help/SHLIB +share/R/library/base/help/gnome +share/R/library/base/help/hdf5 +share/R/library/base/help/undoc +share/R/library/base/help/AnIndex +share/R/library/base/DESCRIPTION +share/R/library/base/TITLE +share/R/library/base/INDEX +share/R/library/base/CONTENTS +share/R/library/splines/R/splines +share/R/library/splines/R-ex/xyVector.R +share/R/library/splines/R-ex/backSpline.R +share/R/library/splines/R-ex/bs.R +share/R/library/splines/R-ex/interpSpline.R +share/R/library/splines/R-ex/ns.R +share/R/library/splines/R-ex/periodicSpline.R +share/R/library/splines/R-ex/polySpline.R +share/R/library/splines/R-ex/predict.bSpline.R +share/R/library/splines/R-ex/predict.bs.R +share/R/library/splines/R-ex/splineDesign.R +share/R/library/splines/R-ex/splineKnots.R +share/R/library/splines/R-ex/splineOrder.R +share/R/library/splines/R-ex/asVector.R +share/R/library/splines/latex/xyVector.tex +share/R/library/splines/latex/backSpline.tex +share/R/library/splines/latex/bs.tex +share/R/library/splines/latex/interpSpline.tex +share/R/library/splines/latex/ns.tex +share/R/library/splines/latex/periodicSpline.tex +share/R/library/splines/latex/polySpline.tex +share/R/library/splines/latex/predict.bSpline.tex +share/R/library/splines/latex/predict.bs.tex +share/R/library/splines/latex/splineDesign.tex +share/R/library/splines/latex/splineKnots.tex +share/R/library/splines/latex/splineOrder.tex +share/R/library/splines/latex/asVector.tex +share/R/library/splines/html/xyVector.html +share/R/library/splines/html/asVector.html +share/R/library/splines/html/backSpline.html +share/R/library/splines/html/bs.html +share/R/library/splines/html/interpSpline.html +share/R/library/splines/html/ns.html +share/R/library/splines/html/periodicSpline.html +share/R/library/splines/html/polySpline.html +share/R/library/splines/html/predict.bSpline.html +share/R/library/splines/html/predict.bs.html +share/R/library/splines/html/splineDesign.html +share/R/library/splines/html/splineKnots.html +share/R/library/splines/html/splineOrder.html +share/R/library/splines/html/00Index.html +share/R/library/splines/libs/splines.so +share/R/library/splines/help/xyVector +share/R/library/splines/help/00Titles +share/R/library/splines/help/asVector +share/R/library/splines/help/backSpline +share/R/library/splines/help/bs +share/R/library/splines/help/interpSpline +share/R/library/splines/help/ns +share/R/library/splines/help/periodicSpline +share/R/library/splines/help/polySpline +share/R/library/splines/help/predict.bSpline +share/R/library/splines/help/predict.bs +share/R/library/splines/help/splineDesign +share/R/library/splines/help/splineKnots +share/R/library/splines/help/splineOrder +share/R/library/splines/help/AnIndex +share/R/library/splines/DESCRIPTION +share/R/library/splines/TITLE +share/R/library/splines/INDEX +share/R/library/splines/CONTENTS +share/R/library/stepfun/R/stepfun share/R/library/stepfun/R-ex/ecdf.R share/R/library/stepfun/R-ex/plot.stepfun.R share/R/library/stepfun/R-ex/stepfun.R -share/R/library/stepfun/R/stepfun -share/R/library/stepfun/TITLE -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/latex/ecdf.tex +share/R/library/stepfun/latex/plot.stepfun.tex +share/R/library/stepfun/latex/stepfun.tex 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/stepfun/latex/ecdf.tex -share/R/library/stepfun/latex/plot.stepfun.tex -share/R/library/stepfun/latex/stepfun.tex +share/R/library/stepfun/help/AnIndex +share/R/library/stepfun/help/00Titles +share/R/library/stepfun/help/ecdf +share/R/library/stepfun/help/plot.stepfun +share/R/library/stepfun/help/stepfun +share/R/library/stepfun/DESCRIPTION +share/R/library/stepfun/TITLE +share/R/library/stepfun/INDEX +share/R/library/stepfun/CONTENTS +share/R/library/ts/R/ts +share/R/library/ts/R-ex/ts.union.R +share/R/library/ts/R-ex/ar.R +share/R/library/ts/R-ex/ar.ols.R +share/R/library/ts/R-ex/arima0.R +share/R/library/ts/R-ex/box.test.R +share/R/library/ts/R-ex/cpgram.R +share/R/library/ts/R-ex/diffinv.R +share/R/library/ts/R-ex/embed.R +share/R/library/ts/R-ex/filter.R +share/R/library/ts/R-ex/kernapply.R +share/R/library/ts/R-ex/kernel.R +share/R/library/ts/R-ex/lag.R +share/R/library/ts/R-ex/na.omit.ts.R +share/R/library/ts/R-ex/pp.test.R +share/R/library/ts/R-ex/spec.ar.R +share/R/library/ts/R-ex/spec.pgram.R +share/R/library/ts/R-ex/spectrum.R +share/R/library/ts/R-ex/stl.R +share/R/library/ts/R-ex/toeplitz.R +share/R/library/ts/R-ex/ts.plot.R +share/R/library/ts/R-ex/acf.R +share/R/library/ts/latex/ts.union.tex +share/R/library/ts/latex/EuStockMarkets.tex +share/R/library/ts/latex/LakeHuron.tex +share/R/library/ts/latex/UKDriverDeaths.tex +share/R/library/ts/latex/UKLungDeaths.tex +share/R/library/ts/latex/USAccDeaths.tex +share/R/library/ts/latex/acf.tex +share/R/library/ts/latex/ar.tex +share/R/library/ts/latex/ar.ols.tex +share/R/library/ts/latex/arima0.tex +share/R/library/ts/latex/austres.tex +share/R/library/ts/latex/beavers.tex +share/R/library/ts/latex/box.test.tex +share/R/library/ts/latex/cpgram.tex +share/R/library/ts/latex/diff.ts.tex +share/R/library/ts/latex/diffinv.tex +share/R/library/ts/latex/embed.tex +share/R/library/ts/latex/filter.tex +share/R/library/ts/latex/kernapply.tex +share/R/library/ts/latex/kernel.tex +share/R/library/ts/latex/lag.tex +share/R/library/ts/latex/lh.tex +share/R/library/ts/latex/lynx.tex +share/R/library/ts/latex/na.omit.ts.tex +share/R/library/ts/latex/nottem.tex +share/R/library/ts/latex/pp.test.tex +share/R/library/ts/latex/spec.ar.tex +share/R/library/ts/latex/spec.pgram.tex +share/R/library/ts/latex/spec.taper.tex +share/R/library/ts/latex/spectrum.tex +share/R/library/ts/latex/stl.tex +share/R/library/ts/latex/sunspot.tex +share/R/library/ts/latex/toeplitz.tex +share/R/library/ts/latex/treering.tex +share/R/library/ts/latex/ts-internal.tex +share/R/library/ts/latex/ts.plot.tex +share/R/library/ts/latex/BJsales.tex +share/R/library/ts/html/ts.union.html +share/R/library/ts/html/BJsales.html +share/R/library/ts/html/EuStockMarkets.html +share/R/library/ts/html/LakeHuron.html +share/R/library/ts/html/UKDriverDeaths.html +share/R/library/ts/html/UKLungDeaths.html +share/R/library/ts/html/USAccDeaths.html +share/R/library/ts/html/acf.html +share/R/library/ts/html/ar.html +share/R/library/ts/html/ar.ols.html +share/R/library/ts/html/arima0.html +share/R/library/ts/html/austres.html +share/R/library/ts/html/beavers.html +share/R/library/ts/html/box.test.html +share/R/library/ts/html/cpgram.html +share/R/library/ts/html/diff.ts.html +share/R/library/ts/html/diffinv.html +share/R/library/ts/html/embed.html +share/R/library/ts/html/filter.html +share/R/library/ts/html/kernapply.html +share/R/library/ts/html/kernel.html +share/R/library/ts/html/lag.html +share/R/library/ts/html/lh.html +share/R/library/ts/html/lynx.html +share/R/library/ts/html/na.omit.ts.html +share/R/library/ts/html/nottem.html +share/R/library/ts/html/pp.test.html +share/R/library/ts/html/spec.ar.html +share/R/library/ts/html/spec.pgram.html +share/R/library/ts/html/spec.taper.html +share/R/library/ts/html/spectrum.html +share/R/library/ts/html/stl.html +share/R/library/ts/html/sunspot.html +share/R/library/ts/html/toeplitz.html +share/R/library/ts/html/treering.html +share/R/library/ts/html/ts-internal.html +share/R/library/ts/html/ts.plot.html +share/R/library/ts/html/00Index.html +share/R/library/ts/help/ts.union +share/R/library/ts/help/00Titles +share/R/library/ts/help/BJsales +share/R/library/ts/help/EuStockMarkets +share/R/library/ts/help/LakeHuron +share/R/library/ts/help/UKDriverDeaths +share/R/library/ts/help/UKLungDeaths +share/R/library/ts/help/USAccDeaths +share/R/library/ts/help/acf +share/R/library/ts/help/ar +share/R/library/ts/help/ar.ols +share/R/library/ts/help/arima0 +share/R/library/ts/help/austres +share/R/library/ts/help/beavers +share/R/library/ts/help/box.test +share/R/library/ts/help/cpgram +share/R/library/ts/help/diff.ts +share/R/library/ts/help/diffinv +share/R/library/ts/help/embed +share/R/library/ts/help/filter +share/R/library/ts/help/kernapply +share/R/library/ts/help/kernel +share/R/library/ts/help/lag +share/R/library/ts/help/lh +share/R/library/ts/help/lynx +share/R/library/ts/help/na.omit.ts +share/R/library/ts/help/nottem +share/R/library/ts/help/pp.test +share/R/library/ts/help/spec.ar +share/R/library/ts/help/spec.pgram +share/R/library/ts/help/spec.taper +share/R/library/ts/help/spectrum +share/R/library/ts/help/stl +share/R/library/ts/help/sunspot +share/R/library/ts/help/toeplitz +share/R/library/ts/help/treering +share/R/library/ts/help/ts-internal +share/R/library/ts/help/ts.plot +share/R/library/ts/help/AnIndex +share/R/library/ts/data/treering.R +share/R/library/ts/data/BJsales.R +share/R/library/ts/data/EuStockMarkets.R +share/R/library/ts/data/LakeHuron.R +share/R/library/ts/data/UKDriverDeaths.R +share/R/library/ts/data/UKLungDeaths.R +share/R/library/ts/data/USAccDeaths.R +share/R/library/ts/data/austres.R +share/R/library/ts/data/beavers.R +share/R/library/ts/data/lh.R +share/R/library/ts/data/lynx.R +share/R/library/ts/data/nottem.R +share/R/library/ts/data/sunspot.R +share/R/library/ts/data/00Index +share/R/library/ts/libs/ts.so +share/R/library/ts/DESCRIPTION +share/R/library/ts/TITLE +share/R/library/ts/SOURCES +share/R/library/ts/INDEX +share/R/library/ts/CONTENTS +share/R/library/LibIndex +share/R/afm/agd_____.lt1 +share/R/afm/agdo____.lt1 +share/R/afm/agw_____.lt1 +share/R/afm/agwo____.lt1 +share/R/afm/bkd_____.lt1 +share/R/afm/bkdi____.lt1 +share/R/afm/bkl_____.lt1 +share/R/afm/bkli____.lt1 +share/R/afm/cob_____.lt1 +share/R/afm/cobo____.lt1 +share/R/afm/com_____.lt1 +share/R/afm/coo_____.lt1 +share/R/afm/hv______.lt1 +share/R/afm/hvb_____.lt1 +share/R/afm/hvbo____.lt1 +share/R/afm/hvn_____.lt1 +share/R/afm/hvnb____.lt1 +share/R/afm/hvnbo___.lt1 +share/R/afm/hvno____.lt1 +share/R/afm/hvo_____.lt1 +share/R/afm/ncb_____.lt1 +share/R/afm/ncbi____.lt1 +share/R/afm/nci_____.lt1 +share/R/afm/ncr_____.lt1 +share/R/afm/pob_____.lt1 +share/R/afm/pobi____.lt1 +share/R/afm/poi_____.lt1 +share/R/afm/por_____.lt1 +share/R/afm/sy______.afm +share/R/afm/tib_____.lt1 +share/R/afm/tibi____.lt1 +share/R/afm/tii_____.lt1 +share/R/afm/tir_____.lt1 +share/R/demos/dynload/Makefile +share/R/demos/dynload/README +share/R/demos/dynload/zero.R +share/R/demos/dynload/zero.c +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/doc/manual/Rd.sty +share/R/doc/html/search/IndexEntry.class +share/R/doc/html/search/IndexStream.class +share/R/doc/html/search/IndexTable.class +share/R/doc/html/search/SearchEngine.class +share/R/doc/html/search/Tracer.class +share/R/doc/html/search/Value.class +share/R/doc/html/search/SearchEngine.html +share/R/doc/html/search/index.txt +share/R/doc/html/about.html +share/R/doc/html/faq.html +share/R/doc/html/function.html +share/R/doc/html/index.html +share/R/doc/html/packages-foot.html +share/R/doc/html/packages-head.html +share/R/doc/html/packages.html +share/R/doc/html/resource.html +share/R/doc/html/template.html +share/R/doc/html/thanks.html +share/R/doc/html/left.jpg +share/R/doc/html/logo.jpg +share/R/doc/html/logosm.jpg +share/R/doc/html/right.jpg +share/R/doc/html/up.jpg +share/R/doc/html/R.css +share/R/doc/keyword-test +share/R/doc/KEYWORDS +share/R/etc/Rdconvlib.pl +share/R/etc/buildlib.pl +share/R/etc/html-layout.pl +share/R/etc/Makeconf +share/R/COPYING +share/R/COPYRIGHTS +share/R/FAQ +share/R/MIRROR-SITES +share/R/NEWS +share/R/RESOURCES @dirrm share/R/library/stepfun/latex @dirrm share/R/library/stepfun/html @dirrm share/R/library/stepfun/help @@ -2212,6 +2770,29 @@ share/R/library/stepfun/latex/stepfun.tex @dirrm share/R/library/base/R-ex @dirrm share/R/library/base/R @dirrm share/R/library/base +@dirrm share/R/library/nls/help +@dirrm share/R/library/nls/R-ex +@dirrm share/R/library/nls/latex +@dirrm share/R/library/nls/html +@dirrm share/R/library/nls/data +@dirrm share/R/library/nls/R +@dirrm share/R/library/nls/libs +@dirrm share/R/library/nls +@dirrm share/R/library/splines/R +@dirrm share/R/library/splines/R-ex +@dirrm share/R/library/splines/latex +@dirrm share/R/library/splines/html +@dirrm share/R/library/splines/libs +@dirrm share/R/library/splines/help +@dirrm share/R/library/splines +@dirrm share/R/library/ts/R +@dirrm share/R/library/ts/R-ex +@dirrm share/R/library/ts/latex +@dirrm share/R/library/ts/html +@dirrm share/R/library/ts/help +@dirrm share/R/library/ts/data +@dirrm share/R/library/ts/libs +@dirrm share/R/library/ts @dirrm share/R/library @dirrm share/R/include @dirrm share/R/etc -- cgit v1.2.3