summaryrefslogtreecommitdiff
path: root/math/R
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-04-19 15:30:05 +0000
committerjlam <jlam@pkgsrc.org>2000-04-19 15:30:05 +0000
commit9c5f6d504b28be51d9e1200ad292840ae6e9dee6 (patch)
tree165742a616c78bd55ad4cb9127aa494d01247e8a /math/R
parentfd683ab63c5500006f363def5ba8b8cb1aa32aa9 (diff)
downloadpkgsrc-9c5f6d504b28be51d9e1200ad292840ae6e9dee6.tar.gz
Update to R-1.0.1. Move R library tree to ${PREFIX}/lib (a la perl5)
since it contains loadable shared object files that are platform-specific. Lots of bug-fixes and additions ... it's getting closer to a usable replacement for S-PLUS.
Diffstat (limited to 'math/R')
-rw-r--r--math/R/Makefile76
-rw-r--r--math/R/files/md54
-rw-r--r--math/R/files/patch-sum12
-rw-r--r--math/R/patches/patch-aa14
-rw-r--r--math/R/patches/patch-ab41
-rw-r--r--math/R/patches/patch-ae27
-rw-r--r--math/R/patches/patch-af21
-rw-r--r--math/R/patches/patch-ag6
-rw-r--r--math/R/patches/patch-ah13
-rw-r--r--math/R/pkg/PLIST5821
10 files changed, 3092 insertions, 2943 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 29232303869..d9ec4391f80 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,47 +1,53 @@
-# $NetBSD: Makefile,v 1.11 2000/01/12 22:05:30 rh Exp $
+# $NetBSD: Makefile,v 1.12 2000/04/19 15:30:05 jlam Exp $
#
-DISTNAME= R-0.90.1
-CATEGORIES= math
-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/ \
- http://www.stat.unipg.it/pub/stat/statlib/R/CRAN/src/base/ \
- ftp://ftp.u-aizu.ac.jp/pub/lang/R/CRAN/src/base/ \
- ftp://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/ \
- 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://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
+DISTNAME= R-1.0.1
+CATEGORIES= math
+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/ \
+ http://cran.stat.wisc.edu/src/base/ \
+ http://SunSITE.auc.dk/R/src/base/ \
+ ftp://ftp.u-aizu.ac.jp/pub/lang/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/ \
+ 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://cran.r-project.org/
+
+DEPENDS+= readline>=4.0:../../devel/readline
+
+USE_FORTRAN= # defined
+USE_X11= # defined
+USE_PERL5= # defined
+USE_GMAKE= # defined
+
+GNU_CONFIGURE= # defined
+CONFIGURE_ARGS+= --enable-readline --with-x
+CONFIGURE_ARGS+= --without-gnome --without-libmoto
+CONFIGURE_ARGS+= --without-blas --without-blas-risc
+CONFIGURE_ARGS+= --without-dxml
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+CONFIGURE_ENV+= MAKE="${LOCALBASE}/bin/gmake"
+CPPFLAGS+= -I${LOCALBASE}/include # readline/readline.h
.include "../../mk/bsd.prefs.mk"
# R_PAPERSIZE can be: A4, Letter, Legal, Executive
#
.if defined(PAPERSIZE)
-R_PAPERSIZE?= ${PAPERSIZE}
+R_PAPERSIZE?= ${PAPERSIZE}
.else
-R_PAPERSIZE?= A4
+R_PAPERSIZE?= A4
.endif
.if (${R_PAPERSIZE} == "Letterdj")
-R_PAPERSIZE= Letter
+R_PAPERSIZE= Letter
.endif
+CONFIGURE_ENV+= R_PAPERSIZE="${R_PAPERSIZE}"
.if (${OPSYS} == "SunOS")
BSD_INSTALL?= /usr/ucb/install
@@ -51,12 +57,10 @@ BSD_INSTALL?= /usr/bin/install
INSTALL_OWN_SCRIPT= ${BSD_INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
INSTALL_SCRIPT= ${BSD_INSTALL} ${COPY} -m ${BINMODE}
INSTALL_DATA= ${BSD_INSTALL} ${COPY} -m 644
-LDFLAGS+= -L${LOCALBASE}/lib # for -lreadline
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- R_PAPERSIZE="${R_PAPERSIZE}"
+
MAKE_ENV+= INSTALL_OWN_SCRIPT="${INSTALL_OWN_SCRIPT}"
post-install:
- ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/R
+ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/R
.include "../../mk/bsd.pkg.mk"
diff --git a/math/R/files/md5 b/math/R/files/md5
index 538804c453b..609a22d6ae0 100644
--- a/math/R/files/md5
+++ b/math/R/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.5 2000/01/12 22:05:32 rh Exp $
+$NetBSD: md5,v 1.6 2000/04/19 15:30:06 jlam Exp $
-MD5 (R-0.90.1.tgz) = 5ff7ed7ac53b7e968a373c9cf3099443
+MD5 (R-1.0.1.tgz) = f8cf4d9ef7324b0718456f5f8a21adad
diff --git a/math/R/files/patch-sum b/math/R/files/patch-sum
index 2d59e405484..8c710024197 100644
--- a/math/R/files/patch-sum
+++ b/math/R/files/patch-sum
@@ -1,8 +1,6 @@
-$NetBSD: patch-sum,v 1.4 2000/02/13 13:30:11 dmcmahill Exp $
+$NetBSD: patch-sum,v 1.5 2000/04/19 15:30:06 jlam Exp $
-MD5 (patch-aa) = f11a1756dbe1f0d3499cce6919f5fce5
-MD5 (patch-ab) = 6f9dbcb59868c9e42b60de2aa2831376
-MD5 (patch-ae) = 97a850f5efd0f91571361750e69b35eb
-MD5 (patch-af) = 67bcec4540b994104ba99b35667f6d10
-MD5 (patch-ag) = 62f3628549a1e9a4c1440e05548f2cb1
-MD5 (patch-ah) = 37e5d8f9aa3a296a62150a8269415807
+MD5 (patch-aa) = fb1673fe6c402a5ea29fa83e65eb2e82
+MD5 (patch-ab) = 9eb6830782e45b3e9bf243abc234ec53
+MD5 (patch-ae) = 376df20b745d8c9edf0a193a985a6865
+MD5 (patch-ag) = 0a7e7612fcf4bc72c459adaa57aff329
diff --git a/math/R/patches/patch-aa b/math/R/patches/patch-aa
index 431c0bfa1bb..efb51ae9550 100644
--- a/math/R/patches/patch-aa
+++ b/math/R/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 1999/05/25 23:45:06 jlam Exp $
+$NetBSD: patch-aa,v 1.3 2000/04/19 15:30:06 jlam Exp $
---- Makeconf.in.orig Tue Feb 2 19:16:51 1999
-+++ Makeconf.in Tue May 25 02:52:48 1999
-@@ -20,6 +20,7 @@
+--- Makeconf.in.orig Sat Jan 22 15:10:00 2000
++++ Makeconf.in Mon Apr 17 16:04:58 2000
+@@ -23,6 +23,7 @@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -10,9 +10,3 @@ $NetBSD: patch-aa,v 1.2 1999/05/25 23:45:06 jlam Exp $
INSTALL_DIR = ${INSTALL} -d
LATEX = @LATEX@
LDCMD = @LDCMD@
-@@ -53,4 +54,4 @@
- libdir = @libdir@
- mandir = @mandir@
-
--rhome = @libdir@/R
-+rhome = @datadir@/R
diff --git a/math/R/patches/patch-ab b/math/R/patches/patch-ab
index 71ce50ab165..2ad9e22bcaf 100644
--- a/math/R/patches/patch-ab
+++ b/math/R/patches/patch-ab
@@ -1,22 +1,21 @@
-$NetBSD: patch-ab,v 1.5 2000/02/13 13:30:12 dmcmahill Exp $
+$NetBSD: patch-ab,v 1.6 2000/04/19 15:30:06 jlam Exp $
---- configure.orig Wed Dec 15 07:29:04 1999
-+++ configure Sun Feb 13 00:16:46 2000
-@@ -5378,8 +5378,9 @@
- *netbsd*)
- if ${CPP} - -dM < /dev/null | grep -q __ELF__; then
-- dllflags="-export-dynamic"
-+ dllflags="${LDFLAGS} -export-dynamic"
- shlibldflags="-shared"
- else
-- shlibldflags="-Bshareable"
-+ dllflags="${LDFLAGS}"
-+ shlibldflags="-shared"
- fi
- ;;
-@@ -6549,4 +6550,5 @@
- 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
+--- configure.orig Fri Apr 14 04:44:15 2000
++++ configure Mon Apr 17 16:32:22 2000
+@@ -2676,6 +2676,7 @@
+ LIBS="$ac_save_LIBS"
+
+ fi
++if false; then
+ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+ echo "$ac_t""yes" 1>&6
+ ac_tr_lib=HAVE_LIB`echo ncurses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
+@@ -2685,7 +2686,7 @@
+ EOF
+
+ LIBS="-lncurses $LIBS"
+-
++fi
+ else
+ echo "$ac_t""no" 1>&6
+ echo $ac_n "checking for main in -ltermcap""... $ac_c" 1>&6
diff --git a/math/R/patches/patch-ae b/math/R/patches/patch-ae
index 06167e144b7..e9a3585b82a 100644
--- a/math/R/patches/patch-ae
+++ b/math/R/patches/patch-ae
@@ -1,26 +1,13 @@
-$NetBSD: patch-ae,v 1.3 2000/01/12 22:05:33 rh Exp $
+$NetBSD: patch-ae,v 1.4 2000/04/19 15:30:06 jlam Exp $
---- 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.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 @@
+--- Makefile.in.orig Mon Feb 21 02:03:26 2000
++++ Makefile.in Mon Apr 17 16:11:47 2000
+@@ -74,7 +74,7 @@
@for f in `ls bin/* | grep -v '^bin/R\**$$' \
- | grep -v '^bin/R.X11\**$$' \
- | grep -v '^bin/R.gnome\**$$'`; do \
+ | grep -v '^bin/R.X11\**$$' \
+ | grep -v '^bin/R.GNOME\**$$'`; do \
- $(INSTALL) $${f} $(rhome)/bin; \
+ $(INSTALL_SCRIPT) $${f} $(rhome)/bin; \
done
- @for f in Rd2txt Rdconv Rdindex Sd2Rd; do \
-- $(INSTALL) bin/$${f} $(bindir); \
-+ $(INSTALL_OWN_SCRIPT) bin/$${f} $(bindir); \
- done
- @echo "Installing headers ..."
+ @echo "installing headers ..."
@for f in include/*.h; do \
diff --git a/math/R/patches/patch-af b/math/R/patches/patch-af
deleted file mode 100644
index 9c029334f2c..00000000000
--- a/math/R/patches/patch-af
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-af,v 1.3 2000/01/12 22:05:33 rh Exp $
-
---- 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
-
- ### Local Variables: ***
diff --git a/math/R/patches/patch-ag b/math/R/patches/patch-ag
index b497b64ddbd..dfbf3367a87 100644
--- a/math/R/patches/patch-ag
+++ b/math/R/patches/patch-ag
@@ -1,7 +1,7 @@
-$NetBSD: patch-ag,v 1.2 2000/01/12 22:05:33 rh Exp $
+$NetBSD: patch-ag,v 1.3 2000/04/19 15:30:07 jlam Exp $
---- src/scripts/Makefile.in.orig Wed Jan 12 20:16:55 2000
-+++ src/scripts/Makefile.in Wed Jan 12 20:17:56 2000
+--- src/scripts/Makefile.in.orig Mon Feb 21 05:49:10 2000
++++ src/scripts/Makefile.in Mon Apr 17 16:13:11 2000
@@ -38,10 +38,10 @@
> $(top_builddir)/bin/R
@chmod +x $(top_builddir)/bin/R
diff --git a/math/R/patches/patch-ah b/math/R/patches/patch-ah
deleted file mode 100644
index 207f5e4b2d5..00000000000
--- a/math/R/patches/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.1 1999/05/25 23:51:12 jlam Exp $
-
---- doc/Makefile.in.orig Tue Mar 30 04:29:11 1999
-+++ doc/Makefile.in Tue May 25 02:52:08 1999
-@@ -33,7 +33,7 @@
- fi
-
- install: installdirs install-html install-man
-- @$(INSTALL) keyword-test $(rhome)/doc
-+ @$(INSTALL_SCRIPT) keyword-test $(rhome)/doc
- @$(INSTALL_DATA) $(srcdir)/KEYWORDS $(rhome)/doc
- @(cd manual && $(MAKE) $@)
- installdirs:
diff --git a/math/R/pkg/PLIST b/math/R/pkg/PLIST
index 06bc66db66a..0fa15f0939c 100644
--- a/math/R/pkg/PLIST
+++ b/math/R/pkg/PLIST
@@ -1,2811 +1,3012 @@
-@comment $NetBSD: PLIST,v 1.5 2000/01/12 22:05:33 rh Exp $
+@comment $NetBSD: PLIST,v 1.6 2000/04/19 15:30:07 jlam Exp $
bin/R
-bin/R.X11
-bin/Rd2txt
-bin/Rdconv
-bin/Rdindex
-bin/Sd2Rd
-man/man1/R.1
-man/man1/Rdconv.1
-man/man1/Rd2txt.1
-man/man1/Sd2Rd.1
-man/man1/Rdindex.1
-share/R/bin/R
-share/R/bin/BATCH
-share/R/bin/COMPILE
-share/R/bin/INSTALL
-share/R/bin/REMOVE
-share/R/bin/Rd2contents
-share/R/bin/Rd2dvi
-share/R/bin/Rd2txt
-share/R/bin/Rdconv
-share/R/bin/Rdindex
-share/R/bin/Rman2Rd
-share/R/bin/SHLIB
-share/R/bin/Sd2Rd
-share/R/bin/build-help
-share/R/bin/check
-share/R/bin/filename
-share/R/bin/fwf2table
-share/R/bin/help
-share/R/bin/help.links
-share/R/bin/help.pretty
-share/R/bin/html2dos
-share/R/bin/massage-Examples
-share/R/bin/pager
-share/R/include/Applic.h
-share/R/include/Arith.h
-share/R/include/Blas.h
-share/R/include/Complex.h
-share/R/include/Error.h
-share/R/include/Errormsg.h
-share/R/include/Fortran.h
-share/R/include/Linpack.h
-share/R/include/Mathlib.h
-share/R/include/Memory.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/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
-share/R/library/base/R-ex/Cauchy.R
-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/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/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
-share/R/library/base/R-ex/Recall.R
-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
-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
-share/R/library/base/R-ex/apply.R
-share/R/library/base/R-ex/approxfun.R
-share/R/library/base/R-ex/apropos.R
-share/R/library/base/R-ex/args.R
-share/R/library/base/R-ex/array.R
-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
-share/R/library/base/R-ex/ave.R
-share/R/library/base/R-ex/axis.R
-share/R/library/base/R-ex/backsolve.R
-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/call.R
-share/R/library/base/R-ex/case.names.R
-share/R/library/base/R-ex/cat.R
-share/R/library/base/R-ex/cbind.R
-share/R/library/base/R-ex/charmatch.R
-share/R/library/base/R-ex/check.options.R
-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/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/cor.R
-share/R/library/base/R-ex/crossprod.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
-share/R/library/base/R-ex/density.R
-share/R/library/base/R-ex/deparse.R
-share/R/library/base/R-ex/deriv.R
-share/R/library/base/R-ex/detach.R
-share/R/library/base/R-ex/dev.R
-share/R/library/base/R-ex/dev2.R
-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
-share/R/library/base/R-ex/dput.R
-share/R/library/base/R-ex/drop.R
-share/R/library/base/R-ex/dummy.coef.R
-share/R/library/base/R-ex/dump.R
-share/R/library/base/R-ex/duplicated.R
-share/R/library/base/R-ex/dynload.R
-share/R/library/base/R-ex/edit.R
-share/R/library/base/R-ex/eff.aovlist.R
-share/R/library/base/R-ex/effects.R
-share/R/library/base/R-ex/eigen.R
-share/R/library/base/R-ex/environment.R
-share/R/library/base/R-ex/esoph.R
-share/R/library/base/R-ex/euro.R
-share/R/library/base/R-ex/eval.R
-share/R/library/base/R-ex/example.R
-share/R/library/base/R-ex/exists.R
-share/R/library/base/R-ex/expand.grid.R
-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/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/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/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/islands.R
-share/R/library/base/R-ex/jitter.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
-share/R/library/base/R-ex/legend.R
-share/R/library/base/R-ex/length.R
-share/R/library/base/R-ex/levels.factor.R
-share/R/library/base/R-ex/library.R
-share/R/library/base/R-ex/library.dynam.R
-share/R/library/base/R-ex/lines.R
-share/R/library/base/R-ex/list.R
-share/R/library/base/R-ex/list.files.R
-share/R/library/base/R-ex/lm.R
-share/R/library/base/R-ex/lm.influence.R
-share/R/library/base/R-ex/lm.summaries.R
-share/R/library/base/R-ex/load.R
-share/R/library/base/R-ex/loglin.R
-share/R/library/base/R-ex/longley.R
-share/R/library/base/R-ex/lower.tri.R
-share/R/library/base/R-ex/lowess.R
-share/R/library/base/R-ex/ls.R
-share/R/library/base/R-ex/ls.diag.R
-share/R/library/base/R-ex/lsfit.R
-share/R/library/base/R-ex/machine.R
-share/R/library/base/R-ex/mad.R
-share/R/library/base/R-ex/mahalanobis.R
-share/R/library/base/R-ex/make.link.R
-share/R/library/base/R-ex/make.names.R
-share/R/library/base/R-ex/make.socket.R
-share/R/library/base/R-ex/mat.or.vec.R
-share/R/library/base/R-ex/match.R
-share/R/library/base/R-ex/match.arg.R
-share/R/library/base/R-ex/match.call.R
-share/R/library/base/R-ex/match.fun.R
-share/R/library/base/R-ex/matmult.R
-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
-share/R/library/base/R-ex/mode.R
-share/R/library/base/R-ex/model.extract.R
-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
-share/R/library/base/R-ex/name.R
-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/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
-share/R/library/base/R-ex/palettes.R
-share/R/library/base/R-ex/panel.smooth.R
-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/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/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
-share/R/library/base/R-ex/print.default.R
-share/R/library/base/R-ex/print.matrix.R
-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/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
-share/R/library/base/R-ex/row.R
-share/R/library/base/R-ex/rowsum.R
-share/R/library/base/R-ex/rug.R
-share/R/library/base/R-ex/sample.R
-share/R/library/base/R-ex/save.R
-share/R/library/base/R-ex/scale.R
-share/R/library/base/R-ex/scan.R
-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
-share/R/library/base/R-ex/solve.R
-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
-share/R/library/base/R-ex/stop.R
-share/R/library/base/R-ex/str.R
-share/R/library/base/R-ex/stripplot.R
-share/R/library/base/R-ex/strsplit.R
-share/R/library/base/R-ex/structure.R
-share/R/library/base/R-ex/strwidth.R
-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
-share/R/library/base/R-ex/switch.R
-share/R/library/base/R-ex/symnum.R
-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.test.R
-share/R/library/base/R-ex/table.R
-share/R/library/base/R-ex/tabulate.R
-share/R/library/base/R-ex/tapply.R
-share/R/library/base/R-ex/tempfile.R
-share/R/library/base/R-ex/text.R
-share/R/library/base/R-ex/time.R
-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/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-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/Cauchy.tex
-share/R/library/base/latex/Chisquare.tex
-share/R/library/base/latex/Comparison.tex
-share/R/library/base/latex/Constants.tex
-share/R/library/base/latex/Control.tex
-share/R/library/base/latex/Defunct.tex
-share/R/library/base/latex/Deprecated.tex
-share/R/library/base/latex/Devices.tex
-share/R/library/base/latex/Exponential.tex
-share/R/library/base/latex/Extract.tex
-share/R/library/base/latex/Extremes.tex
-share/R/library/base/latex/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/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
-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/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/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/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/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.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/aperm.tex
-share/R/library/base/latex/append.tex
-share/R/library/base/latex/apply.tex
-share/R/library/base/latex/approxfun.tex
-share/R/library/base/latex/apropos.tex
-share/R/library/base/latex/args.tex
-share/R/library/base/latex/array.tex
-share/R/library/base/latex/arrows.tex
-share/R/library/base/latex/as.function.tex
-share/R/library/base/latex/assign.tex
-share/R/library/base/latex/attach.tex
-share/R/library/base/latex/attenu.tex
-share/R/library/base/latex/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/axis.tex
-share/R/library/base/latex/backsolve.tex
-share/R/library/base/latex/barplot.tex
-share/R/library/base/latex/body.tex
-share/R/library/base/latex/box.tex
-share/R/library/base/latex/boxplot.tex
-share/R/library/base/latex/boxplot.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
-share/R/library/base/latex/c.tex
-share/R/library/base/latex/call.tex
-share/R/library/base/latex/cars.tex
-share/R/library/base/latex/case.names.tex
-share/R/library/base/latex/cat.tex
-share/R/library/base/latex/cbind.tex
-share/R/library/base/latex/character.tex
-share/R/library/base/latex/co2.tex
-share/R/library/base/latex/charmatch.tex
-share/R/library/base/latex/check.options.tex
-share/R/library/base/latex/chickwts.tex
-share/R/library/base/latex/chisq.test.tex
-share/R/library/base/latex/chol.tex
-share/R/library/base/latex/chol2inv.tex
-share/R/library/base/latex/chull.tex
-share/R/library/base/latex/class.tex
-share/R/library/base/latex/close.socket.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/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/count.fields.tex
-share/R/library/base/latex/cov.wt.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/data.tex
-share/R/library/base/latex/data.class.tex
-share/R/library/base/latex/data.frame.tex
-share/R/library/base/latex/data.matrix.tex
-share/R/library/base/latex/dataentry.tex
-share/R/library/base/latex/date.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/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
-share/R/library/base/latex/diff.tex
-share/R/library/base/latex/dim.tex
-share/R/library/base/latex/dimnames.tex
-share/R/library/base/latex/discoveries.tex
-share/R/library/base/latex/do.call.tex
-share/R/library/base/latex/dotplot.tex
-share/R/library/base/latex/double.tex
-share/R/library/base/latex/dput.tex
-share/R/library/base/latex/drop.tex
-share/R/library/base/latex/dummy.coef.tex
-share/R/library/base/latex/dump.tex
-share/R/library/base/latex/duplicated.tex
-share/R/library/base/latex/dynload.tex
-share/R/library/base/latex/edit.tex
-share/R/library/base/latex/eff.aovlist.tex
-share/R/library/base/latex/effects.tex
-share/R/library/base/latex/eigen.tex
-share/R/library/base/latex/environment.tex
-share/R/library/base/latex/esoph.tex
-share/R/library/base/latex/euro.tex
-share/R/library/base/latex/eurodist.tex
-share/R/library/base/latex/eval.tex
-share/R/library/base/latex/example.tex
-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.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.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/fix.tex
-share/R/library/base/latex/fivenum.tex
-share/R/library/base/latex/formals.tex
-share/R/library/base/latex/format.tex
-share/R/library/base/latex/format.info.tex
-share/R/library/base/latex/formatc.tex
-share/R/library/base/latex/formula.tex
-share/R/library/base/latex/frame.tex
-share/R/library/base/latex/freeny.tex
-share/R/library/base/latex/function.tex
-share/R/library/base/latex/gc.tex
-share/R/library/base/latex/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.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/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
-share/R/library/base/latex/ifelse.tex
-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/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/kappa.tex
-share/R/library/base/latex/kronecker.tex
-share/R/library/base/latex/labels.tex
-share/R/library/base/latex/lapply.tex
-share/R/library/base/latex/layout.tex
-share/R/library/base/latex/legend.tex
-share/R/library/base/latex/length.tex
-share/R/library/base/latex/levels.tex
-share/R/library/base/latex/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.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/load.tex
-share/R/library/base/latex/locator.tex
-share/R/library/base/latex/logical.tex
-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/lsfit.tex
-share/R/library/base/latex/machine.tex
-share/R/library/base/latex/mad.tex
-share/R/library/base/latex/mahalanobis.tex
-share/R/library/base/latex/make.link.tex
-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/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
-share/R/library/base/latex/mode.tex
-share/R/library/base/latex/model.extract.tex
-share/R/library/base/latex/model.frame.tex
-share/R/library/base/latex/model.matrix.tex
-share/R/library/base/latex/model.tables.tex
-share/R/library/base/latex/mosaicplot.tex
-share/R/library/base/latex/mtcars.tex
-share/R/library/base/latex/mtext.tex
-share/R/library/base/latex/na.action.tex
-share/R/library/base/latex/na.fail.tex
-share/R/library/base/latex/name.tex
-share/R/library/base/latex/names.tex
-share/R/library/base/latex/nargs.tex
-share/R/library/base/latex/nchar.tex
-share/R/library/base/latex/nextn.tex
-share/R/library/base/latex/nhtemp.tex
-share/R/library/base/latex/nlevels.tex
-share/R/library/base/latex/nlm.tex
-share/R/library/base/latex/noquote.tex
-share/R/library/base/latex/notyet.tex
-share/R/library/base/latex/nrow.tex
-share/R/library/base/latex/numeric.tex
-share/R/library/base/latex/offset.tex
-share/R/library/base/latex/on.exit.tex
-share/R/library/base/latex/optimize.tex
-share/R/library/base/latex/options.tex
-share/R/library/base/latex/order.tex
-share/R/library/base/latex/outer.tex
-share/R/library/base/latex/package.contents.tex
-share/R/library/base/latex/page.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/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
-share/R/library/base/latex/polygon.tex
-share/R/library/base/latex/polyroot.tex
-share/R/library/base/latex/postscript.tex
-share/R/library/base/latex/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/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/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
-share/R/library/base/latex/qraux.tex
-share/R/library/base/latex/quakes.tex
-share/R/library/base/latex/quantile.tex
-share/R/library/base/latex/quit.tex
-share/R/library/base/latex/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/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
-share/R/library/base/latex/rle.tex
-share/R/library/base/latex/rm.tex
-share/R/library/base/latex/row.tex
-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/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
-share/R/library/base/latex/solve.tex
-share/R/library/base/latex/sort.tex
-share/R/library/base/latex/source.tex
-share/R/library/base/latex/splinefun.tex
-share/R/library/base/latex/split.tex
-share/R/library/base/latex/stackloss.tex
-share/R/library/base/latex/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/substitute.tex
-share/R/library/base/latex/substr.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
-share/R/library/base/latex/swiss.tex
-share/R/library/base/latex/switch.tex
-share/R/library/base/latex/symnum.tex
-share/R/library/base/latex/sys.parent.tex
-share/R/library/base/latex/system.tex
-share/R/library/base/latex/system.file.tex
-share/R/library/base/latex/system.time.tex
-share/R/library/base/latex/t.tex
-share/R/library/base/latex/t.test.tex
-share/R/library/base/latex/table.tex
-share/R/library/base/latex/tabulate.tex
-share/R/library/base/latex/tapply.tex
-share/R/library/base/latex/tempfile.tex
-share/R/library/base/latex/terms.tex
-share/R/library/base/latex/text.tex
-share/R/library/base/latex/time.tex
-share/R/library/base/latex/title.tex
-share/R/library/base/latex/trace.tex
-share/R/library/base/latex/traceback.tex
-share/R/library/base/latex/transform.tex
-share/R/library/base/latex/trees.tex
-share/R/library/base/latex/ts.tex
-share/R/library/base/latex/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/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.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/zMachine.tex
-share/R/library/base/latex/zMethods.tex
-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/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/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
-@dirrm share/R/library/stepfun/R-ex
-@dirrm share/R/library/stepfun/R
-@dirrm share/R/library/stepfun
-@dirrm share/R/library/mva/libs
-@dirrm share/R/library/mva/latex
-@dirrm share/R/library/mva/html
-@dirrm share/R/library/mva/help
-@dirrm share/R/library/mva/R-ex
-@dirrm share/R/library/mva/R
-@dirrm share/R/library/mva
-@dirrm share/R/library/modreg/libs
-@dirrm share/R/library/modreg/latex
-@dirrm share/R/library/modreg/html
-@dirrm share/R/library/modreg/help
-@dirrm share/R/library/modreg/data
-@dirrm share/R/library/modreg/R-ex
-@dirrm share/R/library/modreg/R
-@dirrm share/R/library/modreg
-@dirrm share/R/library/lqs/libs
-@dirrm share/R/library/lqs/latex
-@dirrm share/R/library/lqs/html
-@dirrm share/R/library/lqs/help
-@dirrm share/R/library/lqs/R-ex
-@dirrm share/R/library/lqs/R
-@dirrm share/R/library/lqs
-@dirrm share/R/library/eda/libs
-@dirrm share/R/library/eda/latex
-@dirrm share/R/library/eda/html
-@dirrm share/R/library/eda/help
-@dirrm share/R/library/eda/R-ex
-@dirrm share/R/library/eda/R
-@dirrm share/R/library/eda
-@dirrm share/R/library/base/latex
-@dirrm share/R/library/base/html
-@dirrm share/R/library/base/help
-@dirrm share/R/library/base/data
-@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
-@dirrm share/R/doc/manual
-@dirrm share/R/doc/html/search
-@dirrm share/R/doc/html
-@dirrm share/R/doc
-@dirrm share/R/demos/nlm
-@dirrm share/R/demos/models
-@dirrm share/R/demos/language
-@dirrm share/R/demos/graphics
-@dirrm share/R/demos/dynload
-@dirrm share/R/demos
-@dirrm share/R/bin
-@dirrm share/R/afm
-@dirrm share/R
+lib/R/COPYING
+lib/R/COPYRIGHTS
+lib/R/FAQ
+lib/R/MIRROR-SITES
+lib/R/NEWS
+lib/R/RESOURCES
+lib/R/afm/agd_____.lt1
+lib/R/afm/agdo____.lt1
+lib/R/afm/agw_____.lt1
+lib/R/afm/agwo____.lt1
+lib/R/afm/bkd_____.lt1
+lib/R/afm/bkdi____.lt1
+lib/R/afm/bkl_____.lt1
+lib/R/afm/bkli____.lt1
+lib/R/afm/cob_____.lt1
+lib/R/afm/cobo____.lt1
+lib/R/afm/com_____.lt1
+lib/R/afm/coo_____.lt1
+lib/R/afm/hv______.lt1
+lib/R/afm/hvb_____.lt1
+lib/R/afm/hvbo____.lt1
+lib/R/afm/hvn_____.lt1
+lib/R/afm/hvnb____.lt1
+lib/R/afm/hvnbo___.lt1
+lib/R/afm/hvno____.lt1
+lib/R/afm/hvo_____.lt1
+lib/R/afm/ncb_____.lt1
+lib/R/afm/ncbi____.lt1
+lib/R/afm/nci_____.lt1
+lib/R/afm/ncr_____.lt1
+lib/R/afm/pob_____.lt1
+lib/R/afm/pobi____.lt1
+lib/R/afm/poi_____.lt1
+lib/R/afm/por_____.lt1
+lib/R/afm/sy______.afm
+lib/R/afm/tib_____.lt1
+lib/R/afm/tibi____.lt1
+lib/R/afm/tii_____.lt1
+lib/R/afm/tir_____.lt1
+lib/R/bin/BATCH
+lib/R/bin/COMPILE
+lib/R/bin/INSTALL
+lib/R/bin/R
+lib/R/bin/R.X11
+lib/R/bin/REMOVE
+lib/R/bin/Rd2contents
+lib/R/bin/Rd2dvi
+lib/R/bin/Rd2txt
+lib/R/bin/Rdconv
+lib/R/bin/Rdindex
+lib/R/bin/SHLIB
+lib/R/bin/Sd2Rd
+lib/R/bin/build
+lib/R/bin/build-help
+lib/R/bin/check
+lib/R/bin/filename
+lib/R/bin/fwf2table
+lib/R/bin/help
+lib/R/bin/help.links
+lib/R/bin/help.pretty
+lib/R/bin/maketitle
+lib/R/bin/massage-Examples
+lib/R/bin/pager
+lib/R/demos/dynload/README
+lib/R/demos/dynload/zero.R
+lib/R/demos/dynload/zero.c
+lib/R/demos/graphics/graphics.R
+lib/R/demos/graphics/image.R
+lib/R/demos/language/is-things.R
+lib/R/demos/language/recursion.R
+lib/R/demos/language/scoping.R
+lib/R/demos/models/glm-v+r.R
+lib/R/demos/models/lm+glm.R
+lib/R/demos/nlm/valley.R
+lib/R/doc/KEYWORDS
+lib/R/doc/KEYWORDS.db
+lib/R/doc/html/R.css
+lib/R/doc/html/about.html
+lib/R/doc/html/faq.html
+lib/R/doc/html/function.html
+lib/R/doc/html/index.html
+lib/R/doc/html/left.jpg
+lib/R/doc/html/logo.jpg
+lib/R/doc/html/logosm.jpg
+lib/R/doc/html/packages-foot.html
+lib/R/doc/html/packages-head.html
+lib/R/doc/html/packages.html
+lib/R/doc/html/resource.html
+lib/R/doc/html/right.jpg
+lib/R/doc/html/search/IndexEntry.class
+lib/R/doc/html/search/IndexStream.class
+lib/R/doc/html/search/IndexTable.class
+lib/R/doc/html/search/SearchEngine-foot.html
+lib/R/doc/html/search/SearchEngine-head.html
+lib/R/doc/html/search/SearchEngine.class
+lib/R/doc/html/search/SearchEngine.html
+lib/R/doc/html/search/SearchObject.html
+lib/R/doc/html/search/Tracer.class
+lib/R/doc/html/search/Value.class
+lib/R/doc/html/search/index.txt
+lib/R/doc/html/template.html
+lib/R/doc/html/thanks.html
+lib/R/doc/html/up.jpg
+lib/R/doc/manual/Rd.sty
+lib/R/etc/Makeconf
+lib/R/etc/Rdconvlib.pl
+lib/R/etc/buildlib.pl
+lib/R/etc/html-layout.pl
+lib/R/include/R.h
+lib/R/include/R_ext/Applic.h
+lib/R/include/R_ext/Arith.h
+lib/R/include/R_ext/Complex.h
+lib/R/include/R_ext/Constants.h
+lib/R/include/R_ext/Error.h
+lib/R/include/R_ext/Linpack.h
+lib/R/include/R_ext/Mathlib.h
+lib/R/include/R_ext/Memory.h
+lib/R/include/R_ext/PrtUtil.h
+lib/R/include/R_ext/RS.h
+lib/R/include/R_ext/Random.h
+lib/R/include/R_ext/Utils.h
+lib/R/include/R_ext/f2c.h
+lib/R/include/Rconfig.h
+lib/R/include/Rdefines.h
+lib/R/include/Rinternals.h
+lib/R/include/Rversion.h
+lib/R/include/S.h
+lib/R/include/S_compat.h
+lib/R/library/LibIndex
+lib/R/library/base/CONTENTS
+lib/R/library/base/DESCRIPTION
+lib/R/library/base/INDEX
+lib/R/library/base/R-ex/Arithmetic.R
+lib/R/library/base/R-ex/Bessel.R
+lib/R/library/base/R-ex/Beta.R
+lib/R/library/base/R-ex/Binomial.R
+lib/R/library/base/R-ex/Cauchy.R
+lib/R/library/base/R-ex/Chisquare.R
+lib/R/library/base/R-ex/Comparison.R
+lib/R/library/base/R-ex/Constants.R
+lib/R/library/base/R-ex/Control.R
+lib/R/library/base/R-ex/Exponential.R
+lib/R/library/base/R-ex/Extract.R
+lib/R/library/base/R-ex/Extremes.R
+lib/R/library/base/R-ex/FDist.R
+lib/R/library/base/R-ex/Formaldehyde.R
+lib/R/library/base/R-ex/GammaDist.R
+lib/R/library/base/R-ex/Geometric.R
+lib/R/library/base/R-ex/HairEyeColor.R
+lib/R/library/base/R-ex/Hershey.R
+lib/R/library/base/R-ex/Hyperbolic.R
+lib/R/library/base/R-ex/Hypergeometric.R
+lib/R/library/base/R-ex/IQR.R
+lib/R/library/base/R-ex/InsectSprays.R
+lib/R/library/base/R-ex/Japanese.R
+lib/R/library/base/R-ex/Last.value.R
+lib/R/library/base/R-ex/LifeCycleSavings.R
+lib/R/library/base/R-ex/Log.R
+lib/R/library/base/R-ex/Logic.R
+lib/R/library/base/R-ex/Logistic.R
+lib/R/library/base/R-ex/Lognormal.R
+lib/R/library/base/R-ex/Math.R
+lib/R/library/base/R-ex/Memory.R
+lib/R/library/base/R-ex/NA.R
+lib/R/library/base/R-ex/NULL.R
+lib/R/library/base/R-ex/NegBinomial.R
+lib/R/library/base/R-ex/Normal.R
+lib/R/library/base/R-ex/OrchardSprays.R
+lib/R/library/base/R-ex/Paren.R
+lib/R/library/base/R-ex/PlantGrowth.R
+lib/R/library/base/R-ex/Platform.R
+lib/R/library/base/R-ex/Poisson.R
+lib/R/library/base/R-ex/Primitive.R
+lib/R/library/base/R-ex/Random-user.R
+lib/R/library/base/R-ex/Random.R
+lib/R/library/base/R-ex/Recall.R
+lib/R/library/base/R-ex/Round.R
+lib/R/library/base/R-ex/SignRank.R
+lib/R/library/base/R-ex/Special.R
+lib/R/library/base/R-ex/TDist.R
+lib/R/library/base/R-ex/Titanic.R
+lib/R/library/base/R-ex/ToothGrowth.R
+lib/R/library/base/R-ex/Trig.R
+lib/R/library/base/R-ex/Tukey.R
+lib/R/library/base/R-ex/UCBAdmissions.R
+lib/R/library/base/R-ex/USArrests.R
+lib/R/library/base/R-ex/USJudgeRatings.R
+lib/R/library/base/R-ex/USPersonalExpenditure.R
+lib/R/library/base/R-ex/Uniform.R
+lib/R/library/base/R-ex/VADeaths.R
+lib/R/library/base/R-ex/Version.R
+lib/R/library/base/R-ex/Weibull.R
+lib/R/library/base/R-ex/Wilcoxon.R
+lib/R/library/base/R-ex/abbreviate.R
+lib/R/library/base/R-ex/abline.R
+lib/R/library/base/R-ex/add1.R
+lib/R/library/base/R-ex/aggregate.R
+lib/R/library/base/R-ex/airmiles.R
+lib/R/library/base/R-ex/airquality.R
+lib/R/library/base/R-ex/alias.R
+lib/R/library/base/R-ex/all.R
+lib/R/library/base/R-ex/all.equal.R
+lib/R/library/base/R-ex/allnames.R
+lib/R/library/base/R-ex/anscombe.R
+lib/R/library/base/R-ex/any.R
+lib/R/library/base/R-ex/aov.R
+lib/R/library/base/R-ex/aperm.R
+lib/R/library/base/R-ex/append.R
+lib/R/library/base/R-ex/apply.R
+lib/R/library/base/R-ex/approxfun.R
+lib/R/library/base/R-ex/apropos.R
+lib/R/library/base/R-ex/args.R
+lib/R/library/base/R-ex/array.R
+lib/R/library/base/R-ex/arrows.R
+lib/R/library/base/R-ex/as.char.or.expr.R
+lib/R/library/base/R-ex/as.function.R
+lib/R/library/base/R-ex/assign.R
+lib/R/library/base/R-ex/attach.R
+lib/R/library/base/R-ex/attenu.R
+lib/R/library/base/R-ex/attitude.R
+lib/R/library/base/R-ex/attr.R
+lib/R/library/base/R-ex/attributes.R
+lib/R/library/base/R-ex/autoload.R
+lib/R/library/base/R-ex/ave.R
+lib/R/library/base/R-ex/axis.R
+lib/R/library/base/R-ex/backsolve.R
+lib/R/library/base/R-ex/barplot.R
+lib/R/library/base/R-ex/body.R
+lib/R/library/base/R-ex/box.R
+lib/R/library/base/R-ex/boxplot.R
+lib/R/library/base/R-ex/boxplot.stats.R
+lib/R/library/base/R-ex/bxp.R
+lib/R/library/base/R-ex/by.R
+lib/R/library/base/R-ex/c.R
+lib/R/library/base/R-ex/call.R
+lib/R/library/base/R-ex/case.names.R
+lib/R/library/base/R-ex/cat.R
+lib/R/library/base/R-ex/cbind.R
+lib/R/library/base/R-ex/char.expand.R
+lib/R/library/base/R-ex/charmatch.R
+lib/R/library/base/R-ex/check.options.R
+lib/R/library/base/R-ex/chol.R
+lib/R/library/base/R-ex/chol2inv.R
+lib/R/library/base/R-ex/chull.R
+lib/R/library/base/R-ex/co2.R
+lib/R/library/base/R-ex/codes.R
+lib/R/library/base/R-ex/coefficients.R
+lib/R/library/base/R-ex/col.R
+lib/R/library/base/R-ex/colnames.R
+lib/R/library/base/R-ex/colors.R
+lib/R/library/base/R-ex/commandArgs.R
+lib/R/library/base/R-ex/comment.R
+lib/R/library/base/R-ex/complete.cases.R
+lib/R/library/base/R-ex/complex.R
+lib/R/library/base/R-ex/conflicts.R
+lib/R/library/base/R-ex/contour.R
+lib/R/library/base/R-ex/contrast.R
+lib/R/library/base/R-ex/contrasts.R
+lib/R/library/base/R-ex/convolve.R
+lib/R/library/base/R-ex/coplot.R
+lib/R/library/base/R-ex/cor.R
+lib/R/library/base/R-ex/count.fields.R
+lib/R/library/base/R-ex/crossprod.R
+lib/R/library/base/R-ex/cumsum.R
+lib/R/library/base/R-ex/curve.R
+lib/R/library/base/R-ex/cut.R
+lib/R/library/base/R-ex/data.R
+lib/R/library/base/R-ex/data.class.R
+lib/R/library/base/R-ex/data.frame.R
+lib/R/library/base/R-ex/dataentry.R
+lib/R/library/base/R-ex/date.R
+lib/R/library/base/R-ex/debugger.R
+lib/R/library/base/R-ex/delay.R
+lib/R/library/base/R-ex/delete.response.R
+lib/R/library/base/R-ex/demo.R
+lib/R/library/base/R-ex/density.R
+lib/R/library/base/R-ex/deparse.R
+lib/R/library/base/R-ex/deriv.R
+lib/R/library/base/R-ex/detach.R
+lib/R/library/base/R-ex/dev.R
+lib/R/library/base/R-ex/dev2.R
+lib/R/library/base/R-ex/diag.R
+lib/R/library/base/R-ex/diff.R
+lib/R/library/base/R-ex/dim.R
+lib/R/library/base/R-ex/dimnames.R
+lib/R/library/base/R-ex/discoveries.R
+lib/R/library/base/R-ex/do.call.R
+lib/R/library/base/R-ex/dotplot.R
+lib/R/library/base/R-ex/double.R
+lib/R/library/base/R-ex/dput.R
+lib/R/library/base/R-ex/drop.R
+lib/R/library/base/R-ex/dummy.coef.R
+lib/R/library/base/R-ex/dump.R
+lib/R/library/base/R-ex/duplicated.R
+lib/R/library/base/R-ex/dynload.R
+lib/R/library/base/R-ex/edit.R
+lib/R/library/base/R-ex/edit.data.frame.R
+lib/R/library/base/R-ex/eff.aovlist.R
+lib/R/library/base/R-ex/effects.R
+lib/R/library/base/R-ex/eigen.R
+lib/R/library/base/R-ex/environment.R
+lib/R/library/base/R-ex/esoph.R
+lib/R/library/base/R-ex/euro.R
+lib/R/library/base/R-ex/eval.R
+lib/R/library/base/R-ex/example.R
+lib/R/library/base/R-ex/exists.R
+lib/R/library/base/R-ex/expand.grid.R
+lib/R/library/base/R-ex/expression.R
+lib/R/library/base/R-ex/extractAIC.R
+lib/R/library/base/R-ex/factor.R
+lib/R/library/base/R-ex/factor.scope.R
+lib/R/library/base/R-ex/faithful.R
+lib/R/library/base/R-ex/family.R
+lib/R/library/base/R-ex/fft.R
+lib/R/library/base/R-ex/file.R
+lib/R/library/base/R-ex/file.show.R
+lib/R/library/base/R-ex/filled.contour.R
+lib/R/library/base/R-ex/fivenum.R
+lib/R/library/base/R-ex/fix.R
+lib/R/library/base/R-ex/formals.R
+lib/R/library/base/R-ex/format.R
+lib/R/library/base/R-ex/format.info.R
+lib/R/library/base/R-ex/formatc.R
+lib/R/library/base/R-ex/formula.R
+lib/R/library/base/R-ex/freeny.R
+lib/R/library/base/R-ex/ftable.R
+lib/R/library/base/R-ex/ftable.formula.R
+lib/R/library/base/R-ex/function.R
+lib/R/library/base/R-ex/gc.R
+lib/R/library/base/R-ex/get.R
+lib/R/library/base/R-ex/getenv.R
+lib/R/library/base/R-ex/getwd.R
+lib/R/library/base/R-ex/gl.R
+lib/R/library/base/R-ex/glm.R
+lib/R/library/base/R-ex/glm.summaries.R
+lib/R/library/base/R-ex/gnome.R
+lib/R/library/base/R-ex/gray.R
+lib/R/library/base/R-ex/grep.R
+lib/R/library/base/R-ex/grid.R
+lib/R/library/base/R-ex/help.R
+lib/R/library/base/R-ex/help.search.R
+lib/R/library/base/R-ex/help.start.R
+lib/R/library/base/R-ex/hist.R
+lib/R/library/base/R-ex/hsv.R
+lib/R/library/base/R-ex/ifelse.R
+lib/R/library/base/R-ex/image.R
+lib/R/library/base/R-ex/infert.R
+lib/R/library/base/R-ex/influence.measures.R
+lib/R/library/base/R-ex/interaction.R
+lib/R/library/base/R-ex/interactive.R
+lib/R/library/base/R-ex/invisible.R
+lib/R/library/base/R-ex/is.empty.R
+lib/R/library/base/R-ex/is.finite.R
+lib/R/library/base/R-ex/is.language.R
+lib/R/library/base/R-ex/is.object.R
+lib/R/library/base/R-ex/is.recursive.R
+lib/R/library/base/R-ex/isR.R
+lib/R/library/base/R-ex/islands.R
+lib/R/library/base/R-ex/jitter.R
+lib/R/library/base/R-ex/kappa.R
+lib/R/library/base/R-ex/kronecker.R
+lib/R/library/base/R-ex/lapply.R
+lib/R/library/base/R-ex/layout.R
+lib/R/library/base/R-ex/legend.R
+lib/R/library/base/R-ex/length.R
+lib/R/library/base/R-ex/levels.factor.R
+lib/R/library/base/R-ex/library.R
+lib/R/library/base/R-ex/library.dynam.R
+lib/R/library/base/R-ex/lines.R
+lib/R/library/base/R-ex/list.R
+lib/R/library/base/R-ex/list.files.R
+lib/R/library/base/R-ex/lm.R
+lib/R/library/base/R-ex/lm.influence.R
+lib/R/library/base/R-ex/lm.summaries.R
+lib/R/library/base/R-ex/load.R
+lib/R/library/base/R-ex/loglin.R
+lib/R/library/base/R-ex/longley.R
+lib/R/library/base/R-ex/lower.tri.R
+lib/R/library/base/R-ex/lowess.R
+lib/R/library/base/R-ex/ls.R
+lib/R/library/base/R-ex/ls.diag.R
+lib/R/library/base/R-ex/lsfit.R
+lib/R/library/base/R-ex/machine.R
+lib/R/library/base/R-ex/mad.R
+lib/R/library/base/R-ex/mahalanobis.R
+lib/R/library/base/R-ex/make.link.R
+lib/R/library/base/R-ex/make.names.R
+lib/R/library/base/R-ex/make.socket.R
+lib/R/library/base/R-ex/margin.table.R
+lib/R/library/base/R-ex/mat.or.vec.R
+lib/R/library/base/R-ex/match.R
+lib/R/library/base/R-ex/match.arg.R
+lib/R/library/base/R-ex/match.call.R
+lib/R/library/base/R-ex/match.fun.R
+lib/R/library/base/R-ex/matmult.R
+lib/R/library/base/R-ex/matplot.R
+lib/R/library/base/R-ex/matrix.R
+lib/R/library/base/R-ex/mean.R
+lib/R/library/base/R-ex/median.R
+lib/R/library/base/R-ex/memory.profile.R
+lib/R/library/base/R-ex/menu.R
+lib/R/library/base/R-ex/merge.R
+lib/R/library/base/R-ex/methods.R
+lib/R/library/base/R-ex/missing.R
+lib/R/library/base/R-ex/mode.R
+lib/R/library/base/R-ex/model.extract.R
+lib/R/library/base/R-ex/model.frame.R
+lib/R/library/base/R-ex/model.matrix.R
+lib/R/library/base/R-ex/model.tables.R
+lib/R/library/base/R-ex/mosaicplot.R
+lib/R/library/base/R-ex/mtcars.R
+lib/R/library/base/R-ex/mtext.R
+lib/R/library/base/R-ex/na.action.R
+lib/R/library/base/R-ex/na.fail.R
+lib/R/library/base/R-ex/name.R
+lib/R/library/base/R-ex/names.R
+lib/R/library/base/R-ex/nargs.R
+lib/R/library/base/R-ex/nchar.R
+lib/R/library/base/R-ex/nextn.R
+lib/R/library/base/R-ex/nhtemp.R
+lib/R/library/base/R-ex/nlevels.R
+lib/R/library/base/R-ex/nlm.R
+lib/R/library/base/R-ex/noquote.R
+lib/R/library/base/R-ex/notyet.R
+lib/R/library/base/R-ex/nrow.R
+lib/R/library/base/R-ex/numeric.R
+lib/R/library/base/R-ex/on.exit.R
+lib/R/library/base/R-ex/optim.R
+lib/R/library/base/R-ex/optimize.R
+lib/R/library/base/R-ex/options.R
+lib/R/library/base/R-ex/order.R
+lib/R/library/base/R-ex/outer.R
+lib/R/library/base/R-ex/p.adjust.R
+lib/R/library/base/R-ex/package.contents.R
+lib/R/library/base/R-ex/pairs.R
+lib/R/library/base/R-ex/pairs.formula.R
+lib/R/library/base/R-ex/palette.R
+lib/R/library/base/R-ex/palettes.R
+lib/R/library/base/R-ex/panel.smooth.R
+lib/R/library/base/R-ex/par.R
+lib/R/library/base/R-ex/parse.R
+lib/R/library/base/R-ex/paste.R
+lib/R/library/base/R-ex/persp.R
+lib/R/library/base/R-ex/phones.R
+lib/R/library/base/R-ex/pictex.R
+lib/R/library/base/R-ex/piechart.R
+lib/R/library/base/R-ex/plot.R
+lib/R/library/base/R-ex/plot.lm.R
+lib/R/library/base/R-ex/plot.window.R
+lib/R/library/base/R-ex/plot.xy.R
+lib/R/library/base/R-ex/plotdefault.R
+lib/R/library/base/R-ex/plotfactor.R
+lib/R/library/base/R-ex/plotformula.R
+lib/R/library/base/R-ex/plotmath.R
+lib/R/library/base/R-ex/pmatch.R
+lib/R/library/base/R-ex/points.R
+lib/R/library/base/R-ex/poly.R
+lib/R/library/base/R-ex/polygon.R
+lib/R/library/base/R-ex/polyroot.R
+lib/R/library/base/R-ex/pos.to.env.R
+lib/R/library/base/R-ex/postscript.R
+lib/R/library/base/R-ex/power.R
+lib/R/library/base/R-ex/ppoints.R
+lib/R/library/base/R-ex/precip.R
+lib/R/library/base/R-ex/predict.R
+lib/R/library/base/R-ex/predict.glm.R
+lib/R/library/base/R-ex/predict.lm.R
+lib/R/library/base/R-ex/presidents.R
+lib/R/library/base/R-ex/pressure.R
+lib/R/library/base/R-ex/pretty.R
+lib/R/library/base/R-ex/print.R
+lib/R/library/base/R-ex/print.coefmat.R
+lib/R/library/base/R-ex/print.default.R
+lib/R/library/base/R-ex/print.matrix.R
+lib/R/library/base/R-ex/proc.time.R
+lib/R/library/base/R-ex/prod.R
+lib/R/library/base/R-ex/proj.R
+lib/R/library/base/R-ex/prompt.R
+lib/R/library/base/R-ex/prop.table.R
+lib/R/library/base/R-ex/qqnorm.R
+lib/R/library/base/R-ex/qr.R
+lib/R/library/base/R-ex/qraux.R
+lib/R/library/base/R-ex/quakes.R
+lib/R/library/base/R-ex/quantile.R
+lib/R/library/base/R-ex/quit.R
+lib/R/library/base/R-ex/randu.R
+lib/R/library/base/R-ex/range.R
+lib/R/library/base/R-ex/rank.R
+lib/R/library/base/R-ex/read.fwf.R
+lib/R/library/base/R-ex/read.socket.R
+lib/R/library/base/R-ex/read.table.url.R
+lib/R/library/base/R-ex/readline.R
+lib/R/library/base/R-ex/rect.R
+lib/R/library/base/R-ex/relevel.R
+lib/R/library/base/R-ex/rep.R
+lib/R/library/base/R-ex/replications.R
+lib/R/library/base/R-ex/restart.R
+lib/R/library/base/R-ex/rev.R
+lib/R/library/base/R-ex/rgb.R
+lib/R/library/base/R-ex/rle.R
+lib/R/library/base/R-ex/row.R
+lib/R/library/base/R-ex/rowsum.R
+lib/R/library/base/R-ex/rug.R
+lib/R/library/base/R-ex/sample.R
+lib/R/library/base/R-ex/save.R
+lib/R/library/base/R-ex/scale.R
+lib/R/library/base/R-ex/scan.R
+lib/R/library/base/R-ex/screen.R
+lib/R/library/base/R-ex/sd.R
+lib/R/library/base/R-ex/se.contrast.R
+lib/R/library/base/R-ex/search.R
+lib/R/library/base/R-ex/segments.R
+lib/R/library/base/R-ex/seq.R
+lib/R/library/base/R-ex/sequence.R
+lib/R/library/base/R-ex/sets.R
+lib/R/library/base/R-ex/sign.R
+lib/R/library/base/R-ex/sink.R
+lib/R/library/base/R-ex/sleep.R
+lib/R/library/base/R-ex/solve.R
+lib/R/library/base/R-ex/sort.R
+lib/R/library/base/R-ex/splinefun.R
+lib/R/library/base/R-ex/split.R
+lib/R/library/base/R-ex/stackloss.R
+lib/R/library/base/R-ex/stars.R
+lib/R/library/base/R-ex/stat.anova.R
+lib/R/library/base/R-ex/stem.R
+lib/R/library/base/R-ex/step.R
+lib/R/library/base/R-ex/stop.R
+lib/R/library/base/R-ex/str.R
+lib/R/library/base/R-ex/stripplot.R
+lib/R/library/base/R-ex/strsplit.R
+lib/R/library/base/R-ex/structure.R
+lib/R/library/base/R-ex/strwidth.R
+lib/R/library/base/R-ex/subset.R
+lib/R/library/base/R-ex/substitute.R
+lib/R/library/base/R-ex/substr.R
+lib/R/library/base/R-ex/summary.R
+lib/R/library/base/R-ex/sunflowerplot.R
+lib/R/library/base/R-ex/sunspots.R
+lib/R/library/base/R-ex/svd.R
+lib/R/library/base/R-ex/sweep.R
+lib/R/library/base/R-ex/swiss.R
+lib/R/library/base/R-ex/switch.R
+lib/R/library/base/R-ex/symnum.R
+lib/R/library/base/R-ex/sys.parent.R
+lib/R/library/base/R-ex/system.R
+lib/R/library/base/R-ex/system.file.R
+lib/R/library/base/R-ex/system.time.R
+lib/R/library/base/R-ex/t.R
+lib/R/library/base/R-ex/table.R
+lib/R/library/base/R-ex/tabulate.R
+lib/R/library/base/R-ex/tapply.R
+lib/R/library/base/R-ex/tempfile.R
+lib/R/library/base/R-ex/text.R
+lib/R/library/base/R-ex/time.R
+lib/R/library/base/R-ex/title.R
+lib/R/library/base/R-ex/trace.R
+lib/R/library/base/R-ex/traceback.R
+lib/R/library/base/R-ex/transform.R
+lib/R/library/base/R-ex/trees.R
+lib/R/library/base/R-ex/ts.R
+lib/R/library/base/R-ex/typeof.R
+lib/R/library/base/R-ex/undoc.R
+lib/R/library/base/R-ex/unique.R
+lib/R/library/base/R-ex/uniroot.R
+lib/R/library/base/R-ex/units.R
+lib/R/library/base/R-ex/unlist.R
+lib/R/library/base/R-ex/unname.R
+lib/R/library/base/R-ex/update.R
+lib/R/library/base/R-ex/uspop.R
+lib/R/library/base/R-ex/var.R
+lib/R/library/base/R-ex/vector.R
+lib/R/library/base/R-ex/volcano.R
+lib/R/library/base/R-ex/warning.R
+lib/R/library/base/R-ex/warnings.R
+lib/R/library/base/R-ex/warpbreaks.R
+lib/R/library/base/R-ex/weighted.mean.R
+lib/R/library/base/R-ex/weighted.residuals.R
+lib/R/library/base/R-ex/which.R
+lib/R/library/base/R-ex/window.R
+lib/R/library/base/R-ex/women.R
+lib/R/library/base/R-ex/write.R
+lib/R/library/base/R-ex/xy.coords.R
+lib/R/library/base/R-ex/zAlias.R
+lib/R/library/base/R-ex/zC.R
+lib/R/library/base/R-ex/zMachine.R
+lib/R/library/base/R-ex/zMethods.R
+lib/R/library/base/R/Rprofile
+lib/R/library/base/R/base
+lib/R/library/base/TITLE
+lib/R/library/base/data/00Index
+lib/R/library/base/data/Formaldehyde.R
+lib/R/library/base/data/HairEyeColor.R
+lib/R/library/base/data/InsectSprays.R
+lib/R/library/base/data/LifeCycleSavings.R
+lib/R/library/base/data/OrchardSprays.R
+lib/R/library/base/data/PlantGrowth.R
+lib/R/library/base/data/Titanic.R
+lib/R/library/base/data/ToothGrowth.R
+lib/R/library/base/data/UCBAdmissions.R
+lib/R/library/base/data/USArrests.tab
+lib/R/library/base/data/USJudgeRatings.R
+lib/R/library/base/data/USPersonalExpenditure.R
+lib/R/library/base/data/VADeaths.R
+lib/R/library/base/data/airmiles.R
+lib/R/library/base/data/airquality.tab
+lib/R/library/base/data/anscombe.R
+lib/R/library/base/data/attenu.R
+lib/R/library/base/data/attitude.R
+lib/R/library/base/data/cars.R
+lib/R/library/base/data/chickwts.R
+lib/R/library/base/data/co2.R
+lib/R/library/base/data/discoveries.R
+lib/R/library/base/data/esoph.R
+lib/R/library/base/data/euro.R
+lib/R/library/base/data/eurodist.R
+lib/R/library/base/data/faithful.R
+lib/R/library/base/data/freeny.R
+lib/R/library/base/data/infert.R
+lib/R/library/base/data/iris.R
+lib/R/library/base/data/iris3.R
+lib/R/library/base/data/islands.R
+lib/R/library/base/data/longley.R
+lib/R/library/base/data/mtcars.R
+lib/R/library/base/data/nhtemp.R
+lib/R/library/base/data/phones.R
+lib/R/library/base/data/precip.R
+lib/R/library/base/data/presidents.R
+lib/R/library/base/data/pressure.R
+lib/R/library/base/data/quakes.tab
+lib/R/library/base/data/randu.R
+lib/R/library/base/data/rivers.R
+lib/R/library/base/data/sleep.R
+lib/R/library/base/data/stackloss.R
+lib/R/library/base/data/state.R
+lib/R/library/base/data/sunspots.R
+lib/R/library/base/data/swiss.tab
+lib/R/library/base/data/trees.R
+lib/R/library/base/data/uspop.R
+lib/R/library/base/data/volcano.R
+lib/R/library/base/data/warpbreaks.R
+lib/R/library/base/data/women.R
+lib/R/library/base/help/00Titles
+lib/R/library/base/help/AnIndex
+lib/R/library/base/help/Arithmetic
+lib/R/library/base/help/BATCH
+lib/R/library/base/help/Bessel
+lib/R/library/base/help/Beta
+lib/R/library/base/help/Binomial
+lib/R/library/base/help/COMPILE
+lib/R/library/base/help/Cauchy
+lib/R/library/base/help/Chisquare
+lib/R/library/base/help/Comparison
+lib/R/library/base/help/Constants
+lib/R/library/base/help/Control
+lib/R/library/base/help/Defunct
+lib/R/library/base/help/Deprecated
+lib/R/library/base/help/Devices
+lib/R/library/base/help/Exponential
+lib/R/library/base/help/Extract
+lib/R/library/base/help/Extremes
+lib/R/library/base/help/FDist
+lib/R/library/base/help/Foreign
+lib/R/library/base/help/Formaldehyde
+lib/R/library/base/help/GammaDist
+lib/R/library/base/help/Geometric
+lib/R/library/base/help/HairEyeColor
+lib/R/library/base/help/Hershey
+lib/R/library/base/help/Hyperbolic
+lib/R/library/base/help/Hypergeometric
+lib/R/library/base/help/INSTALL
+lib/R/library/base/help/IQR
+lib/R/library/base/help/InsectSprays
+lib/R/library/base/help/Internal
+lib/R/library/base/help/Japanese
+lib/R/library/base/help/Last.value
+lib/R/library/base/help/LifeCycleSavings
+lib/R/library/base/help/Log
+lib/R/library/base/help/Logic
+lib/R/library/base/help/Logistic
+lib/R/library/base/help/Lognormal
+lib/R/library/base/help/Math
+lib/R/library/base/help/Memory
+lib/R/library/base/help/NA
+lib/R/library/base/help/NULL
+lib/R/library/base/help/NegBinomial
+lib/R/library/base/help/Normal
+lib/R/library/base/help/OrchardSprays
+lib/R/library/base/help/Paren
+lib/R/library/base/help/PlantGrowth
+lib/R/library/base/help/Platform
+lib/R/library/base/help/Poisson
+lib/R/library/base/help/Primitive
+lib/R/library/base/help/REMOVE
+lib/R/library/base/help/RHOME
+lib/R/library/base/help/Random
+lib/R/library/base/help/Random-user
+lib/R/library/base/help/Recall
+lib/R/library/base/help/Rhome
+lib/R/library/base/help/Round
+lib/R/library/base/help/SHLIB
+lib/R/library/base/help/SignRank
+lib/R/library/base/help/Special
+lib/R/library/base/help/Startup
+lib/R/library/base/help/TDist
+lib/R/library/base/help/Titanic
+lib/R/library/base/help/ToothGrowth
+lib/R/library/base/help/Trig
+lib/R/library/base/help/Tukey
+lib/R/library/base/help/UCBAdmissions
+lib/R/library/base/help/USArrests
+lib/R/library/base/help/USJudgeRatings
+lib/R/library/base/help/USPersonalExpenditure
+lib/R/library/base/help/Uniform
+lib/R/library/base/help/VADeaths
+lib/R/library/base/help/Version
+lib/R/library/base/help/Weibull
+lib/R/library/base/help/Wilcoxon
+lib/R/library/base/help/abbreviate
+lib/R/library/base/help/abline
+lib/R/library/base/help/add1
+lib/R/library/base/help/aggregate
+lib/R/library/base/help/airmiles
+lib/R/library/base/help/airquality
+lib/R/library/base/help/alias
+lib/R/library/base/help/all
+lib/R/library/base/help/all.equal
+lib/R/library/base/help/allnames
+lib/R/library/base/help/anova
+lib/R/library/base/help/anscombe
+lib/R/library/base/help/any
+lib/R/library/base/help/aov
+lib/R/library/base/help/aperm
+lib/R/library/base/help/append
+lib/R/library/base/help/apply
+lib/R/library/base/help/approxfun
+lib/R/library/base/help/apropos
+lib/R/library/base/help/args
+lib/R/library/base/help/array
+lib/R/library/base/help/arrows
+lib/R/library/base/help/as.char.or.expr
+lib/R/library/base/help/as.function
+lib/R/library/base/help/assign
+lib/R/library/base/help/attach
+lib/R/library/base/help/attenu
+lib/R/library/base/help/attitude
+lib/R/library/base/help/attr
+lib/R/library/base/help/attributes
+lib/R/library/base/help/autoload
+lib/R/library/base/help/ave
+lib/R/library/base/help/axis
+lib/R/library/base/help/backsolve
+lib/R/library/base/help/barplot
+lib/R/library/base/help/body
+lib/R/library/base/help/box
+lib/R/library/base/help/boxplot
+lib/R/library/base/help/boxplot.stats
+lib/R/library/base/help/browser
+lib/R/library/base/help/bug.report
+lib/R/library/base/help/builtins
+lib/R/library/base/help/bxp
+lib/R/library/base/help/by
+lib/R/library/base/help/c
+lib/R/library/base/help/call
+lib/R/library/base/help/cars
+lib/R/library/base/help/case.names
+lib/R/library/base/help/cat
+lib/R/library/base/help/cbind
+lib/R/library/base/help/char.expand
+lib/R/library/base/help/character
+lib/R/library/base/help/charmatch
+lib/R/library/base/help/check.options
+lib/R/library/base/help/chickwts
+lib/R/library/base/help/chol
+lib/R/library/base/help/chol2inv
+lib/R/library/base/help/chull
+lib/R/library/base/help/class
+lib/R/library/base/help/close.socket
+lib/R/library/base/help/co2
+lib/R/library/base/help/codes
+lib/R/library/base/help/coefficients
+lib/R/library/base/help/col
+lib/R/library/base/help/colnames
+lib/R/library/base/help/colors
+lib/R/library/base/help/commandArgs
+lib/R/library/base/help/comment
+lib/R/library/base/help/complete.cases
+lib/R/library/base/help/complex
+lib/R/library/base/help/conflicts
+lib/R/library/base/help/contour
+lib/R/library/base/help/contrast
+lib/R/library/base/help/contrasts
+lib/R/library/base/help/contributors
+lib/R/library/base/help/convolve
+lib/R/library/base/help/coplot
+lib/R/library/base/help/copyright
+lib/R/library/base/help/cor
+lib/R/library/base/help/count.fields
+lib/R/library/base/help/cov.wt
+lib/R/library/base/help/crossprod
+lib/R/library/base/help/cumsum
+lib/R/library/base/help/curve
+lib/R/library/base/help/cut
+lib/R/library/base/help/data
+lib/R/library/base/help/data.class
+lib/R/library/base/help/data.frame
+lib/R/library/base/help/data.matrix
+lib/R/library/base/help/dataentry
+lib/R/library/base/help/date
+lib/R/library/base/help/debug
+lib/R/library/base/help/debugger
+lib/R/library/base/help/delay
+lib/R/library/base/help/delete.response
+lib/R/library/base/help/demo
+lib/R/library/base/help/density
+lib/R/library/base/help/deparse
+lib/R/library/base/help/deriv
+lib/R/library/base/help/detach
+lib/R/library/base/help/dev
+lib/R/library/base/help/dev2
+lib/R/library/base/help/dev2bitmap
+lib/R/library/base/help/deviance
+lib/R/library/base/help/df.residual
+lib/R/library/base/help/diag
+lib/R/library/base/help/diff
+lib/R/library/base/help/dim
+lib/R/library/base/help/dimnames
+lib/R/library/base/help/discoveries
+lib/R/library/base/help/do.call
+lib/R/library/base/help/dotplot
+lib/R/library/base/help/double
+lib/R/library/base/help/download.file
+lib/R/library/base/help/dput
+lib/R/library/base/help/drop
+lib/R/library/base/help/dummy.coef
+lib/R/library/base/help/dump
+lib/R/library/base/help/duplicated
+lib/R/library/base/help/dynload
+lib/R/library/base/help/edit
+lib/R/library/base/help/edit.data.frame
+lib/R/library/base/help/eff.aovlist
+lib/R/library/base/help/effects
+lib/R/library/base/help/eigen
+lib/R/library/base/help/environment
+lib/R/library/base/help/esoph
+lib/R/library/base/help/euro
+lib/R/library/base/help/eurodist
+lib/R/library/base/help/eval
+lib/R/library/base/help/example
+lib/R/library/base/help/exists
+lib/R/library/base/help/expand.grid
+lib/R/library/base/help/expression
+lib/R/library/base/help/extractAIC
+lib/R/library/base/help/factor
+lib/R/library/base/help/factor.scope
+lib/R/library/base/help/faithful
+lib/R/library/base/help/family
+lib/R/library/base/help/fft
+lib/R/library/base/help/file
+lib/R/library/base/help/file.choose
+lib/R/library/base/help/file.path
+lib/R/library/base/help/file.show
+lib/R/library/base/help/filled.contour
+lib/R/library/base/help/fitted.values
+lib/R/library/base/help/fivenum
+lib/R/library/base/help/fix
+lib/R/library/base/help/formals
+lib/R/library/base/help/format
+lib/R/library/base/help/format.info
+lib/R/library/base/help/formatc
+lib/R/library/base/help/formula
+lib/R/library/base/help/frame
+lib/R/library/base/help/freeny
+lib/R/library/base/help/ftable
+lib/R/library/base/help/ftable.formula
+lib/R/library/base/help/function
+lib/R/library/base/help/gc
+lib/R/library/base/help/gctorture
+lib/R/library/base/help/get
+lib/R/library/base/help/getenv
+lib/R/library/base/help/getwd
+lib/R/library/base/help/gl
+lib/R/library/base/help/glm
+lib/R/library/base/help/glm.summaries
+lib/R/library/base/help/gnome
+lib/R/library/base/help/gray
+lib/R/library/base/help/grep
+lib/R/library/base/help/grid
+lib/R/library/base/help/help
+lib/R/library/base/help/help.search
+lib/R/library/base/help/help.start
+lib/R/library/base/help/hist
+lib/R/library/base/help/hsv
+lib/R/library/base/help/httpclient
+lib/R/library/base/help/identify
+lib/R/library/base/help/ifelse
+lib/R/library/base/help/image
+lib/R/library/base/help/index.search
+lib/R/library/base/help/infert
+lib/R/library/base/help/influence.measures
+lib/R/library/base/help/integer
+lib/R/library/base/help/interaction
+lib/R/library/base/help/interactive
+lib/R/library/base/help/invisible
+lib/R/library/base/help/iris
+lib/R/library/base/help/is.empty
+lib/R/library/base/help/is.finite
+lib/R/library/base/help/is.function
+lib/R/library/base/help/is.language
+lib/R/library/base/help/is.object
+lib/R/library/base/help/is.recursive
+lib/R/library/base/help/is.single
+lib/R/library/base/help/is.symbol
+lib/R/library/base/help/isR
+lib/R/library/base/help/islands
+lib/R/library/base/help/jitter
+lib/R/library/base/help/kappa
+lib/R/library/base/help/kronecker
+lib/R/library/base/help/labels
+lib/R/library/base/help/lapply
+lib/R/library/base/help/layout
+lib/R/library/base/help/legend
+lib/R/library/base/help/length
+lib/R/library/base/help/levels
+lib/R/library/base/help/levels.factor
+lib/R/library/base/help/library
+lib/R/library/base/help/library.dynam
+lib/R/library/base/help/license
+lib/R/library/base/help/lines
+lib/R/library/base/help/list
+lib/R/library/base/help/list.files
+lib/R/library/base/help/lm
+lib/R/library/base/help/lm.influence
+lib/R/library/base/help/lm.summaries
+lib/R/library/base/help/load
+lib/R/library/base/help/locator
+lib/R/library/base/help/logical
+lib/R/library/base/help/loglin
+lib/R/library/base/help/longley
+lib/R/library/base/help/lower.tri
+lib/R/library/base/help/lowess
+lib/R/library/base/help/ls
+lib/R/library/base/help/ls.diag
+lib/R/library/base/help/ls.print
+lib/R/library/base/help/lsfit
+lib/R/library/base/help/machine
+lib/R/library/base/help/mad
+lib/R/library/base/help/mahalanobis
+lib/R/library/base/help/make.link
+lib/R/library/base/help/make.names
+lib/R/library/base/help/make.socket
+lib/R/library/base/help/make.tables
+lib/R/library/base/help/margin.table
+lib/R/library/base/help/mat.or.vec
+lib/R/library/base/help/match
+lib/R/library/base/help/match.arg
+lib/R/library/base/help/match.call
+lib/R/library/base/help/match.fun
+lib/R/library/base/help/matmult
+lib/R/library/base/help/matplot
+lib/R/library/base/help/matrix
+lib/R/library/base/help/mean
+lib/R/library/base/help/median
+lib/R/library/base/help/memory.profile
+lib/R/library/base/help/menu
+lib/R/library/base/help/merge
+lib/R/library/base/help/methods
+lib/R/library/base/help/missing
+lib/R/library/base/help/mode
+lib/R/library/base/help/model.extract
+lib/R/library/base/help/model.frame
+lib/R/library/base/help/model.matrix
+lib/R/library/base/help/model.tables
+lib/R/library/base/help/mosaicplot
+lib/R/library/base/help/mtcars
+lib/R/library/base/help/mtext
+lib/R/library/base/help/na.action
+lib/R/library/base/help/na.fail
+lib/R/library/base/help/name
+lib/R/library/base/help/names
+lib/R/library/base/help/nargs
+lib/R/library/base/help/nchar
+lib/R/library/base/help/nextn
+lib/R/library/base/help/nhtemp
+lib/R/library/base/help/nlevels
+lib/R/library/base/help/nlm
+lib/R/library/base/help/noquote
+lib/R/library/base/help/notyet
+lib/R/library/base/help/nrow
+lib/R/library/base/help/numeric
+lib/R/library/base/help/offset
+lib/R/library/base/help/on.exit
+lib/R/library/base/help/optim
+lib/R/library/base/help/optimize
+lib/R/library/base/help/options
+lib/R/library/base/help/order
+lib/R/library/base/help/outer
+lib/R/library/base/help/p.adjust
+lib/R/library/base/help/package.contents
+lib/R/library/base/help/package.dependencies
+lib/R/library/base/help/page
+lib/R/library/base/help/pairs
+lib/R/library/base/help/pairs.formula
+lib/R/library/base/help/palette
+lib/R/library/base/help/palettes
+lib/R/library/base/help/panel.smooth
+lib/R/library/base/help/par
+lib/R/library/base/help/parse
+lib/R/library/base/help/parse.dcf
+lib/R/library/base/help/paste
+lib/R/library/base/help/persp
+lib/R/library/base/help/phones
+lib/R/library/base/help/pictex
+lib/R/library/base/help/piechart
+lib/R/library/base/help/plot
+lib/R/library/base/help/plot.lm
+lib/R/library/base/help/plot.window
+lib/R/library/base/help/plot.xy
+lib/R/library/base/help/plotdefault
+lib/R/library/base/help/plotfactor
+lib/R/library/base/help/plotformula
+lib/R/library/base/help/plotmath
+lib/R/library/base/help/pmatch
+lib/R/library/base/help/points
+lib/R/library/base/help/poly
+lib/R/library/base/help/polygon
+lib/R/library/base/help/polyroot
+lib/R/library/base/help/pos.to.env
+lib/R/library/base/help/postscript
+lib/R/library/base/help/power
+lib/R/library/base/help/ppoints
+lib/R/library/base/help/precip
+lib/R/library/base/help/predict
+lib/R/library/base/help/predict.glm
+lib/R/library/base/help/predict.lm
+lib/R/library/base/help/preplot
+lib/R/library/base/help/presidents
+lib/R/library/base/help/pressure
+lib/R/library/base/help/pretty
+lib/R/library/base/help/print
+lib/R/library/base/help/print.coefmat
+lib/R/library/base/help/print.default
+lib/R/library/base/help/print.matrix
+lib/R/library/base/help/proc.time
+lib/R/library/base/help/prod
+lib/R/library/base/help/profile
+lib/R/library/base/help/proj
+lib/R/library/base/help/prompt
+lib/R/library/base/help/prop.table
+lib/R/library/base/help/qqnorm
+lib/R/library/base/help/qr
+lib/R/library/base/help/qraux
+lib/R/library/base/help/quakes
+lib/R/library/base/help/quantile
+lib/R/library/base/help/quit
+lib/R/library/base/help/randu
+lib/R/library/base/help/range
+lib/R/library/base/help/rank
+lib/R/library/base/help/read.fwf
+lib/R/library/base/help/read.socket
+lib/R/library/base/help/read.table
+lib/R/library/base/help/read.table.url
+lib/R/library/base/help/readline
+lib/R/library/base/help/real
+lib/R/library/base/help/rect
+lib/R/library/base/help/relevel
+lib/R/library/base/help/rep
+lib/R/library/base/help/replace
+lib/R/library/base/help/replications
+lib/R/library/base/help/residuals
+lib/R/library/base/help/restart
+lib/R/library/base/help/rev
+lib/R/library/base/help/rgb
+lib/R/library/base/help/rivers
+lib/R/library/base/help/rle
+lib/R/library/base/help/rm
+lib/R/library/base/help/row
+lib/R/library/base/help/rowsum
+lib/R/library/base/help/rug
+lib/R/library/base/help/sample
+lib/R/library/base/help/save
+lib/R/library/base/help/scale
+lib/R/library/base/help/scan
+lib/R/library/base/help/screen
+lib/R/library/base/help/sd
+lib/R/library/base/help/se.aov
+lib/R/library/base/help/se.contrast
+lib/R/library/base/help/search
+lib/R/library/base/help/segments
+lib/R/library/base/help/seq
+lib/R/library/base/help/sequence
+lib/R/library/base/help/sets
+lib/R/library/base/help/sign
+lib/R/library/base/help/sink
+lib/R/library/base/help/sleep
+lib/R/library/base/help/solve
+lib/R/library/base/help/sort
+lib/R/library/base/help/source
+lib/R/library/base/help/splinefun
+lib/R/library/base/help/split
+lib/R/library/base/help/stackloss
+lib/R/library/base/help/stars
+lib/R/library/base/help/start
+lib/R/library/base/help/stat.anova
+lib/R/library/base/help/state
+lib/R/library/base/help/stem
+lib/R/library/base/help/step
+lib/R/library/base/help/stop
+lib/R/library/base/help/str
+lib/R/library/base/help/stripplot
+lib/R/library/base/help/strsplit
+lib/R/library/base/help/structure
+lib/R/library/base/help/strwidth
+lib/R/library/base/help/subset
+lib/R/library/base/help/substitute
+lib/R/library/base/help/substr
+lib/R/library/base/help/sum
+lib/R/library/base/help/summary
+lib/R/library/base/help/sunflowerplot
+lib/R/library/base/help/sunspots
+lib/R/library/base/help/svd
+lib/R/library/base/help/sweep
+lib/R/library/base/help/swiss
+lib/R/library/base/help/switch
+lib/R/library/base/help/symnum
+lib/R/library/base/help/sys.parent
+lib/R/library/base/help/sys.source
+lib/R/library/base/help/system
+lib/R/library/base/help/system.file
+lib/R/library/base/help/system.time
+lib/R/library/base/help/t
+lib/R/library/base/help/table
+lib/R/library/base/help/tabulate
+lib/R/library/base/help/tapply
+lib/R/library/base/help/tempfile
+lib/R/library/base/help/terms
+lib/R/library/base/help/text
+lib/R/library/base/help/time
+lib/R/library/base/help/title
+lib/R/library/base/help/trace
+lib/R/library/base/help/traceback
+lib/R/library/base/help/transform
+lib/R/library/base/help/trees
+lib/R/library/base/help/ts
+lib/R/library/base/help/tsp
+lib/R/library/base/help/typeof
+lib/R/library/base/help/undoc
+lib/R/library/base/help/unique
+lib/R/library/base/help/uniroot
+lib/R/library/base/help/units
+lib/R/library/base/help/unlink
+lib/R/library/base/help/unlist
+lib/R/library/base/help/unname
+lib/R/library/base/help/update
+lib/R/library/base/help/update.formula
+lib/R/library/base/help/update.packages
+lib/R/library/base/help/uspop
+lib/R/library/base/help/var
+lib/R/library/base/help/vector
+lib/R/library/base/help/volcano
+lib/R/library/base/help/warning
+lib/R/library/base/help/warnings
+lib/R/library/base/help/warpbreaks
+lib/R/library/base/help/weighted.mean
+lib/R/library/base/help/weighted.residuals
+lib/R/library/base/help/which
+lib/R/library/base/help/window
+lib/R/library/base/help/women
+lib/R/library/base/help/write
+lib/R/library/base/help/write.table
+lib/R/library/base/help/x11
+lib/R/library/base/help/xy.coords
+lib/R/library/base/help/zAlias
+lib/R/library/base/help/zC
+lib/R/library/base/help/zMachine
+lib/R/library/base/help/zMethods
+lib/R/library/base/help/zip.file.extract
+lib/R/library/base/html/00Index.html
+lib/R/library/base/html/Arithmetic.html
+lib/R/library/base/html/BATCH.html
+lib/R/library/base/html/Bessel.html
+lib/R/library/base/html/Beta.html
+lib/R/library/base/html/Binomial.html
+lib/R/library/base/html/COMPILE.html
+lib/R/library/base/html/Cauchy.html
+lib/R/library/base/html/Chisquare.html
+lib/R/library/base/html/Comparison.html
+lib/R/library/base/html/Constants.html
+lib/R/library/base/html/Control.html
+lib/R/library/base/html/Defunct.html
+lib/R/library/base/html/Deprecated.html
+lib/R/library/base/html/Devices.html
+lib/R/library/base/html/Exponential.html
+lib/R/library/base/html/Extract.html
+lib/R/library/base/html/Extremes.html
+lib/R/library/base/html/FDist.html
+lib/R/library/base/html/Foreign.html
+lib/R/library/base/html/Formaldehyde.html
+lib/R/library/base/html/GammaDist.html
+lib/R/library/base/html/Geometric.html
+lib/R/library/base/html/HairEyeColor.html
+lib/R/library/base/html/Hershey.html
+lib/R/library/base/html/Hyperbolic.html
+lib/R/library/base/html/Hypergeometric.html
+lib/R/library/base/html/INSTALL.html
+lib/R/library/base/html/IQR.html
+lib/R/library/base/html/InsectSprays.html
+lib/R/library/base/html/Internal.html
+lib/R/library/base/html/Japanese.html
+lib/R/library/base/html/Last.value.html
+lib/R/library/base/html/LifeCycleSavings.html
+lib/R/library/base/html/Log.html
+lib/R/library/base/html/Logic.html
+lib/R/library/base/html/Logistic.html
+lib/R/library/base/html/Lognormal.html
+lib/R/library/base/html/Math.html
+lib/R/library/base/html/Memory.html
+lib/R/library/base/html/NA.html
+lib/R/library/base/html/NULL.html
+lib/R/library/base/html/NegBinomial.html
+lib/R/library/base/html/Normal.html
+lib/R/library/base/html/OrchardSprays.html
+lib/R/library/base/html/Paren.html
+lib/R/library/base/html/PlantGrowth.html
+lib/R/library/base/html/Platform.html
+lib/R/library/base/html/Poisson.html
+lib/R/library/base/html/Primitive.html
+lib/R/library/base/html/REMOVE.html
+lib/R/library/base/html/RHOME.html
+lib/R/library/base/html/Random-user.html
+lib/R/library/base/html/Random.html
+lib/R/library/base/html/Recall.html
+lib/R/library/base/html/Rhome.html
+lib/R/library/base/html/Round.html
+lib/R/library/base/html/SHLIB.html
+lib/R/library/base/html/SignRank.html
+lib/R/library/base/html/Special.html
+lib/R/library/base/html/Startup.html
+lib/R/library/base/html/TDist.html
+lib/R/library/base/html/Titanic.html
+lib/R/library/base/html/ToothGrowth.html
+lib/R/library/base/html/Trig.html
+lib/R/library/base/html/Tukey.html
+lib/R/library/base/html/UCBAdmissions.html
+lib/R/library/base/html/USArrests.html
+lib/R/library/base/html/USJudgeRatings.html
+lib/R/library/base/html/USPersonalExpenditure.html
+lib/R/library/base/html/Uniform.html
+lib/R/library/base/html/VADeaths.html
+lib/R/library/base/html/Version.html
+lib/R/library/base/html/Weibull.html
+lib/R/library/base/html/Wilcoxon.html
+lib/R/library/base/html/abbreviate.html
+lib/R/library/base/html/abline.html
+lib/R/library/base/html/add1.html
+lib/R/library/base/html/aggregate.html
+lib/R/library/base/html/airmiles.html
+lib/R/library/base/html/airquality.html
+lib/R/library/base/html/alias.html
+lib/R/library/base/html/all.equal.html
+lib/R/library/base/html/all.html
+lib/R/library/base/html/allnames.html
+lib/R/library/base/html/anova.html
+lib/R/library/base/html/anscombe.html
+lib/R/library/base/html/any.html
+lib/R/library/base/html/aov.html
+lib/R/library/base/html/aperm.html
+lib/R/library/base/html/append.html
+lib/R/library/base/html/apply.html
+lib/R/library/base/html/approxfun.html
+lib/R/library/base/html/apropos.html
+lib/R/library/base/html/args.html
+lib/R/library/base/html/array.html
+lib/R/library/base/html/arrows.html
+lib/R/library/base/html/as.char.or.expr.html
+lib/R/library/base/html/as.function.html
+lib/R/library/base/html/assign.html
+lib/R/library/base/html/attach.html
+lib/R/library/base/html/attenu.html
+lib/R/library/base/html/attitude.html
+lib/R/library/base/html/attr.html
+lib/R/library/base/html/attributes.html
+lib/R/library/base/html/autoload.html
+lib/R/library/base/html/ave.html
+lib/R/library/base/html/axis.html
+lib/R/library/base/html/backsolve.html
+lib/R/library/base/html/barplot.html
+lib/R/library/base/html/body.html
+lib/R/library/base/html/box.html
+lib/R/library/base/html/boxplot.html
+lib/R/library/base/html/boxplot.stats.html
+lib/R/library/base/html/browser.html
+lib/R/library/base/html/bug.report.html
+lib/R/library/base/html/builtins.html
+lib/R/library/base/html/bxp.html
+lib/R/library/base/html/by.html
+lib/R/library/base/html/c.html
+lib/R/library/base/html/call.html
+lib/R/library/base/html/cars.html
+lib/R/library/base/html/case.names.html
+lib/R/library/base/html/cat.html
+lib/R/library/base/html/cbind.html
+lib/R/library/base/html/char.expand.html
+lib/R/library/base/html/character.html
+lib/R/library/base/html/charmatch.html
+lib/R/library/base/html/check.options.html
+lib/R/library/base/html/chickwts.html
+lib/R/library/base/html/chol.html
+lib/R/library/base/html/chol2inv.html
+lib/R/library/base/html/chull.html
+lib/R/library/base/html/class.html
+lib/R/library/base/html/close.socket.html
+lib/R/library/base/html/co2.html
+lib/R/library/base/html/codes.html
+lib/R/library/base/html/coefficients.html
+lib/R/library/base/html/col.html
+lib/R/library/base/html/colnames.html
+lib/R/library/base/html/colors.html
+lib/R/library/base/html/commandArgs.html
+lib/R/library/base/html/comment.html
+lib/R/library/base/html/complete.cases.html
+lib/R/library/base/html/complex.html
+lib/R/library/base/html/conflicts.html
+lib/R/library/base/html/contour.html
+lib/R/library/base/html/contrast.html
+lib/R/library/base/html/contrasts.html
+lib/R/library/base/html/contributors.html
+lib/R/library/base/html/convolve.html
+lib/R/library/base/html/coplot.html
+lib/R/library/base/html/copyright.html
+lib/R/library/base/html/cor.html
+lib/R/library/base/html/count.fields.html
+lib/R/library/base/html/cov.wt.html
+lib/R/library/base/html/crossprod.html
+lib/R/library/base/html/cumsum.html
+lib/R/library/base/html/curve.html
+lib/R/library/base/html/cut.html
+lib/R/library/base/html/data.class.html
+lib/R/library/base/html/data.frame.html
+lib/R/library/base/html/data.html
+lib/R/library/base/html/data.matrix.html
+lib/R/library/base/html/dataentry.html
+lib/R/library/base/html/date.html
+lib/R/library/base/html/debug.html
+lib/R/library/base/html/debugger.html
+lib/R/library/base/html/delay.html
+lib/R/library/base/html/delete.response.html
+lib/R/library/base/html/demo.html
+lib/R/library/base/html/density.html
+lib/R/library/base/html/deparse.html
+lib/R/library/base/html/deriv.html
+lib/R/library/base/html/detach.html
+lib/R/library/base/html/dev.html
+lib/R/library/base/html/dev2.html
+lib/R/library/base/html/dev2bitmap.html
+lib/R/library/base/html/deviance.html
+lib/R/library/base/html/df.residual.html
+lib/R/library/base/html/diag.html
+lib/R/library/base/html/diff.html
+lib/R/library/base/html/dim.html
+lib/R/library/base/html/dimnames.html
+lib/R/library/base/html/discoveries.html
+lib/R/library/base/html/do.call.html
+lib/R/library/base/html/dotplot.html
+lib/R/library/base/html/double.html
+lib/R/library/base/html/download.file.html
+lib/R/library/base/html/dput.html
+lib/R/library/base/html/drop.html
+lib/R/library/base/html/dummy.coef.html
+lib/R/library/base/html/dump.html
+lib/R/library/base/html/duplicated.html
+lib/R/library/base/html/dynload.html
+lib/R/library/base/html/edit.data.frame.html
+lib/R/library/base/html/edit.html
+lib/R/library/base/html/eff.aovlist.html
+lib/R/library/base/html/effects.html
+lib/R/library/base/html/eigen.html
+lib/R/library/base/html/environment.html
+lib/R/library/base/html/esoph.html
+lib/R/library/base/html/euro.html
+lib/R/library/base/html/eurodist.html
+lib/R/library/base/html/eval.html
+lib/R/library/base/html/example.html
+lib/R/library/base/html/exists.html
+lib/R/library/base/html/expand.grid.html
+lib/R/library/base/html/expression.html
+lib/R/library/base/html/extractAIC.html
+lib/R/library/base/html/factor.html
+lib/R/library/base/html/factor.scope.html
+lib/R/library/base/html/faithful.html
+lib/R/library/base/html/family.html
+lib/R/library/base/html/fft.html
+lib/R/library/base/html/file.choose.html
+lib/R/library/base/html/file.html
+lib/R/library/base/html/file.path.html
+lib/R/library/base/html/file.show.html
+lib/R/library/base/html/filled.contour.html
+lib/R/library/base/html/fitted.values.html
+lib/R/library/base/html/fivenum.html
+lib/R/library/base/html/fix.html
+lib/R/library/base/html/formals.html
+lib/R/library/base/html/format.html
+lib/R/library/base/html/format.info.html
+lib/R/library/base/html/formatc.html
+lib/R/library/base/html/formula.html
+lib/R/library/base/html/frame.html
+lib/R/library/base/html/freeny.html
+lib/R/library/base/html/ftable.formula.html
+lib/R/library/base/html/ftable.html
+lib/R/library/base/html/function.html
+lib/R/library/base/html/gc.html
+lib/R/library/base/html/gctorture.html
+lib/R/library/base/html/get.html
+lib/R/library/base/html/getenv.html
+lib/R/library/base/html/getwd.html
+lib/R/library/base/html/gl.html
+lib/R/library/base/html/glm.html
+lib/R/library/base/html/glm.summaries.html
+lib/R/library/base/html/gnome.html
+lib/R/library/base/html/gray.html
+lib/R/library/base/html/grep.html
+lib/R/library/base/html/grid.html
+lib/R/library/base/html/help.html
+lib/R/library/base/html/help.search.html
+lib/R/library/base/html/help.start.html
+lib/R/library/base/html/hist.html
+lib/R/library/base/html/hsv.html
+lib/R/library/base/html/httpclient.html
+lib/R/library/base/html/identify.html
+lib/R/library/base/html/ifelse.html
+lib/R/library/base/html/image.html
+lib/R/library/base/html/index.search.html
+lib/R/library/base/html/infert.html
+lib/R/library/base/html/influence.measures.html
+lib/R/library/base/html/integer.html
+lib/R/library/base/html/interaction.html
+lib/R/library/base/html/interactive.html
+lib/R/library/base/html/invisible.html
+lib/R/library/base/html/iris.html
+lib/R/library/base/html/is.empty.html
+lib/R/library/base/html/is.finite.html
+lib/R/library/base/html/is.function.html
+lib/R/library/base/html/is.language.html
+lib/R/library/base/html/is.object.html
+lib/R/library/base/html/is.recursive.html
+lib/R/library/base/html/is.single.html
+lib/R/library/base/html/is.symbol.html
+lib/R/library/base/html/isR.html
+lib/R/library/base/html/islands.html
+lib/R/library/base/html/jitter.html
+lib/R/library/base/html/kappa.html
+lib/R/library/base/html/kronecker.html
+lib/R/library/base/html/labels.html
+lib/R/library/base/html/lapply.html
+lib/R/library/base/html/layout.html
+lib/R/library/base/html/legend.html
+lib/R/library/base/html/length.html
+lib/R/library/base/html/levels.factor.html
+lib/R/library/base/html/levels.html
+lib/R/library/base/html/library.dynam.html
+lib/R/library/base/html/library.html
+lib/R/library/base/html/license.html
+lib/R/library/base/html/lines.html
+lib/R/library/base/html/list.files.html
+lib/R/library/base/html/list.html
+lib/R/library/base/html/lm.html
+lib/R/library/base/html/lm.influence.html
+lib/R/library/base/html/lm.summaries.html
+lib/R/library/base/html/load.html
+lib/R/library/base/html/locator.html
+lib/R/library/base/html/logical.html
+lib/R/library/base/html/loglin.html
+lib/R/library/base/html/longley.html
+lib/R/library/base/html/lower.tri.html
+lib/R/library/base/html/lowess.html
+lib/R/library/base/html/ls.diag.html
+lib/R/library/base/html/ls.html
+lib/R/library/base/html/ls.print.html
+lib/R/library/base/html/lsfit.html
+lib/R/library/base/html/machine.html
+lib/R/library/base/html/mad.html
+lib/R/library/base/html/mahalanobis.html
+lib/R/library/base/html/make.link.html
+lib/R/library/base/html/make.names.html
+lib/R/library/base/html/make.socket.html
+lib/R/library/base/html/make.tables.html
+lib/R/library/base/html/margin.table.html
+lib/R/library/base/html/mat.or.vec.html
+lib/R/library/base/html/match.arg.html
+lib/R/library/base/html/match.call.html
+lib/R/library/base/html/match.fun.html
+lib/R/library/base/html/match.html
+lib/R/library/base/html/matmult.html
+lib/R/library/base/html/matplot.html
+lib/R/library/base/html/matrix.html
+lib/R/library/base/html/mean.html
+lib/R/library/base/html/median.html
+lib/R/library/base/html/memory.profile.html
+lib/R/library/base/html/menu.html
+lib/R/library/base/html/merge.html
+lib/R/library/base/html/methods.html
+lib/R/library/base/html/missing.html
+lib/R/library/base/html/mode.html
+lib/R/library/base/html/model.extract.html
+lib/R/library/base/html/model.frame.html
+lib/R/library/base/html/model.matrix.html
+lib/R/library/base/html/model.tables.html
+lib/R/library/base/html/mosaicplot.html
+lib/R/library/base/html/mtcars.html
+lib/R/library/base/html/mtext.html
+lib/R/library/base/html/na.action.html
+lib/R/library/base/html/na.fail.html
+lib/R/library/base/html/name.html
+lib/R/library/base/html/names.html
+lib/R/library/base/html/nargs.html
+lib/R/library/base/html/nchar.html
+lib/R/library/base/html/nextn.html
+lib/R/library/base/html/nhtemp.html
+lib/R/library/base/html/nlevels.html
+lib/R/library/base/html/nlm.html
+lib/R/library/base/html/noquote.html
+lib/R/library/base/html/notyet.html
+lib/R/library/base/html/nrow.html
+lib/R/library/base/html/numeric.html
+lib/R/library/base/html/offset.html
+lib/R/library/base/html/on.exit.html
+lib/R/library/base/html/optim.html
+lib/R/library/base/html/optimize.html
+lib/R/library/base/html/options.html
+lib/R/library/base/html/order.html
+lib/R/library/base/html/outer.html
+lib/R/library/base/html/p.adjust.html
+lib/R/library/base/html/package.contents.html
+lib/R/library/base/html/package.dependencies.html
+lib/R/library/base/html/page.html
+lib/R/library/base/html/pairs.formula.html
+lib/R/library/base/html/pairs.html
+lib/R/library/base/html/palette.html
+lib/R/library/base/html/palettes.html
+lib/R/library/base/html/panel.smooth.html
+lib/R/library/base/html/par.html
+lib/R/library/base/html/parse.dcf.html
+lib/R/library/base/html/parse.html
+lib/R/library/base/html/paste.html
+lib/R/library/base/html/persp.html
+lib/R/library/base/html/phones.html
+lib/R/library/base/html/pictex.html
+lib/R/library/base/html/piechart.html
+lib/R/library/base/html/plot.html
+lib/R/library/base/html/plot.lm.html
+lib/R/library/base/html/plot.window.html
+lib/R/library/base/html/plot.xy.html
+lib/R/library/base/html/plotdefault.html
+lib/R/library/base/html/plotfactor.html
+lib/R/library/base/html/plotformula.html
+lib/R/library/base/html/plotmath.html
+lib/R/library/base/html/pmatch.html
+lib/R/library/base/html/points.html
+lib/R/library/base/html/poly.html
+lib/R/library/base/html/polygon.html
+lib/R/library/base/html/polyroot.html
+lib/R/library/base/html/pos.to.env.html
+lib/R/library/base/html/postscript.html
+lib/R/library/base/html/power.html
+lib/R/library/base/html/ppoints.html
+lib/R/library/base/html/precip.html
+lib/R/library/base/html/predict.glm.html
+lib/R/library/base/html/predict.html
+lib/R/library/base/html/predict.lm.html
+lib/R/library/base/html/preplot.html
+lib/R/library/base/html/presidents.html
+lib/R/library/base/html/pressure.html
+lib/R/library/base/html/pretty.html
+lib/R/library/base/html/print.coefmat.html
+lib/R/library/base/html/print.default.html
+lib/R/library/base/html/print.html
+lib/R/library/base/html/print.matrix.html
+lib/R/library/base/html/proc.time.html
+lib/R/library/base/html/prod.html
+lib/R/library/base/html/profile.html
+lib/R/library/base/html/proj.html
+lib/R/library/base/html/prompt.html
+lib/R/library/base/html/prop.table.html
+lib/R/library/base/html/qqnorm.html
+lib/R/library/base/html/qr.html
+lib/R/library/base/html/qraux.html
+lib/R/library/base/html/quakes.html
+lib/R/library/base/html/quantile.html
+lib/R/library/base/html/quit.html
+lib/R/library/base/html/randu.html
+lib/R/library/base/html/range.html
+lib/R/library/base/html/rank.html
+lib/R/library/base/html/read.fwf.html
+lib/R/library/base/html/read.socket.html
+lib/R/library/base/html/read.table.html
+lib/R/library/base/html/read.table.url.html
+lib/R/library/base/html/readline.html
+lib/R/library/base/html/real.html
+lib/R/library/base/html/rect.html
+lib/R/library/base/html/relevel.html
+lib/R/library/base/html/rep.html
+lib/R/library/base/html/replace.html
+lib/R/library/base/html/replications.html
+lib/R/library/base/html/residuals.html
+lib/R/library/base/html/restart.html
+lib/R/library/base/html/rev.html
+lib/R/library/base/html/rgb.html
+lib/R/library/base/html/rivers.html
+lib/R/library/base/html/rle.html
+lib/R/library/base/html/rm.html
+lib/R/library/base/html/row.html
+lib/R/library/base/html/rowsum.html
+lib/R/library/base/html/rug.html
+lib/R/library/base/html/sample.html
+lib/R/library/base/html/save.html
+lib/R/library/base/html/scale.html
+lib/R/library/base/html/scan.html
+lib/R/library/base/html/screen.html
+lib/R/library/base/html/sd.html
+lib/R/library/base/html/se.aov.html
+lib/R/library/base/html/se.contrast.html
+lib/R/library/base/html/search.html
+lib/R/library/base/html/segments.html
+lib/R/library/base/html/seq.html
+lib/R/library/base/html/sequence.html
+lib/R/library/base/html/sets.html
+lib/R/library/base/html/sign.html
+lib/R/library/base/html/sink.html
+lib/R/library/base/html/sleep.html
+lib/R/library/base/html/solve.html
+lib/R/library/base/html/sort.html
+lib/R/library/base/html/source.html
+lib/R/library/base/html/splinefun.html
+lib/R/library/base/html/split.html
+lib/R/library/base/html/stackloss.html
+lib/R/library/base/html/stars.html
+lib/R/library/base/html/start.html
+lib/R/library/base/html/stat.anova.html
+lib/R/library/base/html/state.html
+lib/R/library/base/html/stem.html
+lib/R/library/base/html/step.html
+lib/R/library/base/html/stop.html
+lib/R/library/base/html/str.html
+lib/R/library/base/html/stripplot.html
+lib/R/library/base/html/strsplit.html
+lib/R/library/base/html/structure.html
+lib/R/library/base/html/strwidth.html
+lib/R/library/base/html/subset.html
+lib/R/library/base/html/substitute.html
+lib/R/library/base/html/substr.html
+lib/R/library/base/html/sum.html
+lib/R/library/base/html/summary.html
+lib/R/library/base/html/sunflowerplot.html
+lib/R/library/base/html/sunspots.html
+lib/R/library/base/html/svd.html
+lib/R/library/base/html/sweep.html
+lib/R/library/base/html/swiss.html
+lib/R/library/base/html/switch.html
+lib/R/library/base/html/symnum.html
+lib/R/library/base/html/sys.parent.html
+lib/R/library/base/html/sys.source.html
+lib/R/library/base/html/system.file.html
+lib/R/library/base/html/system.html
+lib/R/library/base/html/system.time.html
+lib/R/library/base/html/t.html
+lib/R/library/base/html/table.html
+lib/R/library/base/html/tabulate.html
+lib/R/library/base/html/tapply.html
+lib/R/library/base/html/tempfile.html
+lib/R/library/base/html/terms.html
+lib/R/library/base/html/text.html
+lib/R/library/base/html/time.html
+lib/R/library/base/html/title.html
+lib/R/library/base/html/trace.html
+lib/R/library/base/html/traceback.html
+lib/R/library/base/html/transform.html
+lib/R/library/base/html/trees.html
+lib/R/library/base/html/ts.html
+lib/R/library/base/html/tsp.html
+lib/R/library/base/html/typeof.html
+lib/R/library/base/html/undoc.html
+lib/R/library/base/html/unique.html
+lib/R/library/base/html/uniroot.html
+lib/R/library/base/html/units.html
+lib/R/library/base/html/unlink.html
+lib/R/library/base/html/unlist.html
+lib/R/library/base/html/unname.html
+lib/R/library/base/html/update.formula.html
+lib/R/library/base/html/update.html
+lib/R/library/base/html/update.packages.html
+lib/R/library/base/html/uspop.html
+lib/R/library/base/html/var.html
+lib/R/library/base/html/vector.html
+lib/R/library/base/html/volcano.html
+lib/R/library/base/html/warning.html
+lib/R/library/base/html/warnings.html
+lib/R/library/base/html/warpbreaks.html
+lib/R/library/base/html/weighted.mean.html
+lib/R/library/base/html/weighted.residuals.html
+lib/R/library/base/html/which.html
+lib/R/library/base/html/window.html
+lib/R/library/base/html/women.html
+lib/R/library/base/html/write.html
+lib/R/library/base/html/write.table.html
+lib/R/library/base/html/x11.html
+lib/R/library/base/html/xy.coords.html
+lib/R/library/base/html/zAlias.html
+lib/R/library/base/html/zC.html
+lib/R/library/base/html/zMachine.html
+lib/R/library/base/html/zMethods.html
+lib/R/library/base/html/zip.file.extract.html
+lib/R/library/base/latex/Arithmetic.tex
+lib/R/library/base/latex/BATCH.tex
+lib/R/library/base/latex/Bessel.tex
+lib/R/library/base/latex/Beta.tex
+lib/R/library/base/latex/Binomial.tex
+lib/R/library/base/latex/COMPILE.tex
+lib/R/library/base/latex/Cauchy.tex
+lib/R/library/base/latex/Chisquare.tex
+lib/R/library/base/latex/Comparison.tex
+lib/R/library/base/latex/Constants.tex
+lib/R/library/base/latex/Control.tex
+lib/R/library/base/latex/Defunct.tex
+lib/R/library/base/latex/Deprecated.tex
+lib/R/library/base/latex/Devices.tex
+lib/R/library/base/latex/Exponential.tex
+lib/R/library/base/latex/Extract.tex
+lib/R/library/base/latex/Extremes.tex
+lib/R/library/base/latex/FDist.tex
+lib/R/library/base/latex/Foreign.tex
+lib/R/library/base/latex/Formaldehyde.tex
+lib/R/library/base/latex/GammaDist.tex
+lib/R/library/base/latex/Geometric.tex
+lib/R/library/base/latex/HairEyeColor.tex
+lib/R/library/base/latex/Hershey.tex
+lib/R/library/base/latex/Hyperbolic.tex
+lib/R/library/base/latex/Hypergeometric.tex
+lib/R/library/base/latex/INSTALL.tex
+lib/R/library/base/latex/IQR.tex
+lib/R/library/base/latex/InsectSprays.tex
+lib/R/library/base/latex/Internal.tex
+lib/R/library/base/latex/Japanese.tex
+lib/R/library/base/latex/Last.value.tex
+lib/R/library/base/latex/LifeCycleSavings.tex
+lib/R/library/base/latex/Log.tex
+lib/R/library/base/latex/Logic.tex
+lib/R/library/base/latex/Logistic.tex
+lib/R/library/base/latex/Lognormal.tex
+lib/R/library/base/latex/Math.tex
+lib/R/library/base/latex/Memory.tex
+lib/R/library/base/latex/NA.tex
+lib/R/library/base/latex/NULL.tex
+lib/R/library/base/latex/NegBinomial.tex
+lib/R/library/base/latex/Normal.tex
+lib/R/library/base/latex/OrchardSprays.tex
+lib/R/library/base/latex/Paren.tex
+lib/R/library/base/latex/PlantGrowth.tex
+lib/R/library/base/latex/Platform.tex
+lib/R/library/base/latex/Poisson.tex
+lib/R/library/base/latex/Primitive.tex
+lib/R/library/base/latex/REMOVE.tex
+lib/R/library/base/latex/RHOME.tex
+lib/R/library/base/latex/Random-user.tex
+lib/R/library/base/latex/Random.tex
+lib/R/library/base/latex/Recall.tex
+lib/R/library/base/latex/Rhome.tex
+lib/R/library/base/latex/Round.tex
+lib/R/library/base/latex/SHLIB.tex
+lib/R/library/base/latex/SignRank.tex
+lib/R/library/base/latex/Special.tex
+lib/R/library/base/latex/Startup.tex
+lib/R/library/base/latex/TDist.tex
+lib/R/library/base/latex/Titanic.tex
+lib/R/library/base/latex/ToothGrowth.tex
+lib/R/library/base/latex/Trig.tex
+lib/R/library/base/latex/Tukey.tex
+lib/R/library/base/latex/UCBAdmissions.tex
+lib/R/library/base/latex/USArrests.tex
+lib/R/library/base/latex/USJudgeRatings.tex
+lib/R/library/base/latex/USPersonalExpenditure.tex
+lib/R/library/base/latex/Uniform.tex
+lib/R/library/base/latex/VADeaths.tex
+lib/R/library/base/latex/Version.tex
+lib/R/library/base/latex/Weibull.tex
+lib/R/library/base/latex/Wilcoxon.tex
+lib/R/library/base/latex/abbreviate.tex
+lib/R/library/base/latex/abline.tex
+lib/R/library/base/latex/add1.tex
+lib/R/library/base/latex/aggregate.tex
+lib/R/library/base/latex/airmiles.tex
+lib/R/library/base/latex/airquality.tex
+lib/R/library/base/latex/alias.tex
+lib/R/library/base/latex/all.equal.tex
+lib/R/library/base/latex/all.tex
+lib/R/library/base/latex/allnames.tex
+lib/R/library/base/latex/anova.tex
+lib/R/library/base/latex/anscombe.tex
+lib/R/library/base/latex/any.tex
+lib/R/library/base/latex/aov.tex
+lib/R/library/base/latex/aperm.tex
+lib/R/library/base/latex/append.tex
+lib/R/library/base/latex/apply.tex
+lib/R/library/base/latex/approxfun.tex
+lib/R/library/base/latex/apropos.tex
+lib/R/library/base/latex/args.tex
+lib/R/library/base/latex/array.tex
+lib/R/library/base/latex/arrows.tex
+lib/R/library/base/latex/as.char.or.expr.tex
+lib/R/library/base/latex/as.function.tex
+lib/R/library/base/latex/assign.tex
+lib/R/library/base/latex/attach.tex
+lib/R/library/base/latex/attenu.tex
+lib/R/library/base/latex/attitude.tex
+lib/R/library/base/latex/attr.tex
+lib/R/library/base/latex/attributes.tex
+lib/R/library/base/latex/autoload.tex
+lib/R/library/base/latex/ave.tex
+lib/R/library/base/latex/axis.tex
+lib/R/library/base/latex/backsolve.tex
+lib/R/library/base/latex/barplot.tex
+lib/R/library/base/latex/body.tex
+lib/R/library/base/latex/box.tex
+lib/R/library/base/latex/boxplot.stats.tex
+lib/R/library/base/latex/boxplot.tex
+lib/R/library/base/latex/browser.tex
+lib/R/library/base/latex/bug.report.tex
+lib/R/library/base/latex/builtins.tex
+lib/R/library/base/latex/bxp.tex
+lib/R/library/base/latex/by.tex
+lib/R/library/base/latex/c.tex
+lib/R/library/base/latex/call.tex
+lib/R/library/base/latex/cars.tex
+lib/R/library/base/latex/case.names.tex
+lib/R/library/base/latex/cat.tex
+lib/R/library/base/latex/cbind.tex
+lib/R/library/base/latex/char.expand.tex
+lib/R/library/base/latex/character.tex
+lib/R/library/base/latex/charmatch.tex
+lib/R/library/base/latex/check.options.tex
+lib/R/library/base/latex/chickwts.tex
+lib/R/library/base/latex/chol.tex
+lib/R/library/base/latex/chol2inv.tex
+lib/R/library/base/latex/chull.tex
+lib/R/library/base/latex/class.tex
+lib/R/library/base/latex/close.socket.tex
+lib/R/library/base/latex/co2.tex
+lib/R/library/base/latex/codes.tex
+lib/R/library/base/latex/coefficients.tex
+lib/R/library/base/latex/col.tex
+lib/R/library/base/latex/colnames.tex
+lib/R/library/base/latex/colors.tex
+lib/R/library/base/latex/commandArgs.tex
+lib/R/library/base/latex/comment.tex
+lib/R/library/base/latex/complete.cases.tex
+lib/R/library/base/latex/complex.tex
+lib/R/library/base/latex/conflicts.tex
+lib/R/library/base/latex/contour.tex
+lib/R/library/base/latex/contrast.tex
+lib/R/library/base/latex/contrasts.tex
+lib/R/library/base/latex/contributors.tex
+lib/R/library/base/latex/convolve.tex
+lib/R/library/base/latex/coplot.tex
+lib/R/library/base/latex/copyright.tex
+lib/R/library/base/latex/cor.tex
+lib/R/library/base/latex/count.fields.tex
+lib/R/library/base/latex/cov.wt.tex
+lib/R/library/base/latex/crossprod.tex
+lib/R/library/base/latex/cumsum.tex
+lib/R/library/base/latex/curve.tex
+lib/R/library/base/latex/cut.tex
+lib/R/library/base/latex/data.class.tex
+lib/R/library/base/latex/data.frame.tex
+lib/R/library/base/latex/data.matrix.tex
+lib/R/library/base/latex/data.tex
+lib/R/library/base/latex/dataentry.tex
+lib/R/library/base/latex/date.tex
+lib/R/library/base/latex/debug.tex
+lib/R/library/base/latex/debugger.tex
+lib/R/library/base/latex/delay.tex
+lib/R/library/base/latex/delete.response.tex
+lib/R/library/base/latex/demo.tex
+lib/R/library/base/latex/density.tex
+lib/R/library/base/latex/deparse.tex
+lib/R/library/base/latex/deriv.tex
+lib/R/library/base/latex/detach.tex
+lib/R/library/base/latex/dev.tex
+lib/R/library/base/latex/dev2.tex
+lib/R/library/base/latex/dev2bitmap.tex
+lib/R/library/base/latex/deviance.tex
+lib/R/library/base/latex/df.residual.tex
+lib/R/library/base/latex/diag.tex
+lib/R/library/base/latex/diff.tex
+lib/R/library/base/latex/dim.tex
+lib/R/library/base/latex/dimnames.tex
+lib/R/library/base/latex/discoveries.tex
+lib/R/library/base/latex/do.call.tex
+lib/R/library/base/latex/dotplot.tex
+lib/R/library/base/latex/double.tex
+lib/R/library/base/latex/download.file.tex
+lib/R/library/base/latex/dput.tex
+lib/R/library/base/latex/drop.tex
+lib/R/library/base/latex/dummy.coef.tex
+lib/R/library/base/latex/dump.tex
+lib/R/library/base/latex/duplicated.tex
+lib/R/library/base/latex/dynload.tex
+lib/R/library/base/latex/edit.data.frame.tex
+lib/R/library/base/latex/edit.tex
+lib/R/library/base/latex/eff.aovlist.tex
+lib/R/library/base/latex/effects.tex
+lib/R/library/base/latex/eigen.tex
+lib/R/library/base/latex/environment.tex
+lib/R/library/base/latex/esoph.tex
+lib/R/library/base/latex/euro.tex
+lib/R/library/base/latex/eurodist.tex
+lib/R/library/base/latex/eval.tex
+lib/R/library/base/latex/example.tex
+lib/R/library/base/latex/exists.tex
+lib/R/library/base/latex/expand.grid.tex
+lib/R/library/base/latex/expression.tex
+lib/R/library/base/latex/extractAIC.tex
+lib/R/library/base/latex/factor.scope.tex
+lib/R/library/base/latex/factor.tex
+lib/R/library/base/latex/faithful.tex
+lib/R/library/base/latex/family.tex
+lib/R/library/base/latex/fft.tex
+lib/R/library/base/latex/file.choose.tex
+lib/R/library/base/latex/file.path.tex
+lib/R/library/base/latex/file.show.tex
+lib/R/library/base/latex/file.tex
+lib/R/library/base/latex/filled.contour.tex
+lib/R/library/base/latex/fitted.values.tex
+lib/R/library/base/latex/fivenum.tex
+lib/R/library/base/latex/fix.tex
+lib/R/library/base/latex/formals.tex
+lib/R/library/base/latex/format.info.tex
+lib/R/library/base/latex/format.tex
+lib/R/library/base/latex/formatc.tex
+lib/R/library/base/latex/formula.tex
+lib/R/library/base/latex/frame.tex
+lib/R/library/base/latex/freeny.tex
+lib/R/library/base/latex/ftable.formula.tex
+lib/R/library/base/latex/ftable.tex
+lib/R/library/base/latex/function.tex
+lib/R/library/base/latex/gc.tex
+lib/R/library/base/latex/gctorture.tex
+lib/R/library/base/latex/get.tex
+lib/R/library/base/latex/getenv.tex
+lib/R/library/base/latex/getwd.tex
+lib/R/library/base/latex/gl.tex
+lib/R/library/base/latex/glm.summaries.tex
+lib/R/library/base/latex/glm.tex
+lib/R/library/base/latex/gnome.tex
+lib/R/library/base/latex/gray.tex
+lib/R/library/base/latex/grep.tex
+lib/R/library/base/latex/grid.tex
+lib/R/library/base/latex/help.search.tex
+lib/R/library/base/latex/help.start.tex
+lib/R/library/base/latex/help.tex
+lib/R/library/base/latex/hist.tex
+lib/R/library/base/latex/hsv.tex
+lib/R/library/base/latex/httpclient.tex
+lib/R/library/base/latex/identify.tex
+lib/R/library/base/latex/ifelse.tex
+lib/R/library/base/latex/image.tex
+lib/R/library/base/latex/index.search.tex
+lib/R/library/base/latex/infert.tex
+lib/R/library/base/latex/influence.measures.tex
+lib/R/library/base/latex/integer.tex
+lib/R/library/base/latex/interaction.tex
+lib/R/library/base/latex/interactive.tex
+lib/R/library/base/latex/invisible.tex
+lib/R/library/base/latex/iris.tex
+lib/R/library/base/latex/is.empty.tex
+lib/R/library/base/latex/is.finite.tex
+lib/R/library/base/latex/is.function.tex
+lib/R/library/base/latex/is.language.tex
+lib/R/library/base/latex/is.object.tex
+lib/R/library/base/latex/is.recursive.tex
+lib/R/library/base/latex/is.single.tex
+lib/R/library/base/latex/is.symbol.tex
+lib/R/library/base/latex/isR.tex
+lib/R/library/base/latex/islands.tex
+lib/R/library/base/latex/jitter.tex
+lib/R/library/base/latex/kappa.tex
+lib/R/library/base/latex/kronecker.tex
+lib/R/library/base/latex/labels.tex
+lib/R/library/base/latex/lapply.tex
+lib/R/library/base/latex/layout.tex
+lib/R/library/base/latex/legend.tex
+lib/R/library/base/latex/length.tex
+lib/R/library/base/latex/levels.factor.tex
+lib/R/library/base/latex/levels.tex
+lib/R/library/base/latex/library.dynam.tex
+lib/R/library/base/latex/library.tex
+lib/R/library/base/latex/license.tex
+lib/R/library/base/latex/lines.tex
+lib/R/library/base/latex/list.files.tex
+lib/R/library/base/latex/list.tex
+lib/R/library/base/latex/lm.influence.tex
+lib/R/library/base/latex/lm.summaries.tex
+lib/R/library/base/latex/lm.tex
+lib/R/library/base/latex/load.tex
+lib/R/library/base/latex/locator.tex
+lib/R/library/base/latex/logical.tex
+lib/R/library/base/latex/loglin.tex
+lib/R/library/base/latex/longley.tex
+lib/R/library/base/latex/lower.tri.tex
+lib/R/library/base/latex/lowess.tex
+lib/R/library/base/latex/ls.diag.tex
+lib/R/library/base/latex/ls.print.tex
+lib/R/library/base/latex/ls.tex
+lib/R/library/base/latex/lsfit.tex
+lib/R/library/base/latex/machine.tex
+lib/R/library/base/latex/mad.tex
+lib/R/library/base/latex/mahalanobis.tex
+lib/R/library/base/latex/make.link.tex
+lib/R/library/base/latex/make.names.tex
+lib/R/library/base/latex/make.socket.tex
+lib/R/library/base/latex/make.tables.tex
+lib/R/library/base/latex/margin.table.tex
+lib/R/library/base/latex/mat.or.vec.tex
+lib/R/library/base/latex/match.arg.tex
+lib/R/library/base/latex/match.call.tex
+lib/R/library/base/latex/match.fun.tex
+lib/R/library/base/latex/match.tex
+lib/R/library/base/latex/matmult.tex
+lib/R/library/base/latex/matplot.tex
+lib/R/library/base/latex/matrix.tex
+lib/R/library/base/latex/mean.tex
+lib/R/library/base/latex/median.tex
+lib/R/library/base/latex/memory.profile.tex
+lib/R/library/base/latex/menu.tex
+lib/R/library/base/latex/merge.tex
+lib/R/library/base/latex/methods.tex
+lib/R/library/base/latex/missing.tex
+lib/R/library/base/latex/mode.tex
+lib/R/library/base/latex/model.extract.tex
+lib/R/library/base/latex/model.frame.tex
+lib/R/library/base/latex/model.matrix.tex
+lib/R/library/base/latex/model.tables.tex
+lib/R/library/base/latex/mosaicplot.tex
+lib/R/library/base/latex/mtcars.tex
+lib/R/library/base/latex/mtext.tex
+lib/R/library/base/latex/na.action.tex
+lib/R/library/base/latex/na.fail.tex
+lib/R/library/base/latex/name.tex
+lib/R/library/base/latex/names.tex
+lib/R/library/base/latex/nargs.tex
+lib/R/library/base/latex/nchar.tex
+lib/R/library/base/latex/nextn.tex
+lib/R/library/base/latex/nhtemp.tex
+lib/R/library/base/latex/nlevels.tex
+lib/R/library/base/latex/nlm.tex
+lib/R/library/base/latex/noquote.tex
+lib/R/library/base/latex/notyet.tex
+lib/R/library/base/latex/nrow.tex
+lib/R/library/base/latex/numeric.tex
+lib/R/library/base/latex/offset.tex
+lib/R/library/base/latex/on.exit.tex
+lib/R/library/base/latex/optim.tex
+lib/R/library/base/latex/optimize.tex
+lib/R/library/base/latex/options.tex
+lib/R/library/base/latex/order.tex
+lib/R/library/base/latex/outer.tex
+lib/R/library/base/latex/p.adjust.tex
+lib/R/library/base/latex/package.contents.tex
+lib/R/library/base/latex/package.dependencies.tex
+lib/R/library/base/latex/page.tex
+lib/R/library/base/latex/pairs.formula.tex
+lib/R/library/base/latex/pairs.tex
+lib/R/library/base/latex/palette.tex
+lib/R/library/base/latex/palettes.tex
+lib/R/library/base/latex/panel.smooth.tex
+lib/R/library/base/latex/par.tex
+lib/R/library/base/latex/parse.dcf.tex
+lib/R/library/base/latex/parse.tex
+lib/R/library/base/latex/paste.tex
+lib/R/library/base/latex/persp.tex
+lib/R/library/base/latex/phones.tex
+lib/R/library/base/latex/pictex.tex
+lib/R/library/base/latex/piechart.tex
+lib/R/library/base/latex/plot.lm.tex
+lib/R/library/base/latex/plot.tex
+lib/R/library/base/latex/plot.window.tex
+lib/R/library/base/latex/plot.xy.tex
+lib/R/library/base/latex/plotdefault.tex
+lib/R/library/base/latex/plotfactor.tex
+lib/R/library/base/latex/plotformula.tex
+lib/R/library/base/latex/plotmath.tex
+lib/R/library/base/latex/pmatch.tex
+lib/R/library/base/latex/points.tex
+lib/R/library/base/latex/poly.tex
+lib/R/library/base/latex/polygon.tex
+lib/R/library/base/latex/polyroot.tex
+lib/R/library/base/latex/pos.to.env.tex
+lib/R/library/base/latex/postscript.tex
+lib/R/library/base/latex/power.tex
+lib/R/library/base/latex/ppoints.tex
+lib/R/library/base/latex/precip.tex
+lib/R/library/base/latex/predict.glm.tex
+lib/R/library/base/latex/predict.lm.tex
+lib/R/library/base/latex/predict.tex
+lib/R/library/base/latex/preplot.tex
+lib/R/library/base/latex/presidents.tex
+lib/R/library/base/latex/pressure.tex
+lib/R/library/base/latex/pretty.tex
+lib/R/library/base/latex/print.coefmat.tex
+lib/R/library/base/latex/print.default.tex
+lib/R/library/base/latex/print.matrix.tex
+lib/R/library/base/latex/print.tex
+lib/R/library/base/latex/proc.time.tex
+lib/R/library/base/latex/prod.tex
+lib/R/library/base/latex/profile.tex
+lib/R/library/base/latex/proj.tex
+lib/R/library/base/latex/prompt.tex
+lib/R/library/base/latex/prop.table.tex
+lib/R/library/base/latex/qqnorm.tex
+lib/R/library/base/latex/qr.tex
+lib/R/library/base/latex/qraux.tex
+lib/R/library/base/latex/quakes.tex
+lib/R/library/base/latex/quantile.tex
+lib/R/library/base/latex/quit.tex
+lib/R/library/base/latex/randu.tex
+lib/R/library/base/latex/range.tex
+lib/R/library/base/latex/rank.tex
+lib/R/library/base/latex/read.fwf.tex
+lib/R/library/base/latex/read.socket.tex
+lib/R/library/base/latex/read.table.tex
+lib/R/library/base/latex/read.table.url.tex
+lib/R/library/base/latex/readline.tex
+lib/R/library/base/latex/real.tex
+lib/R/library/base/latex/rect.tex
+lib/R/library/base/latex/relevel.tex
+lib/R/library/base/latex/rep.tex
+lib/R/library/base/latex/replace.tex
+lib/R/library/base/latex/replications.tex
+lib/R/library/base/latex/residuals.tex
+lib/R/library/base/latex/restart.tex
+lib/R/library/base/latex/rev.tex
+lib/R/library/base/latex/rgb.tex
+lib/R/library/base/latex/rivers.tex
+lib/R/library/base/latex/rle.tex
+lib/R/library/base/latex/rm.tex
+lib/R/library/base/latex/row.tex
+lib/R/library/base/latex/rowsum.tex
+lib/R/library/base/latex/rug.tex
+lib/R/library/base/latex/sample.tex
+lib/R/library/base/latex/save.tex
+lib/R/library/base/latex/scale.tex
+lib/R/library/base/latex/scan.tex
+lib/R/library/base/latex/screen.tex
+lib/R/library/base/latex/sd.tex
+lib/R/library/base/latex/se.aov.tex
+lib/R/library/base/latex/se.contrast.tex
+lib/R/library/base/latex/search.tex
+lib/R/library/base/latex/segments.tex
+lib/R/library/base/latex/seq.tex
+lib/R/library/base/latex/sequence.tex
+lib/R/library/base/latex/sets.tex
+lib/R/library/base/latex/sign.tex
+lib/R/library/base/latex/sink.tex
+lib/R/library/base/latex/sleep.tex
+lib/R/library/base/latex/solve.tex
+lib/R/library/base/latex/sort.tex
+lib/R/library/base/latex/source.tex
+lib/R/library/base/latex/splinefun.tex
+lib/R/library/base/latex/split.tex
+lib/R/library/base/latex/stackloss.tex
+lib/R/library/base/latex/stars.tex
+lib/R/library/base/latex/start.tex
+lib/R/library/base/latex/stat.anova.tex
+lib/R/library/base/latex/state.tex
+lib/R/library/base/latex/stem.tex
+lib/R/library/base/latex/step.tex
+lib/R/library/base/latex/stop.tex
+lib/R/library/base/latex/str.tex
+lib/R/library/base/latex/stripplot.tex
+lib/R/library/base/latex/strsplit.tex
+lib/R/library/base/latex/structure.tex
+lib/R/library/base/latex/strwidth.tex
+lib/R/library/base/latex/subset.tex
+lib/R/library/base/latex/substitute.tex
+lib/R/library/base/latex/substr.tex
+lib/R/library/base/latex/sum.tex
+lib/R/library/base/latex/summary.tex
+lib/R/library/base/latex/sunflowerplot.tex
+lib/R/library/base/latex/sunspots.tex
+lib/R/library/base/latex/svd.tex
+lib/R/library/base/latex/sweep.tex
+lib/R/library/base/latex/swiss.tex
+lib/R/library/base/latex/switch.tex
+lib/R/library/base/latex/symnum.tex
+lib/R/library/base/latex/sys.parent.tex
+lib/R/library/base/latex/sys.source.tex
+lib/R/library/base/latex/system.file.tex
+lib/R/library/base/latex/system.tex
+lib/R/library/base/latex/system.time.tex
+lib/R/library/base/latex/t.tex
+lib/R/library/base/latex/table.tex
+lib/R/library/base/latex/tabulate.tex
+lib/R/library/base/latex/tapply.tex
+lib/R/library/base/latex/tempfile.tex
+lib/R/library/base/latex/terms.tex
+lib/R/library/base/latex/text.tex
+lib/R/library/base/latex/time.tex
+lib/R/library/base/latex/title.tex
+lib/R/library/base/latex/trace.tex
+lib/R/library/base/latex/traceback.tex
+lib/R/library/base/latex/transform.tex
+lib/R/library/base/latex/trees.tex
+lib/R/library/base/latex/ts.tex
+lib/R/library/base/latex/tsp.tex
+lib/R/library/base/latex/typeof.tex
+lib/R/library/base/latex/undoc.tex
+lib/R/library/base/latex/unique.tex
+lib/R/library/base/latex/uniroot.tex
+lib/R/library/base/latex/units.tex
+lib/R/library/base/latex/unlink.tex
+lib/R/library/base/latex/unlist.tex
+lib/R/library/base/latex/unname.tex
+lib/R/library/base/latex/update.formula.tex
+lib/R/library/base/latex/update.packages.tex
+lib/R/library/base/latex/update.tex
+lib/R/library/base/latex/uspop.tex
+lib/R/library/base/latex/var.tex
+lib/R/library/base/latex/vector.tex
+lib/R/library/base/latex/volcano.tex
+lib/R/library/base/latex/warning.tex
+lib/R/library/base/latex/warnings.tex
+lib/R/library/base/latex/warpbreaks.tex
+lib/R/library/base/latex/weighted.mean.tex
+lib/R/library/base/latex/weighted.residuals.tex
+lib/R/library/base/latex/which.tex
+lib/R/library/base/latex/window.tex
+lib/R/library/base/latex/women.tex
+lib/R/library/base/latex/write.table.tex
+lib/R/library/base/latex/write.tex
+lib/R/library/base/latex/x11.tex
+lib/R/library/base/latex/xy.coords.tex
+lib/R/library/base/latex/zAlias.tex
+lib/R/library/base/latex/zC.tex
+lib/R/library/base/latex/zMachine.tex
+lib/R/library/base/latex/zMethods.tex
+lib/R/library/base/latex/zip.file.extract.tex
+lib/R/library/ctest/CONTENTS
+lib/R/library/ctest/DESCRIPTION
+lib/R/library/ctest/INDEX
+lib/R/library/ctest/R-ex/ansari.test.R
+lib/R/library/ctest/R-ex/bartlett.test.R
+lib/R/library/ctest/R-ex/binom.test.R
+lib/R/library/ctest/R-ex/chisq.test.R
+lib/R/library/ctest/R-ex/cor.test.R
+lib/R/library/ctest/R-ex/fisher.test.R
+lib/R/library/ctest/R-ex/fligner.test.R
+lib/R/library/ctest/R-ex/friedman.test.R
+lib/R/library/ctest/R-ex/kruskal.test.R
+lib/R/library/ctest/R-ex/ks.test.R
+lib/R/library/ctest/R-ex/mantelhaen.test.R
+lib/R/library/ctest/R-ex/mcnemar.test.R
+lib/R/library/ctest/R-ex/mood.test.R
+lib/R/library/ctest/R-ex/pairwise.prop.test.R
+lib/R/library/ctest/R-ex/pairwise.t.test.R
+lib/R/library/ctest/R-ex/pairwise.wilcox.test.R
+lib/R/library/ctest/R-ex/power.prop.test.R
+lib/R/library/ctest/R-ex/power.t.test.R
+lib/R/library/ctest/R-ex/prop.test.R
+lib/R/library/ctest/R-ex/shapiro.test.R
+lib/R/library/ctest/R-ex/t.test.R
+lib/R/library/ctest/R-ex/var.test.R
+lib/R/library/ctest/R-ex/wilcox.test.R
+lib/R/library/ctest/R/ctest
+lib/R/library/ctest/TITLE
+lib/R/library/ctest/help/00Titles
+lib/R/library/ctest/help/AnIndex
+lib/R/library/ctest/help/ansari.test
+lib/R/library/ctest/help/bartlett.test
+lib/R/library/ctest/help/binom.test
+lib/R/library/ctest/help/chisq.test
+lib/R/library/ctest/help/cor.test
+lib/R/library/ctest/help/fisher.test
+lib/R/library/ctest/help/fligner.test
+lib/R/library/ctest/help/friedman.test
+lib/R/library/ctest/help/kruskal.test
+lib/R/library/ctest/help/ks.test
+lib/R/library/ctest/help/mantelhaen.test
+lib/R/library/ctest/help/mcnemar.test
+lib/R/library/ctest/help/mood.test
+lib/R/library/ctest/help/pairwise.prop.test
+lib/R/library/ctest/help/pairwise.t.test
+lib/R/library/ctest/help/pairwise.table
+lib/R/library/ctest/help/pairwise.wilcox.test
+lib/R/library/ctest/help/power.prop.test
+lib/R/library/ctest/help/power.t.test
+lib/R/library/ctest/help/print.pairwise.htest
+lib/R/library/ctest/help/print.power.htest
+lib/R/library/ctest/help/prop.test
+lib/R/library/ctest/help/shapiro.test
+lib/R/library/ctest/help/t.test
+lib/R/library/ctest/help/var.test
+lib/R/library/ctest/help/wilcox.test
+lib/R/library/ctest/html/00Index.html
+lib/R/library/ctest/html/ansari.test.html
+lib/R/library/ctest/html/bartlett.test.html
+lib/R/library/ctest/html/binom.test.html
+lib/R/library/ctest/html/chisq.test.html
+lib/R/library/ctest/html/cor.test.html
+lib/R/library/ctest/html/fisher.test.html
+lib/R/library/ctest/html/fligner.test.html
+lib/R/library/ctest/html/friedman.test.html
+lib/R/library/ctest/html/kruskal.test.html
+lib/R/library/ctest/html/ks.test.html
+lib/R/library/ctest/html/mantelhaen.test.html
+lib/R/library/ctest/html/mcnemar.test.html
+lib/R/library/ctest/html/mood.test.html
+lib/R/library/ctest/html/pairwise.prop.test.html
+lib/R/library/ctest/html/pairwise.t.test.html
+lib/R/library/ctest/html/pairwise.table.html
+lib/R/library/ctest/html/pairwise.wilcox.test.html
+lib/R/library/ctest/html/power.prop.test.html
+lib/R/library/ctest/html/power.t.test.html
+lib/R/library/ctest/html/print.pairwise.htest.html
+lib/R/library/ctest/html/print.power.htest.html
+lib/R/library/ctest/html/prop.test.html
+lib/R/library/ctest/html/shapiro.test.html
+lib/R/library/ctest/html/t.test.html
+lib/R/library/ctest/html/var.test.html
+lib/R/library/ctest/html/wilcox.test.html
+lib/R/library/ctest/latex/ansari.test.tex
+lib/R/library/ctest/latex/bartlett.test.tex
+lib/R/library/ctest/latex/binom.test.tex
+lib/R/library/ctest/latex/chisq.test.tex
+lib/R/library/ctest/latex/cor.test.tex
+lib/R/library/ctest/latex/fisher.test.tex
+lib/R/library/ctest/latex/fligner.test.tex
+lib/R/library/ctest/latex/friedman.test.tex
+lib/R/library/ctest/latex/kruskal.test.tex
+lib/R/library/ctest/latex/ks.test.tex
+lib/R/library/ctest/latex/mantelhaen.test.tex
+lib/R/library/ctest/latex/mcnemar.test.tex
+lib/R/library/ctest/latex/mood.test.tex
+lib/R/library/ctest/latex/pairwise.prop.test.tex
+lib/R/library/ctest/latex/pairwise.t.test.tex
+lib/R/library/ctest/latex/pairwise.table.tex
+lib/R/library/ctest/latex/pairwise.wilcox.test.tex
+lib/R/library/ctest/latex/power.prop.test.tex
+lib/R/library/ctest/latex/power.t.test.tex
+lib/R/library/ctest/latex/print.pairwise.htest.tex
+lib/R/library/ctest/latex/print.power.htest.tex
+lib/R/library/ctest/latex/prop.test.tex
+lib/R/library/ctest/latex/shapiro.test.tex
+lib/R/library/ctest/latex/t.test.tex
+lib/R/library/ctest/latex/var.test.tex
+lib/R/library/ctest/latex/wilcox.test.tex
+lib/R/library/ctest/libs/ctest.so
+lib/R/library/eda/CONTENTS
+lib/R/library/eda/DESCRIPTION
+lib/R/library/eda/INDEX
+lib/R/library/eda/R-ex/line.R
+lib/R/library/eda/R-ex/medpolish.R
+lib/R/library/eda/R-ex/smooth.R
+lib/R/library/eda/R/eda
+lib/R/library/eda/TITLE
+lib/R/library/eda/help/00Titles
+lib/R/library/eda/help/AnIndex
+lib/R/library/eda/help/line
+lib/R/library/eda/help/medpolish
+lib/R/library/eda/help/smooth
+lib/R/library/eda/html/00Index.html
+lib/R/library/eda/html/line.html
+lib/R/library/eda/html/medpolish.html
+lib/R/library/eda/html/smooth.html
+lib/R/library/eda/latex/line.tex
+lib/R/library/eda/latex/medpolish.tex
+lib/R/library/eda/latex/smooth.tex
+lib/R/library/eda/libs/eda.so
+lib/R/library/lqs/CONTENTS
+lib/R/library/lqs/DESCRIPTION
+lib/R/library/lqs/INDEX
+lib/R/library/lqs/R-ex/cov.rob.R
+lib/R/library/lqs/R-ex/lqs.R
+lib/R/library/lqs/R-ex/predict.lqs.R
+lib/R/library/lqs/R/lqs
+lib/R/library/lqs/TITLE
+lib/R/library/lqs/help/00Titles
+lib/R/library/lqs/help/AnIndex
+lib/R/library/lqs/help/cov.rob
+lib/R/library/lqs/help/lqs
+lib/R/library/lqs/help/predict.lqs
+lib/R/library/lqs/html/00Index.html
+lib/R/library/lqs/html/cov.rob.html
+lib/R/library/lqs/html/lqs.html
+lib/R/library/lqs/html/predict.lqs.html
+lib/R/library/lqs/latex/cov.rob.tex
+lib/R/library/lqs/latex/lqs.tex
+lib/R/library/lqs/latex/predict.lqs.tex
+lib/R/library/lqs/libs/lqs.so
+lib/R/library/modreg/CONTENTS
+lib/R/library/modreg/COPYRIGHTS
+lib/R/library/modreg/DESCRIPTION
+lib/R/library/modreg/INDEX
+lib/R/library/modreg/R-ex/ksmooth.R
+lib/R/library/modreg/R-ex/loess.R
+lib/R/library/modreg/R-ex/plot.ppr.R
+lib/R/library/modreg/R-ex/ppr.R
+lib/R/library/modreg/R-ex/predict.loess.R
+lib/R/library/modreg/R-ex/predict.smooth.spline.R
+lib/R/library/modreg/R-ex/scatter.smooth.R
+lib/R/library/modreg/R-ex/smooth.spline.R
+lib/R/library/modreg/R-ex/supsmu.R
+lib/R/library/modreg/R/modreg
+lib/R/library/modreg/TITLE
+lib/R/library/modreg/data/00Index
+lib/R/library/modreg/data/rock.tab
+lib/R/library/modreg/help/00Titles
+lib/R/library/modreg/help/AnIndex
+lib/R/library/modreg/help/ksmooth
+lib/R/library/modreg/help/loess
+lib/R/library/modreg/help/loess.control
+lib/R/library/modreg/help/modreg-internal
+lib/R/library/modreg/help/plot.ppr
+lib/R/library/modreg/help/ppr
+lib/R/library/modreg/help/predict.loess
+lib/R/library/modreg/help/predict.smooth.spline
+lib/R/library/modreg/help/rock
+lib/R/library/modreg/help/scatter.smooth
+lib/R/library/modreg/help/smooth.spline
+lib/R/library/modreg/help/supsmu
+lib/R/library/modreg/html/00Index.html
+lib/R/library/modreg/html/ksmooth.html
+lib/R/library/modreg/html/loess.control.html
+lib/R/library/modreg/html/loess.html
+lib/R/library/modreg/html/modreg-internal.html
+lib/R/library/modreg/html/plot.ppr.html
+lib/R/library/modreg/html/ppr.html
+lib/R/library/modreg/html/predict.loess.html
+lib/R/library/modreg/html/predict.smooth.spline.html
+lib/R/library/modreg/html/rock.html
+lib/R/library/modreg/html/scatter.smooth.html
+lib/R/library/modreg/html/smooth.spline.html
+lib/R/library/modreg/html/supsmu.html
+lib/R/library/modreg/latex/ksmooth.tex
+lib/R/library/modreg/latex/loess.control.tex
+lib/R/library/modreg/latex/loess.tex
+lib/R/library/modreg/latex/modreg-internal.tex
+lib/R/library/modreg/latex/plot.ppr.tex
+lib/R/library/modreg/latex/ppr.tex
+lib/R/library/modreg/latex/predict.loess.tex
+lib/R/library/modreg/latex/predict.smooth.spline.tex
+lib/R/library/modreg/latex/rock.tex
+lib/R/library/modreg/latex/scatter.smooth.tex
+lib/R/library/modreg/latex/smooth.spline.tex
+lib/R/library/modreg/latex/supsmu.tex
+lib/R/library/modreg/libs/modreg.so
+lib/R/library/mva/CONTENTS
+lib/R/library/mva/DESCRIPTION
+lib/R/library/mva/INDEX
+lib/R/library/mva/R-ex/as.hclust.R
+lib/R/library/mva/R-ex/biplot.princomp.R
+lib/R/library/mva/R-ex/cancor.R
+lib/R/library/mva/R-ex/cmdscale.R
+lib/R/library/mva/R-ex/cutree.R
+lib/R/library/mva/R-ex/dist.R
+lib/R/library/mva/R-ex/hclust.R
+lib/R/library/mva/R-ex/identify.hclust.R
+lib/R/library/mva/R-ex/kmeans.R
+lib/R/library/mva/R-ex/prcomp.R
+lib/R/library/mva/R-ex/princomp.R
+lib/R/library/mva/R-ex/rect.hclust.R
+lib/R/library/mva/R/mva
+lib/R/library/mva/TITLE
+lib/R/library/mva/help/00Titles
+lib/R/library/mva/help/AnIndex
+lib/R/library/mva/help/as.hclust
+lib/R/library/mva/help/biplot
+lib/R/library/mva/help/biplot.princomp
+lib/R/library/mva/help/cancor
+lib/R/library/mva/help/cmdscale
+lib/R/library/mva/help/cutree
+lib/R/library/mva/help/dist
+lib/R/library/mva/help/hclust
+lib/R/library/mva/help/identify.hclust
+lib/R/library/mva/help/kmeans
+lib/R/library/mva/help/prcomp
+lib/R/library/mva/help/princomp
+lib/R/library/mva/help/rect.hclust
+lib/R/library/mva/html/00Index.html
+lib/R/library/mva/html/as.hclust.html
+lib/R/library/mva/html/biplot.html
+lib/R/library/mva/html/biplot.princomp.html
+lib/R/library/mva/html/cancor.html
+lib/R/library/mva/html/cmdscale.html
+lib/R/library/mva/html/cutree.html
+lib/R/library/mva/html/dist.html
+lib/R/library/mva/html/hclust.html
+lib/R/library/mva/html/identify.hclust.html
+lib/R/library/mva/html/kmeans.html
+lib/R/library/mva/html/prcomp.html
+lib/R/library/mva/html/princomp.html
+lib/R/library/mva/html/rect.hclust.html
+lib/R/library/mva/latex/as.hclust.tex
+lib/R/library/mva/latex/biplot.princomp.tex
+lib/R/library/mva/latex/biplot.tex
+lib/R/library/mva/latex/cancor.tex
+lib/R/library/mva/latex/cmdscale.tex
+lib/R/library/mva/latex/cutree.tex
+lib/R/library/mva/latex/dist.tex
+lib/R/library/mva/latex/hclust.tex
+lib/R/library/mva/latex/identify.hclust.tex
+lib/R/library/mva/latex/kmeans.tex
+lib/R/library/mva/latex/prcomp.tex
+lib/R/library/mva/latex/princomp.tex
+lib/R/library/mva/latex/rect.hclust.tex
+lib/R/library/mva/libs/mva.so
+lib/R/library/nls/CONTENTS
+lib/R/library/nls/DESCRIPTION
+lib/R/library/nls/INDEX
+lib/R/library/nls/R-ex/BOD.R
+lib/R/library/nls/R-ex/CO2.R
+lib/R/library/nls/R-ex/ChickWeight.R
+lib/R/library/nls/R-ex/DNase.R
+lib/R/library/nls/R-ex/Indometh.R
+lib/R/library/nls/R-ex/Loblolly.R
+lib/R/library/nls/R-ex/NLSstAsymptotic.R
+lib/R/library/nls/R-ex/NLSstClosestX.R
+lib/R/library/nls/R-ex/NLSstLfAsymptote.R
+lib/R/library/nls/R-ex/NLSstRtAsymptote.R
+lib/R/library/nls/R-ex/Orange.R
+lib/R/library/nls/R-ex/Puromycin.R
+lib/R/library/nls/R-ex/SSasymp.R
+lib/R/library/nls/R-ex/SSasympOff.R
+lib/R/library/nls/R-ex/SSasympOrig.R
+lib/R/library/nls/R-ex/SSbiexp.R
+lib/R/library/nls/R-ex/SSfol.R
+lib/R/library/nls/R-ex/SSfpl.R
+lib/R/library/nls/R-ex/SSlogis.R
+lib/R/library/nls/R-ex/SSmicmen.R
+lib/R/library/nls/R-ex/asOneSidedFormula.R
+lib/R/library/nls/R-ex/clearNames.R
+lib/R/library/nls/R-ex/formula.nls.R
+lib/R/library/nls/R-ex/getInitial.R
+lib/R/library/nls/R-ex/logLik.R
+lib/R/library/nls/R-ex/nls.R
+lib/R/library/nls/R-ex/nls.control.R
+lib/R/library/nls/R-ex/nlsModel.R
+lib/R/library/nls/R-ex/plot.profile.nls.R
+lib/R/library/nls/R-ex/predict.nls.R
+lib/R/library/nls/R-ex/profile.nls.R
+lib/R/library/nls/R-ex/profiler.R
+lib/R/library/nls/R-ex/profiler.nls.R
+lib/R/library/nls/R-ex/selfStart.R
+lib/R/library/nls/R-ex/selfStart.default.R
+lib/R/library/nls/R-ex/selfStart.formula.R
+lib/R/library/nls/R-ex/setNames.R
+lib/R/library/nls/R-ex/sortedXyData.R
+lib/R/library/nls/R/nls
+lib/R/library/nls/TITLE
+lib/R/library/nls/data/00Index
+lib/R/library/nls/data/BOD.R
+lib/R/library/nls/data/CO2.R
+lib/R/library/nls/data/ChickWeight.R
+lib/R/library/nls/data/DNase.R
+lib/R/library/nls/data/Indometh.R
+lib/R/library/nls/data/Loblolly.R
+lib/R/library/nls/data/Orange.R
+lib/R/library/nls/data/Puromycin.R
+lib/R/library/nls/data/Theoph.R
+lib/R/library/nls/help/00Titles
+lib/R/library/nls/help/AnIndex
+lib/R/library/nls/help/BOD
+lib/R/library/nls/help/CO2
+lib/R/library/nls/help/ChickWeight
+lib/R/library/nls/help/DNase
+lib/R/library/nls/help/Indometh
+lib/R/library/nls/help/Loblolly
+lib/R/library/nls/help/NLSstAsymptotic
+lib/R/library/nls/help/NLSstClosestX
+lib/R/library/nls/help/NLSstLfAsymptote
+lib/R/library/nls/help/NLSstRtAsymptote
+lib/R/library/nls/help/Orange
+lib/R/library/nls/help/Puromycin
+lib/R/library/nls/help/SSasymp
+lib/R/library/nls/help/SSasympOff
+lib/R/library/nls/help/SSasympOrig
+lib/R/library/nls/help/SSbiexp
+lib/R/library/nls/help/SSfol
+lib/R/library/nls/help/SSfpl
+lib/R/library/nls/help/SSlogis
+lib/R/library/nls/help/SSmicmen
+lib/R/library/nls/help/asOneSidedFormula
+lib/R/library/nls/help/clearNames
+lib/R/library/nls/help/formula.nls
+lib/R/library/nls/help/getInitial
+lib/R/library/nls/help/logLik
+lib/R/library/nls/help/nls
+lib/R/library/nls/help/nls.control
+lib/R/library/nls/help/nlsModel
+lib/R/library/nls/help/plot.profile.nls
+lib/R/library/nls/help/predict.nls
+lib/R/library/nls/help/profile.nls
+lib/R/library/nls/help/profiler
+lib/R/library/nls/help/profiler.nls
+lib/R/library/nls/help/selfStart
+lib/R/library/nls/help/selfStart.default
+lib/R/library/nls/help/selfStart.formula
+lib/R/library/nls/help/setNames
+lib/R/library/nls/help/sortedXyData
+lib/R/library/nls/html/00Index.html
+lib/R/library/nls/html/BOD.html
+lib/R/library/nls/html/CO2.html
+lib/R/library/nls/html/ChickWeight.html
+lib/R/library/nls/html/DNase.html
+lib/R/library/nls/html/Indometh.html
+lib/R/library/nls/html/Loblolly.html
+lib/R/library/nls/html/NLSstAsymptotic.html
+lib/R/library/nls/html/NLSstClosestX.html
+lib/R/library/nls/html/NLSstLfAsymptote.html
+lib/R/library/nls/html/NLSstRtAsymptote.html
+lib/R/library/nls/html/Orange.html
+lib/R/library/nls/html/Puromycin.html
+lib/R/library/nls/html/SSasymp.html
+lib/R/library/nls/html/SSasympOff.html
+lib/R/library/nls/html/SSasympOrig.html
+lib/R/library/nls/html/SSbiexp.html
+lib/R/library/nls/html/SSfol.html
+lib/R/library/nls/html/SSfpl.html
+lib/R/library/nls/html/SSlogis.html
+lib/R/library/nls/html/SSmicmen.html
+lib/R/library/nls/html/asOneSidedFormula.html
+lib/R/library/nls/html/clearNames.html
+lib/R/library/nls/html/formula.nls.html
+lib/R/library/nls/html/getInitial.html
+lib/R/library/nls/html/logLik.html
+lib/R/library/nls/html/nls.control.html
+lib/R/library/nls/html/nls.html
+lib/R/library/nls/html/nlsModel.html
+lib/R/library/nls/html/plot.profile.nls.html
+lib/R/library/nls/html/predict.nls.html
+lib/R/library/nls/html/profile.nls.html
+lib/R/library/nls/html/profiler.html
+lib/R/library/nls/html/profiler.nls.html
+lib/R/library/nls/html/selfStart.default.html
+lib/R/library/nls/html/selfStart.formula.html
+lib/R/library/nls/html/selfStart.html
+lib/R/library/nls/html/setNames.html
+lib/R/library/nls/html/sortedXyData.html
+lib/R/library/nls/latex/BOD.tex
+lib/R/library/nls/latex/CO2.tex
+lib/R/library/nls/latex/ChickWeight.tex
+lib/R/library/nls/latex/DNase.tex
+lib/R/library/nls/latex/Indometh.tex
+lib/R/library/nls/latex/Loblolly.tex
+lib/R/library/nls/latex/NLSstAsymptotic.tex
+lib/R/library/nls/latex/NLSstClosestX.tex
+lib/R/library/nls/latex/NLSstLfAsymptote.tex
+lib/R/library/nls/latex/NLSstRtAsymptote.tex
+lib/R/library/nls/latex/Orange.tex
+lib/R/library/nls/latex/Puromycin.tex
+lib/R/library/nls/latex/SSasymp.tex
+lib/R/library/nls/latex/SSasympOff.tex
+lib/R/library/nls/latex/SSasympOrig.tex
+lib/R/library/nls/latex/SSbiexp.tex
+lib/R/library/nls/latex/SSfol.tex
+lib/R/library/nls/latex/SSfpl.tex
+lib/R/library/nls/latex/SSlogis.tex
+lib/R/library/nls/latex/SSmicmen.tex
+lib/R/library/nls/latex/asOneSidedFormula.tex
+lib/R/library/nls/latex/clearNames.tex
+lib/R/library/nls/latex/formula.nls.tex
+lib/R/library/nls/latex/getInitial.tex
+lib/R/library/nls/latex/logLik.tex
+lib/R/library/nls/latex/nls.control.tex
+lib/R/library/nls/latex/nls.tex
+lib/R/library/nls/latex/nlsModel.tex
+lib/R/library/nls/latex/plot.profile.nls.tex
+lib/R/library/nls/latex/predict.nls.tex
+lib/R/library/nls/latex/profile.nls.tex
+lib/R/library/nls/latex/profiler.nls.tex
+lib/R/library/nls/latex/profiler.tex
+lib/R/library/nls/latex/selfStart.default.tex
+lib/R/library/nls/latex/selfStart.formula.tex
+lib/R/library/nls/latex/selfStart.tex
+lib/R/library/nls/latex/setNames.tex
+lib/R/library/nls/latex/sortedXyData.tex
+lib/R/library/nls/libs/nls.so
+lib/R/library/splines/CONTENTS
+lib/R/library/splines/DESCRIPTION
+lib/R/library/splines/INDEX
+lib/R/library/splines/R-ex/asVector.R
+lib/R/library/splines/R-ex/backSpline.R
+lib/R/library/splines/R-ex/bs.R
+lib/R/library/splines/R-ex/interpSpline.R
+lib/R/library/splines/R-ex/ns.R
+lib/R/library/splines/R-ex/periodicSpline.R
+lib/R/library/splines/R-ex/polySpline.R
+lib/R/library/splines/R-ex/predict.bSpline.R
+lib/R/library/splines/R-ex/predict.bs.R
+lib/R/library/splines/R-ex/splineDesign.R
+lib/R/library/splines/R-ex/splineKnots.R
+lib/R/library/splines/R-ex/splineOrder.R
+lib/R/library/splines/R-ex/xyVector.R
+lib/R/library/splines/R/splines
+lib/R/library/splines/TITLE
+lib/R/library/splines/help/00Titles
+lib/R/library/splines/help/AnIndex
+lib/R/library/splines/help/asVector
+lib/R/library/splines/help/backSpline
+lib/R/library/splines/help/bs
+lib/R/library/splines/help/interpSpline
+lib/R/library/splines/help/ns
+lib/R/library/splines/help/periodicSpline
+lib/R/library/splines/help/polySpline
+lib/R/library/splines/help/predict.bSpline
+lib/R/library/splines/help/predict.bs
+lib/R/library/splines/help/splineDesign
+lib/R/library/splines/help/splineKnots
+lib/R/library/splines/help/splineOrder
+lib/R/library/splines/help/xyVector
+lib/R/library/splines/html/00Index.html
+lib/R/library/splines/html/asVector.html
+lib/R/library/splines/html/backSpline.html
+lib/R/library/splines/html/bs.html
+lib/R/library/splines/html/interpSpline.html
+lib/R/library/splines/html/ns.html
+lib/R/library/splines/html/periodicSpline.html
+lib/R/library/splines/html/polySpline.html
+lib/R/library/splines/html/predict.bSpline.html
+lib/R/library/splines/html/predict.bs.html
+lib/R/library/splines/html/splineDesign.html
+lib/R/library/splines/html/splineKnots.html
+lib/R/library/splines/html/splineOrder.html
+lib/R/library/splines/html/xyVector.html
+lib/R/library/splines/latex/asVector.tex
+lib/R/library/splines/latex/backSpline.tex
+lib/R/library/splines/latex/bs.tex
+lib/R/library/splines/latex/interpSpline.tex
+lib/R/library/splines/latex/ns.tex
+lib/R/library/splines/latex/periodicSpline.tex
+lib/R/library/splines/latex/polySpline.tex
+lib/R/library/splines/latex/predict.bSpline.tex
+lib/R/library/splines/latex/predict.bs.tex
+lib/R/library/splines/latex/splineDesign.tex
+lib/R/library/splines/latex/splineKnots.tex
+lib/R/library/splines/latex/splineOrder.tex
+lib/R/library/splines/latex/xyVector.tex
+lib/R/library/splines/libs/splines.so
+lib/R/library/stepfun/CONTENTS
+lib/R/library/stepfun/DESCRIPTION
+lib/R/library/stepfun/INDEX
+lib/R/library/stepfun/R-ex/ecdf.R
+lib/R/library/stepfun/R-ex/plot.stepfun.R
+lib/R/library/stepfun/R-ex/stepfun.R
+lib/R/library/stepfun/R/stepfun
+lib/R/library/stepfun/TITLE
+lib/R/library/stepfun/help/00Titles
+lib/R/library/stepfun/help/AnIndex
+lib/R/library/stepfun/help/ecdf
+lib/R/library/stepfun/help/plot.stepfun
+lib/R/library/stepfun/help/stepfun
+lib/R/library/stepfun/html/00Index.html
+lib/R/library/stepfun/html/ecdf.html
+lib/R/library/stepfun/html/plot.stepfun.html
+lib/R/library/stepfun/html/stepfun.html
+lib/R/library/stepfun/latex/ecdf.tex
+lib/R/library/stepfun/latex/plot.stepfun.tex
+lib/R/library/stepfun/latex/stepfun.tex
+lib/R/library/ts/CONTENTS
+lib/R/library/ts/DESCRIPTION
+lib/R/library/ts/INDEX
+lib/R/library/ts/R-ex/acf.R
+lib/R/library/ts/R-ex/ar.R
+lib/R/library/ts/R-ex/ar.ols.R
+lib/R/library/ts/R-ex/arima0.R
+lib/R/library/ts/R-ex/box.test.R
+lib/R/library/ts/R-ex/cpgram.R
+lib/R/library/ts/R-ex/diffinv.R
+lib/R/library/ts/R-ex/embed.R
+lib/R/library/ts/R-ex/filter.R
+lib/R/library/ts/R-ex/kernapply.R
+lib/R/library/ts/R-ex/kernel.R
+lib/R/library/ts/R-ex/lag.R
+lib/R/library/ts/R-ex/na.omit.ts.R
+lib/R/library/ts/R-ex/pp.test.R
+lib/R/library/ts/R-ex/spec.ar.R
+lib/R/library/ts/R-ex/spec.pgram.R
+lib/R/library/ts/R-ex/spectrum.R
+lib/R/library/ts/R-ex/stl.R
+lib/R/library/ts/R-ex/toeplitz.R
+lib/R/library/ts/R-ex/ts.plot.R
+lib/R/library/ts/R-ex/ts.union.R
+lib/R/library/ts/R/ts
+lib/R/library/ts/SOURCES
+lib/R/library/ts/TITLE
+lib/R/library/ts/data/00Index
+lib/R/library/ts/data/BJsales.R
+lib/R/library/ts/data/EuStockMarkets.R
+lib/R/library/ts/data/LakeHuron.R
+lib/R/library/ts/data/UKDriverDeaths.R
+lib/R/library/ts/data/UKLungDeaths.R
+lib/R/library/ts/data/USAccDeaths.R
+lib/R/library/ts/data/austres.R
+lib/R/library/ts/data/beavers.R
+lib/R/library/ts/data/lh.R
+lib/R/library/ts/data/lynx.R
+lib/R/library/ts/data/nottem.R
+lib/R/library/ts/data/sunspot.R
+lib/R/library/ts/data/treering.R
+lib/R/library/ts/help/00Titles
+lib/R/library/ts/help/AnIndex
+lib/R/library/ts/help/BJsales
+lib/R/library/ts/help/EuStockMarkets
+lib/R/library/ts/help/LakeHuron
+lib/R/library/ts/help/UKDriverDeaths
+lib/R/library/ts/help/UKLungDeaths
+lib/R/library/ts/help/USAccDeaths
+lib/R/library/ts/help/acf
+lib/R/library/ts/help/ar
+lib/R/library/ts/help/ar.ols
+lib/R/library/ts/help/arima0
+lib/R/library/ts/help/austres
+lib/R/library/ts/help/beavers
+lib/R/library/ts/help/box.test
+lib/R/library/ts/help/cpgram
+lib/R/library/ts/help/diff.ts
+lib/R/library/ts/help/diffinv
+lib/R/library/ts/help/embed
+lib/R/library/ts/help/filter
+lib/R/library/ts/help/kernapply
+lib/R/library/ts/help/kernel
+lib/R/library/ts/help/lag
+lib/R/library/ts/help/lh
+lib/R/library/ts/help/lynx
+lib/R/library/ts/help/na.omit.ts
+lib/R/library/ts/help/nottem
+lib/R/library/ts/help/pp.test
+lib/R/library/ts/help/spec.ar
+lib/R/library/ts/help/spec.pgram
+lib/R/library/ts/help/spec.taper
+lib/R/library/ts/help/spectrum
+lib/R/library/ts/help/stl
+lib/R/library/ts/help/sunspot
+lib/R/library/ts/help/toeplitz
+lib/R/library/ts/help/treering
+lib/R/library/ts/help/ts-internal
+lib/R/library/ts/help/ts.plot
+lib/R/library/ts/help/ts.union
+lib/R/library/ts/html/00Index.html
+lib/R/library/ts/html/BJsales.html
+lib/R/library/ts/html/EuStockMarkets.html
+lib/R/library/ts/html/LakeHuron.html
+lib/R/library/ts/html/UKDriverDeaths.html
+lib/R/library/ts/html/UKLungDeaths.html
+lib/R/library/ts/html/USAccDeaths.html
+lib/R/library/ts/html/acf.html
+lib/R/library/ts/html/ar.html
+lib/R/library/ts/html/ar.ols.html
+lib/R/library/ts/html/arima0.html
+lib/R/library/ts/html/austres.html
+lib/R/library/ts/html/beavers.html
+lib/R/library/ts/html/box.test.html
+lib/R/library/ts/html/cpgram.html
+lib/R/library/ts/html/diff.ts.html
+lib/R/library/ts/html/diffinv.html
+lib/R/library/ts/html/embed.html
+lib/R/library/ts/html/filter.html
+lib/R/library/ts/html/kernapply.html
+lib/R/library/ts/html/kernel.html
+lib/R/library/ts/html/lag.html
+lib/R/library/ts/html/lh.html
+lib/R/library/ts/html/lynx.html
+lib/R/library/ts/html/na.omit.ts.html
+lib/R/library/ts/html/nottem.html
+lib/R/library/ts/html/pp.test.html
+lib/R/library/ts/html/spec.ar.html
+lib/R/library/ts/html/spec.pgram.html
+lib/R/library/ts/html/spec.taper.html
+lib/R/library/ts/html/spectrum.html
+lib/R/library/ts/html/stl.html
+lib/R/library/ts/html/sunspot.html
+lib/R/library/ts/html/toeplitz.html
+lib/R/library/ts/html/treering.html
+lib/R/library/ts/html/ts-internal.html
+lib/R/library/ts/html/ts.plot.html
+lib/R/library/ts/html/ts.union.html
+lib/R/library/ts/latex/BJsales.tex
+lib/R/library/ts/latex/EuStockMarkets.tex
+lib/R/library/ts/latex/LakeHuron.tex
+lib/R/library/ts/latex/UKDriverDeaths.tex
+lib/R/library/ts/latex/UKLungDeaths.tex
+lib/R/library/ts/latex/USAccDeaths.tex
+lib/R/library/ts/latex/acf.tex
+lib/R/library/ts/latex/ar.ols.tex
+lib/R/library/ts/latex/ar.tex
+lib/R/library/ts/latex/arima0.tex
+lib/R/library/ts/latex/austres.tex
+lib/R/library/ts/latex/beavers.tex
+lib/R/library/ts/latex/box.test.tex
+lib/R/library/ts/latex/cpgram.tex
+lib/R/library/ts/latex/diff.ts.tex
+lib/R/library/ts/latex/diffinv.tex
+lib/R/library/ts/latex/embed.tex
+lib/R/library/ts/latex/filter.tex
+lib/R/library/ts/latex/kernapply.tex
+lib/R/library/ts/latex/kernel.tex
+lib/R/library/ts/latex/lag.tex
+lib/R/library/ts/latex/lh.tex
+lib/R/library/ts/latex/lynx.tex
+lib/R/library/ts/latex/na.omit.ts.tex
+lib/R/library/ts/latex/nottem.tex
+lib/R/library/ts/latex/pp.test.tex
+lib/R/library/ts/latex/spec.ar.tex
+lib/R/library/ts/latex/spec.pgram.tex
+lib/R/library/ts/latex/spec.taper.tex
+lib/R/library/ts/latex/spectrum.tex
+lib/R/library/ts/latex/stl.tex
+lib/R/library/ts/latex/sunspot.tex
+lib/R/library/ts/latex/toeplitz.tex
+lib/R/library/ts/latex/treering.tex
+lib/R/library/ts/latex/ts-internal.tex
+lib/R/library/ts/latex/ts.plot.tex
+lib/R/library/ts/latex/ts.union.tex
+lib/R/library/ts/libs/ts.so
+@dirrm lib/R/library/ts/libs
+@dirrm lib/R/library/ts/latex
+@dirrm lib/R/library/ts/html
+@dirrm lib/R/library/ts/help
+@dirrm lib/R/library/ts/data
+@dirrm lib/R/library/ts/R-ex
+@dirrm lib/R/library/ts/R
+@dirrm lib/R/library/ts
+@dirrm lib/R/library/stepfun/latex
+@dirrm lib/R/library/stepfun/html
+@dirrm lib/R/library/stepfun/help
+@dirrm lib/R/library/stepfun/R-ex
+@dirrm lib/R/library/stepfun/R
+@dirrm lib/R/library/stepfun
+@dirrm lib/R/library/splines/libs
+@dirrm lib/R/library/splines/latex
+@dirrm lib/R/library/splines/html
+@dirrm lib/R/library/splines/help
+@dirrm lib/R/library/splines/R-ex
+@dirrm lib/R/library/splines/R
+@dirrm lib/R/library/splines
+@dirrm lib/R/library/nls/libs
+@dirrm lib/R/library/nls/latex
+@dirrm lib/R/library/nls/html
+@dirrm lib/R/library/nls/help
+@dirrm lib/R/library/nls/data
+@dirrm lib/R/library/nls/R-ex
+@dirrm lib/R/library/nls/R
+@dirrm lib/R/library/nls
+@dirrm lib/R/library/mva/libs
+@dirrm lib/R/library/mva/latex
+@dirrm lib/R/library/mva/html
+@dirrm lib/R/library/mva/help
+@dirrm lib/R/library/mva/R-ex
+@dirrm lib/R/library/mva/R
+@dirrm lib/R/library/mva
+@dirrm lib/R/library/modreg/libs
+@dirrm lib/R/library/modreg/latex
+@dirrm lib/R/library/modreg/html
+@dirrm lib/R/library/modreg/help
+@dirrm lib/R/library/modreg/data
+@dirrm lib/R/library/modreg/R-ex
+@dirrm lib/R/library/modreg/R
+@dirrm lib/R/library/modreg
+@dirrm lib/R/library/lqs/libs
+@dirrm lib/R/library/lqs/latex
+@dirrm lib/R/library/lqs/html
+@dirrm lib/R/library/lqs/help
+@dirrm lib/R/library/lqs/R-ex
+@dirrm lib/R/library/lqs/R
+@dirrm lib/R/library/lqs
+@dirrm lib/R/library/eda/libs
+@dirrm lib/R/library/eda/latex
+@dirrm lib/R/library/eda/html
+@dirrm lib/R/library/eda/help
+@dirrm lib/R/library/eda/R-ex
+@dirrm lib/R/library/eda/R
+@dirrm lib/R/library/eda
+@dirrm lib/R/library/ctest/libs
+@dirrm lib/R/library/ctest/latex
+@dirrm lib/R/library/ctest/html
+@dirrm lib/R/library/ctest/help
+@dirrm lib/R/library/ctest/R-ex
+@dirrm lib/R/library/ctest/R
+@dirrm lib/R/library/ctest
+@dirrm lib/R/library/base/latex
+@dirrm lib/R/library/base/html
+@dirrm lib/R/library/base/help
+@dirrm lib/R/library/base/data
+@dirrm lib/R/library/base/R-ex
+@dirrm lib/R/library/base/R
+@dirrm lib/R/library/base
+@dirrm lib/R/library
+@dirrm lib/R/include/R_ext
+@dirrm lib/R/include
+@dirrm lib/R/etc
+@dirrm lib/R/doc/manual
+@dirrm lib/R/doc/html/search
+@dirrm lib/R/doc/html
+@dirrm lib/R/doc
+@dirrm lib/R/demos/nlm
+@dirrm lib/R/demos/models
+@dirrm lib/R/demos/language
+@dirrm lib/R/demos/graphics
+@dirrm lib/R/demos/dynload
+@dirrm lib/R/demos
+@dirrm lib/R/bin
+@dirrm lib/R/afm
+@dirrm lib/R