diff options
Diffstat (limited to 'math')
104 files changed, 0 insertions, 11435 deletions
diff --git a/math/R-project/Makefile b/math/R-project/Makefile deleted file mode 100644 index 77e88420a8bd..000000000000 --- a/math/R-project/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: R (letter) -# Date created: Tue Jun 23 07:36:55 EST 1998 -# Whom: Maurice Castro <maurice@serc.rmit.edu.au> -# -# $FreeBSD$ -# - -PORTNAME= R -PORTVERSION= 0.99.0a -CATEGORIES= math -MASTER_SITES= 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/ \ - ftp://ftp.ci.tuwien.ac.at/R/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://www.stat.math.ethz.ch/R-CRAN/src/base/ -PKGNAMESUFFIX= -${PAPERSIZE} -DISTNAME= R-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= maurice@serc.rmit.edu.au - -GNU_CONFIGURE= yes -USE_XLIB= yes -USE_PERL5= yes - -CONFIGURE_ENV= R_PAPERSIZE=${PAPERSIZE} - -PAPERSIZE?= letter -.if ${PAPERSIZE} != letter && ${PAPERSIZE} != a4 -.BEGIN: - @${ECHO} "Invalid value for PAPERSIZE: \"${PAPERSIZE}\"" - @${ECHO} "Possible values are: a4 and letter." - @${FALSE} -.endif - -ALL_TARGET=all help html - -MAN1= R.1 - -test: - @(cd ${WRKSRC}; make test-All) - -.include <bsd.port.mk> diff --git a/math/R-project/distinfo b/math/R-project/distinfo deleted file mode 100644 index c3cc97a7a52d..000000000000 --- a/math/R-project/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (R-0.99.0a.tgz) = 68dc7bddc8a972784c66d8b7838d5245 diff --git a/math/R-project/files/R b/math/R-project/files/R deleted file mode 100644 index 9b6eedb5a3fa..000000000000 --- a/math/R-project/files/R +++ /dev/null @@ -1,52 +0,0 @@ -#!/bin/sh -# Shell wrapper for R executable. - -RHOME=PREFIX/share/R -export RHOME - -ARG=$1 -case ${ARG} in - RHOME) - echo ${RHOME}; exit 0 ;; - CMD) - shift; PATH=$PATH:$RHOME/cmd:$RHOME/etc exec $* ;; - SHLIB|COMPILE|INSTALL|REMOVE) - shift; exec sh ${RHOME}/etc/${ARG} $* ;; - -d|--debugger) - exec $2 ${RHOME}/bin/R.binary ;; - -h|--help|-\?) - echo "Usage: R [OPTIONS] [< INFILE] [> OUTFILE]" - echo "" - echo "Options:" - echo " --save Do save data sets at the end of the session." - echo " --no-save Don't save them." - echo " --restore Do restore previously saved data sets at startup." - echo " --no-restore Don't restore them." - echo " --no-readline Don't use readline for command-line editing." - echo " --no-site-file Don't read the site-wide Rprofile." - echo " --no-init-file Don't read the .Rprofile or ~/.Rprofile files." - echo " -v N Set the vector heap size to N megabytes." - echo " -n N Set the number of cons cells to N." - echo " -h, --help, -? Print short help message and exit." - echo " -q, --quiet Make R run as quietly as possible." - echo " -V, --version Print version info and exit." - echo " -d NAME, --debugger NAME Run R through debugger NAME." - exit 0 ;; -esac - -# Default Printer Paper Size -# Choose one of the following -# R_PAPERSIZE="a4" -# R_PAPERSIZE="letter" -# R_PAPERSIZE="none" -R_PAPERSIZE=DEFAULTPAPER -export R_PAPERSIZE - -# Default Print Command -# Choose one of the following -# R_PRINTCMD="lpr" -# R_PRINTCMD="lp" -R_PRINTCMD=lpr -export R_PRINTCMD - -exec ${RHOME}/bin/R.binary $* diff --git a/math/R-project/pkg-comment b/math/R-project/pkg-comment deleted file mode 100644 index 95edb074470b..000000000000 --- a/math/R-project/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Statistical analysis language similar to AT&T's S language diff --git a/math/R-project/pkg-descr b/math/R-project/pkg-descr deleted file mode 100644 index 89fee7f4f14d..000000000000 --- a/math/R-project/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -R is a language which is not entirely unlike the S language developed -at AT&T Bell Laboratories by Rick Becker, John Chambers and Allan -Wilks. - -R is free software distributed under a GNU-style copyleft. - -This port has most of the functionality in the first S book (the -"Blue Book") and many of the applications. In addition, a certain -amount of functionality from the second S book (the "White Book") -has been implemented. In particular functioning versions of "lm" -and "glm" and their associated "summary" and "anova" methods are -provided. - -WWW: http://stat.auckland.ac.nz/r/r.html - http://stat.ethz.ch/R/manual/ diff --git a/math/R-project/pkg-plist b/math/R-project/pkg-plist deleted file mode 100644 index ac8e3589fc53..000000000000 --- a/math/R-project/pkg-plist +++ /dev/null @@ -1,2992 +0,0 @@ -bin/R -lib/R/bin/R.X11 -lib/R/bin/R -lib/R/bin/BATCH -lib/R/bin/COMPILE -lib/R/bin/INSTALL -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/Rman2Rd -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/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/R.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/mva/R/mva -lib/R/library/mva/R-ex/rect.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/as.hclust.R -lib/R/library/mva/latex/rect.hclust.tex -lib/R/library/mva/latex/biplot.tex -lib/R/library/mva/latex/biplot.princomp.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/as.hclust.tex -lib/R/library/mva/html/rect.hclust.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/00Index.html -lib/R/library/mva/libs/mva.so -lib/R/library/mva/help/rect.hclust -lib/R/library/mva/help/00Titles -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/AnIndex -lib/R/library/mva/DESCRIPTION -lib/R/library/mva/TITLE -lib/R/library/mva/INDEX -lib/R/library/mva/CONTENTS -lib/R/library/ctest/R/ctest -lib/R/library/ctest/R-ex/wilcox.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/t.test.R -lib/R/library/ctest/R-ex/shapiro.test.R -lib/R/library/ctest/R-ex/var.test.R -lib/R/library/ctest/R-ex/ansari.test.R -lib/R/library/ctest/latex/wilcox.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/ansari.test.tex -lib/R/library/ctest/html/wilcox.test.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/t.test.html -lib/R/library/ctest/html/prop.test.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/shapiro.test.html -lib/R/library/ctest/html/var.test.html -lib/R/library/ctest/html/00Index.html -lib/R/library/ctest/libs/ctest.so -lib/R/library/ctest/help/wilcox.test -lib/R/library/ctest/help/00Titles -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/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/var.test -lib/R/library/ctest/help/AnIndex -lib/R/library/ctest/DESCRIPTION -lib/R/library/ctest/TITLE -lib/R/library/ctest/INDEX -lib/R/library/ctest/CONTENTS -lib/R/library/eda/R/eda -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/latex/line.tex -lib/R/library/eda/latex/medpolish.tex -lib/R/library/eda/latex/smooth.tex -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/libs/eda.so -lib/R/library/eda/help/AnIndex -lib/R/library/eda/help/00Titles -lib/R/library/eda/help/line -lib/R/library/eda/help/medpolish -lib/R/library/eda/help/smooth -lib/R/library/eda/DESCRIPTION -lib/R/library/eda/TITLE -lib/R/library/eda/INDEX -lib/R/library/eda/CONTENTS -lib/R/library/lqs/R/lqs -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/latex/cov.rob.tex -lib/R/library/lqs/latex/lqs.tex -lib/R/library/lqs/latex/predict.lqs.tex -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/libs/lqs.so -lib/R/library/lqs/help/AnIndex -lib/R/library/lqs/help/00Titles -lib/R/library/lqs/help/cov.rob -lib/R/library/lqs/help/lqs -lib/R/library/lqs/help/predict.lqs -lib/R/library/lqs/DESCRIPTION -lib/R/library/lqs/TITLE -lib/R/library/lqs/INDEX -lib/R/library/lqs/CONTENTS -lib/R/library/modreg/R/modreg -lib/R/library/modreg/R-ex/supsmu.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/ksmooth.R -lib/R/library/modreg/latex/supsmu.tex -lib/R/library/modreg/latex/loess.tex -lib/R/library/modreg/latex/loess.control.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/ksmooth.tex -lib/R/library/modreg/html/supsmu.html -lib/R/library/modreg/html/ksmooth.html -lib/R/library/modreg/html/loess.html -lib/R/library/modreg/html/loess.control.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/00Index.html -lib/R/library/modreg/help/supsmu -lib/R/library/modreg/help/00Titles -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/AnIndex -lib/R/library/modreg/data/00Index -lib/R/library/modreg/data/rock.tab -lib/R/library/modreg/libs/modreg.so -lib/R/library/modreg/DESCRIPTION -lib/R/library/modreg/TITLE -lib/R/library/modreg/INDEX -lib/R/library/modreg/COPYRIGHTS -lib/R/library/modreg/CONTENTS -lib/R/library/base/R/base -lib/R/library/base/R/Rprofile -lib/R/library/base/R-ex/undoc.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/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/Last.value.R -lib/R/library/base/R-ex/Log.R -lib/R/library/base/R-ex/c.R -lib/R/library/base/R-ex/LifeCycleSavings.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/t.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.default.R -lib/R/library/base/R-ex/boxplot.formula.R -lib/R/library/base/R-ex/boxplot.stats.R -lib/R/library/base/R-ex/bxp.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/cor.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/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/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/do.call.R -lib/R/library/base/R-ex/discoveries.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/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/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/prompt.data.frame.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/range.default.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/table.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/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/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/which.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/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-ex/gnome.R -lib/R/library/base/R-ex/Arithmetic.R -lib/R/library/base/latex/x11.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/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/IQR.tex -lib/R/library/base/latex/Hyperbolic.tex -lib/R/library/base/latex/Hypergeometric.tex -lib/R/library/base/latex/InsectSprays.tex -lib/R/library/base/latex/Internal.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/all.tex -lib/R/library/base/latex/any.tex -lib/R/library/base/latex/Primitive.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/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/aov.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/allnames.tex -lib/R/library/base/latex/anova.tex -lib/R/library/base/latex/anscombe.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.tex -lib/R/library/base/latex/boxplot.default.tex -lib/R/library/base/latex/boxplot.formula.tex -lib/R/library/base/latex/boxplot.stats.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/c.tex -lib/R/library/base/latex/call.tex -lib/R/library/base/latex/cars.tex -lib/R/library/base/latex/cat.tex -lib/R/library/base/latex/case.names.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/cor.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/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.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/dataentry.tex -lib/R/library/base/latex/date.tex -lib/R/library/base/latex/debug.tex -lib/R/library/base/latex/delay.tex -lib/R/library/base/latex/demo.tex -lib/R/library/base/latex/delete.response.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/dynload.tex -lib/R/library/base/latex/duplicated.tex -lib/R/library/base/latex/edit.tex -lib/R/library/base/latex/edit.data.frame.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.tex -lib/R/library/base/latex/factor.scope.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.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/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.tex -lib/R/library/base/latex/format.info.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.tex -lib/R/library/base/latex/ftable.formula.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.tex -lib/R/library/base/latex/glm.summaries.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.tex -lib/R/library/base/latex/help.search.tex -lib/R/library/base/latex/help.start.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/isR.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/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.tex -lib/R/library/base/latex/levels.factor.tex -lib/R/library/base/latex/library.tex -lib/R/library/base/latex/library.dynam.tex -lib/R/library/base/latex/license.tex -lib/R/library/base/latex/lines.tex -lib/R/library/base/latex/list.tex -lib/R/library/base/latex/list.files.tex -lib/R/library/base/latex/lm.tex -lib/R/library/base/latex/lm.influence.tex -lib/R/library/base/latex/lm.summaries.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.tex -lib/R/library/base/latex/ls.diag.tex -lib/R/library/base/latex/ls.print.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.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/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/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/nlm.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/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/par.tex -lib/R/library/base/latex/pairs.tex -lib/R/library/base/latex/pairs.formula.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/parse.tex -lib/R/library/base/latex/parse.dcf.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.tex -lib/R/library/base/latex/plot.lm.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.tex -lib/R/library/base/latex/predict.glm.tex -lib/R/library/base/latex/predict.lm.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.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/proc.time.tex -lib/R/library/base/latex/prod.tex -lib/R/library/base/latex/qr.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/prompt.data.frame.tex -lib/R/library/base/latex/prop.table.tex -lib/R/library/base/latex/qqnorm.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/range.default.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/residuals.tex -lib/R/library/base/latex/replications.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.tex -lib/R/library/base/latex/system.file.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/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.tex -lib/R/library/base/latex/update.formula.tex -lib/R/library/base/latex/update.packages.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/zC.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.tex -lib/R/library/base/latex/write.table.tex -lib/R/library/base/latex/xy.coords.tex -lib/R/library/base/latex/zAlias.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/base/latex/BATCH.tex -lib/R/library/base/latex/COMPILE.tex -lib/R/library/base/latex/INSTALL.tex -lib/R/library/base/latex/REMOVE.tex -lib/R/library/base/latex/RHOME.tex -lib/R/library/base/latex/SHLIB.tex -lib/R/library/base/latex/gnome.tex -lib/R/library/base/latex/undoc.tex -lib/R/library/base/latex/Arithmetic.tex -lib/R/library/base/html/x11.html -lib/R/library/base/html/Arithmetic.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/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/NA.html -lib/R/library/base/html/Geometric.html -lib/R/library/base/html/HairEyeColor.html -lib/R/library/base/html/Hyperbolic.html -lib/R/library/base/html/Hypergeometric.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/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/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/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/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.html -lib/R/library/base/html/all.equal.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.default.html -lib/R/library/base/html/boxplot.formula.html -lib/R/library/base/html/browser.html -lib/R/library/base/html/boxplot.stats.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/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/gc.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.html -lib/R/library/base/html/data.class.html -lib/R/library/base/html/data.frame.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/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/gl.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.html -lib/R/library/base/html/edit.data.frame.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.html -lib/R/library/base/html/file.choose.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/lm.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.html -lib/R/library/base/html/ftable.formula.html -lib/R/library/base/html/function.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/glm.html -lib/R/library/base/html/glm.summaries.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/ls.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.html -lib/R/library/base/html/levels.factor.html -lib/R/library/base/html/library.html -lib/R/library/base/html/library.dynam.html -lib/R/library/base/html/license.html -lib/R/library/base/html/lines.html -lib/R/library/base/html/list.html -lib/R/library/base/html/list.files.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/qr.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.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.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/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/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.html -lib/R/library/base/html/pairs.formula.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.html -lib/R/library/base/html/parse.dcf.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.html -lib/R/library/base/html/predict.glm.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.html -lib/R/library/base/html/print.coefmat.html -lib/R/library/base/html/print.default.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/prompt.data.frame.html -lib/R/library/base/html/prop.table.html -lib/R/library/base/html/qqnorm.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/range.default.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.html -lib/R/library/base/html/system.file.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/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.html -lib/R/library/base/html/update.formula.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/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/html/BATCH.html -lib/R/library/base/html/COMPILE.html -lib/R/library/base/html/INSTALL.html -lib/R/library/base/html/REMOVE.html -lib/R/library/base/html/RHOME.html -lib/R/library/base/html/SHLIB.html -lib/R/library/base/html/gnome.html -lib/R/library/base/html/undoc.html -lib/R/library/base/html/00Index.html -lib/R/library/base/data/women.R -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/00Index -lib/R/library/base/help/x11 -lib/R/library/base/help/00Titles -lib/R/library/base/help/Arithmetic -lib/R/library/base/help/Bessel -lib/R/library/base/help/Beta -lib/R/library/base/help/Binomial -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/Hyperbolic -lib/R/library/base/help/Hypergeometric -lib/R/library/base/help/IQR -lib/R/library/base/help/InsectSprays -lib/R/library/base/help/Internal -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/Random-user -lib/R/library/base/help/Random -lib/R/library/base/help/Recall -lib/R/library/base/help/Rhome -lib/R/library/base/help/Round -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.default -lib/R/library/base/help/boxplot.formula -lib/R/library/base/help/boxplot.stats -lib/R/library/base/help/browser -lib/R/library/base/help/bxp -lib/R/library/base/help/bug.report -lib/R/library/base/help/builtins -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/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/gc -lib/R/library/base/help/ftable.formula -lib/R/library/base/help/function -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/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/ls -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.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/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/pmatch -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/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/prompt.data.frame -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/range.default -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/ts -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/tsp -lib/R/library/base/help/typeof -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/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/help/BATCH -lib/R/library/base/help/COMPILE -lib/R/library/base/help/INSTALL -lib/R/library/base/help/REMOVE -lib/R/library/base/help/RHOME -lib/R/library/base/help/SHLIB -lib/R/library/base/help/gnome -lib/R/library/base/help/undoc -lib/R/library/base/help/AnIndex -lib/R/library/base/DESCRIPTION -lib/R/library/base/TITLE -lib/R/library/base/INDEX -lib/R/library/base/CONTENTS -lib/R/library/nls/help/sortedXyData -lib/R/library/nls/help/00Titles -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/NLSstAsymptotic -lib/R/library/nls/help/NLSstClosestX -lib/R/library/nls/help/NLSstLfAsymptote -lib/R/library/nls/help/NLSstRtAsymptote -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/AnIndex -lib/R/library/nls/R-ex/sortedXyData.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/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/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/BOD.R -lib/R/library/nls/latex/sortedXyData.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/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/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/nls.tex -lib/R/library/nls/latex/logLik.tex -lib/R/library/nls/latex/nls.control.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.tex -lib/R/library/nls/latex/profiler.nls.tex -lib/R/library/nls/latex/selfStart.tex -lib/R/library/nls/latex/selfStart.default.tex -lib/R/library/nls/latex/selfStart.formula.tex -lib/R/library/nls/latex/setNames.tex -lib/R/library/nls/latex/BOD.tex -lib/R/library/nls/html/sortedXyData.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/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/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.html -lib/R/library/nls/html/nls.control.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.html -lib/R/library/nls/html/selfStart.default.html -lib/R/library/nls/html/selfStart.formula.html -lib/R/library/nls/html/setNames.html -lib/R/library/nls/html/00Index.html -lib/R/library/nls/data/Theoph.R -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/Orthodont.R -lib/R/library/nls/data/Pixel.R -lib/R/library/nls/data/Puromycin.R -lib/R/library/nls/data/00Index -lib/R/library/nls/R/nls -lib/R/library/nls/libs/nls.so -lib/R/library/nls/DESCRIPTION -lib/R/library/nls/TITLE -lib/R/library/nls/INDEX -lib/R/library/nls/CONTENTS -lib/R/library/splines/R/splines -lib/R/library/splines/R-ex/xyVector.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/asVector.R -lib/R/library/splines/latex/xyVector.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/asVector.tex -lib/R/library/splines/html/xyVector.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/00Index.html -lib/R/library/splines/libs/splines.so -lib/R/library/splines/help/xyVector -lib/R/library/splines/help/00Titles -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/AnIndex -lib/R/library/splines/DESCRIPTION -lib/R/library/splines/TITLE -lib/R/library/splines/INDEX -lib/R/library/splines/CONTENTS -lib/R/library/stepfun/R/stepfun -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/latex/ecdf.tex -lib/R/library/stepfun/latex/plot.stepfun.tex -lib/R/library/stepfun/latex/stepfun.tex -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/help/AnIndex -lib/R/library/stepfun/help/00Titles -lib/R/library/stepfun/help/ecdf -lib/R/library/stepfun/help/plot.stepfun -lib/R/library/stepfun/help/stepfun -lib/R/library/stepfun/DESCRIPTION -lib/R/library/stepfun/TITLE -lib/R/library/stepfun/INDEX -lib/R/library/stepfun/CONTENTS -lib/R/library/ts/R/ts -lib/R/library/ts/R-ex/ts.union.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/acf.R -lib/R/library/ts/latex/ts.union.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.tex -lib/R/library/ts/latex/ar.ols.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/BJsales.tex -lib/R/library/ts/html/ts.union.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/00Index.html -lib/R/library/ts/help/ts.union -lib/R/library/ts/help/00Titles -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/AnIndex -lib/R/library/ts/data/treering.R -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/00Index -lib/R/library/ts/libs/ts.so -lib/R/library/ts/DESCRIPTION -lib/R/library/ts/TITLE -lib/R/library/ts/SOURCES -lib/R/library/ts/INDEX -lib/R/library/ts/CONTENTS -lib/R/library/LibIndex -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/demos/dynload/Makefile -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/manual/Rd.sty -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.class -lib/R/doc/html/search/Tracer.class -lib/R/doc/html/search/Value.class -lib/R/doc/html/search/SearchEngine.html -lib/R/doc/html/search/index.txt -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/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/template.html -lib/R/doc/html/thanks.html -lib/R/doc/html/left.jpg -lib/R/doc/html/logo.jpg -lib/R/doc/html/logosm.jpg -lib/R/doc/html/right.jpg -lib/R/doc/html/up.jpg -lib/R/doc/html/R.css -lib/R/doc/KEYWORDS -lib/R/doc/KEYWORDS.db -lib/R/etc/Rdconvlib.pl -lib/R/etc/buildlib.pl -lib/R/etc/html-layout.pl -lib/R/etc/Makeconf -lib/R/COPYING -lib/R/COPYRIGHTS -lib/R/FAQ -lib/R/MIRROR-SITES -lib/R/NEWS -lib/R/RESOURCES -@dirrm lib/R/library/base/R -@dirrm lib/R/library/base/data -@dirrm lib/R/library/base/help -@dirrm lib/R/library/base/html -@dirrm lib/R/library/base/latex -@dirrm lib/R/library/base/R-ex -@dirrm lib/R/library/base -@dirrm lib/R/library/ctest/R -@dirrm lib/R/library/ctest/R-ex -@dirrm lib/R/library/ctest/latex -@dirrm lib/R/library/ctest/html -@dirrm lib/R/library/ctest/libs -@dirrm lib/R/library/ctest/help -@dirrm lib/R/library/ctest -@dirrm lib/R/library/eda/R -@dirrm lib/R/library/eda/libs -@dirrm lib/R/library/eda/help -@dirrm lib/R/library/eda/html -@dirrm lib/R/library/eda/latex -@dirrm lib/R/library/eda/R-ex -@dirrm lib/R/library/eda -@dirrm lib/R/library/lqs/R -@dirrm lib/R/library/lqs/libs -@dirrm lib/R/library/lqs/help -@dirrm lib/R/library/lqs/html -@dirrm lib/R/library/lqs/latex -@dirrm lib/R/library/lqs/R-ex -@dirrm lib/R/library/lqs -@dirrm lib/R/library/modreg/R -@dirrm lib/R/library/modreg/data -@dirrm lib/R/library/modreg/libs -@dirrm lib/R/library/modreg/help -@dirrm lib/R/library/modreg/html -@dirrm lib/R/library/modreg/latex -@dirrm lib/R/library/modreg/R-ex -@dirrm lib/R/library/modreg -@dirrm lib/R/library/mva/R -@dirrm lib/R/library/mva/libs -@dirrm lib/R/library/mva/help -@dirrm lib/R/library/mva/html -@dirrm lib/R/library/mva/latex -@dirrm lib/R/library/mva/R-ex -@dirrm lib/R/library/mva -@dirrm lib/R/library/nls/help -@dirrm lib/R/library/nls/R-ex -@dirrm lib/R/library/nls/latex -@dirrm lib/R/library/nls/html -@dirrm lib/R/library/nls/data -@dirrm lib/R/library/nls/R -@dirrm lib/R/library/nls/libs -@dirrm lib/R/library/nls -@dirrm lib/R/library/splines/R -@dirrm lib/R/library/splines/R-ex -@dirrm lib/R/library/splines/latex -@dirrm lib/R/library/splines/html -@dirrm lib/R/library/splines/libs -@dirrm lib/R/library/splines/help -@dirrm lib/R/library/splines -@dirrm lib/R/library/stepfun/R -@dirrm lib/R/library/stepfun/help -@dirrm lib/R/library/stepfun/html -@dirrm lib/R/library/stepfun/latex -@dirrm lib/R/library/stepfun/R-ex -@dirrm lib/R/library/stepfun -@dirrm lib/R/library/ts/R -@dirrm lib/R/library/ts/R-ex -@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/libs -@dirrm lib/R/library/ts -@dirrm lib/R/demos/dynload -@dirrm lib/R/demos/graphics -@dirrm lib/R/demos/language -@dirrm lib/R/demos/models -@dirrm lib/R/demos/nlm -@dirrm lib/R/doc/html/search -@dirrm lib/R/doc/manual -@dirrm lib/R/doc/html -@dirrm lib/R/include/R_ext -@dirrm lib/R/afm -@dirrm lib/R/demos -@dirrm lib/R/doc -@dirrm lib/R/etc -@dirrm lib/R/bin -@dirrm lib/R/include -@dirrm lib/R/library -@dirrm lib/R diff --git a/math/R/Makefile b/math/R/Makefile deleted file mode 100644 index 77e88420a8bd..000000000000 --- a/math/R/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: R (letter) -# Date created: Tue Jun 23 07:36:55 EST 1998 -# Whom: Maurice Castro <maurice@serc.rmit.edu.au> -# -# $FreeBSD$ -# - -PORTNAME= R -PORTVERSION= 0.99.0a -CATEGORIES= math -MASTER_SITES= 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/ \ - ftp://ftp.ci.tuwien.ac.at/R/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://www.stat.math.ethz.ch/R-CRAN/src/base/ -PKGNAMESUFFIX= -${PAPERSIZE} -DISTNAME= R-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= maurice@serc.rmit.edu.au - -GNU_CONFIGURE= yes -USE_XLIB= yes -USE_PERL5= yes - -CONFIGURE_ENV= R_PAPERSIZE=${PAPERSIZE} - -PAPERSIZE?= letter -.if ${PAPERSIZE} != letter && ${PAPERSIZE} != a4 -.BEGIN: - @${ECHO} "Invalid value for PAPERSIZE: \"${PAPERSIZE}\"" - @${ECHO} "Possible values are: a4 and letter." - @${FALSE} -.endif - -ALL_TARGET=all help html - -MAN1= R.1 - -test: - @(cd ${WRKSRC}; make test-All) - -.include <bsd.port.mk> diff --git a/math/R/distinfo b/math/R/distinfo deleted file mode 100644 index c3cc97a7a52d..000000000000 --- a/math/R/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (R-0.99.0a.tgz) = 68dc7bddc8a972784c66d8b7838d5245 diff --git a/math/R/files/R b/math/R/files/R deleted file mode 100644 index 9b6eedb5a3fa..000000000000 --- a/math/R/files/R +++ /dev/null @@ -1,52 +0,0 @@ -#!/bin/sh -# Shell wrapper for R executable. - -RHOME=PREFIX/share/R -export RHOME - -ARG=$1 -case ${ARG} in - RHOME) - echo ${RHOME}; exit 0 ;; - CMD) - shift; PATH=$PATH:$RHOME/cmd:$RHOME/etc exec $* ;; - SHLIB|COMPILE|INSTALL|REMOVE) - shift; exec sh ${RHOME}/etc/${ARG} $* ;; - -d|--debugger) - exec $2 ${RHOME}/bin/R.binary ;; - -h|--help|-\?) - echo "Usage: R [OPTIONS] [< INFILE] [> OUTFILE]" - echo "" - echo "Options:" - echo " --save Do save data sets at the end of the session." - echo " --no-save Don't save them." - echo " --restore Do restore previously saved data sets at startup." - echo " --no-restore Don't restore them." - echo " --no-readline Don't use readline for command-line editing." - echo " --no-site-file Don't read the site-wide Rprofile." - echo " --no-init-file Don't read the .Rprofile or ~/.Rprofile files." - echo " -v N Set the vector heap size to N megabytes." - echo " -n N Set the number of cons cells to N." - echo " -h, --help, -? Print short help message and exit." - echo " -q, --quiet Make R run as quietly as possible." - echo " -V, --version Print version info and exit." - echo " -d NAME, --debugger NAME Run R through debugger NAME." - exit 0 ;; -esac - -# Default Printer Paper Size -# Choose one of the following -# R_PAPERSIZE="a4" -# R_PAPERSIZE="letter" -# R_PAPERSIZE="none" -R_PAPERSIZE=DEFAULTPAPER -export R_PAPERSIZE - -# Default Print Command -# Choose one of the following -# R_PRINTCMD="lpr" -# R_PRINTCMD="lp" -R_PRINTCMD=lpr -export R_PRINTCMD - -exec ${RHOME}/bin/R.binary $* diff --git a/math/R/pkg-comment b/math/R/pkg-comment deleted file mode 100644 index 95edb074470b..000000000000 --- a/math/R/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Statistical analysis language similar to AT&T's S language diff --git a/math/R/pkg-descr b/math/R/pkg-descr deleted file mode 100644 index 89fee7f4f14d..000000000000 --- a/math/R/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -R is a language which is not entirely unlike the S language developed -at AT&T Bell Laboratories by Rick Becker, John Chambers and Allan -Wilks. - -R is free software distributed under a GNU-style copyleft. - -This port has most of the functionality in the first S book (the -"Blue Book") and many of the applications. In addition, a certain -amount of functionality from the second S book (the "White Book") -has been implemented. In particular functioning versions of "lm" -and "glm" and their associated "summary" and "anova" methods are -provided. - -WWW: http://stat.auckland.ac.nz/r/r.html - http://stat.ethz.ch/R/manual/ diff --git a/math/R/pkg-plist b/math/R/pkg-plist deleted file mode 100644 index ac8e3589fc53..000000000000 --- a/math/R/pkg-plist +++ /dev/null @@ -1,2992 +0,0 @@ -bin/R -lib/R/bin/R.X11 -lib/R/bin/R -lib/R/bin/BATCH -lib/R/bin/COMPILE -lib/R/bin/INSTALL -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/Rman2Rd -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/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/R.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/mva/R/mva -lib/R/library/mva/R-ex/rect.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/as.hclust.R -lib/R/library/mva/latex/rect.hclust.tex -lib/R/library/mva/latex/biplot.tex -lib/R/library/mva/latex/biplot.princomp.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/as.hclust.tex -lib/R/library/mva/html/rect.hclust.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/00Index.html -lib/R/library/mva/libs/mva.so -lib/R/library/mva/help/rect.hclust -lib/R/library/mva/help/00Titles -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/AnIndex -lib/R/library/mva/DESCRIPTION -lib/R/library/mva/TITLE -lib/R/library/mva/INDEX -lib/R/library/mva/CONTENTS -lib/R/library/ctest/R/ctest -lib/R/library/ctest/R-ex/wilcox.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/t.test.R -lib/R/library/ctest/R-ex/shapiro.test.R -lib/R/library/ctest/R-ex/var.test.R -lib/R/library/ctest/R-ex/ansari.test.R -lib/R/library/ctest/latex/wilcox.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/ansari.test.tex -lib/R/library/ctest/html/wilcox.test.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/t.test.html -lib/R/library/ctest/html/prop.test.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/shapiro.test.html -lib/R/library/ctest/html/var.test.html -lib/R/library/ctest/html/00Index.html -lib/R/library/ctest/libs/ctest.so -lib/R/library/ctest/help/wilcox.test -lib/R/library/ctest/help/00Titles -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/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/var.test -lib/R/library/ctest/help/AnIndex -lib/R/library/ctest/DESCRIPTION -lib/R/library/ctest/TITLE -lib/R/library/ctest/INDEX -lib/R/library/ctest/CONTENTS -lib/R/library/eda/R/eda -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/latex/line.tex -lib/R/library/eda/latex/medpolish.tex -lib/R/library/eda/latex/smooth.tex -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/libs/eda.so -lib/R/library/eda/help/AnIndex -lib/R/library/eda/help/00Titles -lib/R/library/eda/help/line -lib/R/library/eda/help/medpolish -lib/R/library/eda/help/smooth -lib/R/library/eda/DESCRIPTION -lib/R/library/eda/TITLE -lib/R/library/eda/INDEX -lib/R/library/eda/CONTENTS -lib/R/library/lqs/R/lqs -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/latex/cov.rob.tex -lib/R/library/lqs/latex/lqs.tex -lib/R/library/lqs/latex/predict.lqs.tex -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/libs/lqs.so -lib/R/library/lqs/help/AnIndex -lib/R/library/lqs/help/00Titles -lib/R/library/lqs/help/cov.rob -lib/R/library/lqs/help/lqs -lib/R/library/lqs/help/predict.lqs -lib/R/library/lqs/DESCRIPTION -lib/R/library/lqs/TITLE -lib/R/library/lqs/INDEX -lib/R/library/lqs/CONTENTS -lib/R/library/modreg/R/modreg -lib/R/library/modreg/R-ex/supsmu.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/ksmooth.R -lib/R/library/modreg/latex/supsmu.tex -lib/R/library/modreg/latex/loess.tex -lib/R/library/modreg/latex/loess.control.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/ksmooth.tex -lib/R/library/modreg/html/supsmu.html -lib/R/library/modreg/html/ksmooth.html -lib/R/library/modreg/html/loess.html -lib/R/library/modreg/html/loess.control.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/00Index.html -lib/R/library/modreg/help/supsmu -lib/R/library/modreg/help/00Titles -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/AnIndex -lib/R/library/modreg/data/00Index -lib/R/library/modreg/data/rock.tab -lib/R/library/modreg/libs/modreg.so -lib/R/library/modreg/DESCRIPTION -lib/R/library/modreg/TITLE -lib/R/library/modreg/INDEX -lib/R/library/modreg/COPYRIGHTS -lib/R/library/modreg/CONTENTS -lib/R/library/base/R/base -lib/R/library/base/R/Rprofile -lib/R/library/base/R-ex/undoc.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/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/Last.value.R -lib/R/library/base/R-ex/Log.R -lib/R/library/base/R-ex/c.R -lib/R/library/base/R-ex/LifeCycleSavings.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/t.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.default.R -lib/R/library/base/R-ex/boxplot.formula.R -lib/R/library/base/R-ex/boxplot.stats.R -lib/R/library/base/R-ex/bxp.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/cor.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/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/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/do.call.R -lib/R/library/base/R-ex/discoveries.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/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/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/prompt.data.frame.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/range.default.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/table.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/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/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/which.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/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-ex/gnome.R -lib/R/library/base/R-ex/Arithmetic.R -lib/R/library/base/latex/x11.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/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/IQR.tex -lib/R/library/base/latex/Hyperbolic.tex -lib/R/library/base/latex/Hypergeometric.tex -lib/R/library/base/latex/InsectSprays.tex -lib/R/library/base/latex/Internal.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/all.tex -lib/R/library/base/latex/any.tex -lib/R/library/base/latex/Primitive.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/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/aov.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/allnames.tex -lib/R/library/base/latex/anova.tex -lib/R/library/base/latex/anscombe.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.tex -lib/R/library/base/latex/boxplot.default.tex -lib/R/library/base/latex/boxplot.formula.tex -lib/R/library/base/latex/boxplot.stats.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/c.tex -lib/R/library/base/latex/call.tex -lib/R/library/base/latex/cars.tex -lib/R/library/base/latex/cat.tex -lib/R/library/base/latex/case.names.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/cor.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/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.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/dataentry.tex -lib/R/library/base/latex/date.tex -lib/R/library/base/latex/debug.tex -lib/R/library/base/latex/delay.tex -lib/R/library/base/latex/demo.tex -lib/R/library/base/latex/delete.response.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/dynload.tex -lib/R/library/base/latex/duplicated.tex -lib/R/library/base/latex/edit.tex -lib/R/library/base/latex/edit.data.frame.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.tex -lib/R/library/base/latex/factor.scope.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.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/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.tex -lib/R/library/base/latex/format.info.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.tex -lib/R/library/base/latex/ftable.formula.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.tex -lib/R/library/base/latex/glm.summaries.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.tex -lib/R/library/base/latex/help.search.tex -lib/R/library/base/latex/help.start.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/isR.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/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.tex -lib/R/library/base/latex/levels.factor.tex -lib/R/library/base/latex/library.tex -lib/R/library/base/latex/library.dynam.tex -lib/R/library/base/latex/license.tex -lib/R/library/base/latex/lines.tex -lib/R/library/base/latex/list.tex -lib/R/library/base/latex/list.files.tex -lib/R/library/base/latex/lm.tex -lib/R/library/base/latex/lm.influence.tex -lib/R/library/base/latex/lm.summaries.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.tex -lib/R/library/base/latex/ls.diag.tex -lib/R/library/base/latex/ls.print.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.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/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/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/nlm.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/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/par.tex -lib/R/library/base/latex/pairs.tex -lib/R/library/base/latex/pairs.formula.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/parse.tex -lib/R/library/base/latex/parse.dcf.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.tex -lib/R/library/base/latex/plot.lm.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.tex -lib/R/library/base/latex/predict.glm.tex -lib/R/library/base/latex/predict.lm.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.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/proc.time.tex -lib/R/library/base/latex/prod.tex -lib/R/library/base/latex/qr.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/prompt.data.frame.tex -lib/R/library/base/latex/prop.table.tex -lib/R/library/base/latex/qqnorm.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/range.default.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/residuals.tex -lib/R/library/base/latex/replications.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.tex -lib/R/library/base/latex/system.file.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/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.tex -lib/R/library/base/latex/update.formula.tex -lib/R/library/base/latex/update.packages.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/zC.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.tex -lib/R/library/base/latex/write.table.tex -lib/R/library/base/latex/xy.coords.tex -lib/R/library/base/latex/zAlias.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/base/latex/BATCH.tex -lib/R/library/base/latex/COMPILE.tex -lib/R/library/base/latex/INSTALL.tex -lib/R/library/base/latex/REMOVE.tex -lib/R/library/base/latex/RHOME.tex -lib/R/library/base/latex/SHLIB.tex -lib/R/library/base/latex/gnome.tex -lib/R/library/base/latex/undoc.tex -lib/R/library/base/latex/Arithmetic.tex -lib/R/library/base/html/x11.html -lib/R/library/base/html/Arithmetic.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/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/NA.html -lib/R/library/base/html/Geometric.html -lib/R/library/base/html/HairEyeColor.html -lib/R/library/base/html/Hyperbolic.html -lib/R/library/base/html/Hypergeometric.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/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/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/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/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.html -lib/R/library/base/html/all.equal.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.default.html -lib/R/library/base/html/boxplot.formula.html -lib/R/library/base/html/browser.html -lib/R/library/base/html/boxplot.stats.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/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/gc.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.html -lib/R/library/base/html/data.class.html -lib/R/library/base/html/data.frame.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/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/gl.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.html -lib/R/library/base/html/edit.data.frame.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.html -lib/R/library/base/html/file.choose.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/lm.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.html -lib/R/library/base/html/ftable.formula.html -lib/R/library/base/html/function.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/glm.html -lib/R/library/base/html/glm.summaries.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/ls.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.html -lib/R/library/base/html/levels.factor.html -lib/R/library/base/html/library.html -lib/R/library/base/html/library.dynam.html -lib/R/library/base/html/license.html -lib/R/library/base/html/lines.html -lib/R/library/base/html/list.html -lib/R/library/base/html/list.files.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/qr.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.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.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/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/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.html -lib/R/library/base/html/pairs.formula.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.html -lib/R/library/base/html/parse.dcf.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.html -lib/R/library/base/html/predict.glm.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.html -lib/R/library/base/html/print.coefmat.html -lib/R/library/base/html/print.default.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/prompt.data.frame.html -lib/R/library/base/html/prop.table.html -lib/R/library/base/html/qqnorm.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/range.default.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.html -lib/R/library/base/html/system.file.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/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.html -lib/R/library/base/html/update.formula.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/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/html/BATCH.html -lib/R/library/base/html/COMPILE.html -lib/R/library/base/html/INSTALL.html -lib/R/library/base/html/REMOVE.html -lib/R/library/base/html/RHOME.html -lib/R/library/base/html/SHLIB.html -lib/R/library/base/html/gnome.html -lib/R/library/base/html/undoc.html -lib/R/library/base/html/00Index.html -lib/R/library/base/data/women.R -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/00Index -lib/R/library/base/help/x11 -lib/R/library/base/help/00Titles -lib/R/library/base/help/Arithmetic -lib/R/library/base/help/Bessel -lib/R/library/base/help/Beta -lib/R/library/base/help/Binomial -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/Hyperbolic -lib/R/library/base/help/Hypergeometric -lib/R/library/base/help/IQR -lib/R/library/base/help/InsectSprays -lib/R/library/base/help/Internal -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/Random-user -lib/R/library/base/help/Random -lib/R/library/base/help/Recall -lib/R/library/base/help/Rhome -lib/R/library/base/help/Round -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.default -lib/R/library/base/help/boxplot.formula -lib/R/library/base/help/boxplot.stats -lib/R/library/base/help/browser -lib/R/library/base/help/bxp -lib/R/library/base/help/bug.report -lib/R/library/base/help/builtins -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/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/gc -lib/R/library/base/help/ftable.formula -lib/R/library/base/help/function -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/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/ls -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.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/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/pmatch -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/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/prompt.data.frame -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/range.default -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/ts -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/tsp -lib/R/library/base/help/typeof -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/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/help/BATCH -lib/R/library/base/help/COMPILE -lib/R/library/base/help/INSTALL -lib/R/library/base/help/REMOVE -lib/R/library/base/help/RHOME -lib/R/library/base/help/SHLIB -lib/R/library/base/help/gnome -lib/R/library/base/help/undoc -lib/R/library/base/help/AnIndex -lib/R/library/base/DESCRIPTION -lib/R/library/base/TITLE -lib/R/library/base/INDEX -lib/R/library/base/CONTENTS -lib/R/library/nls/help/sortedXyData -lib/R/library/nls/help/00Titles -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/NLSstAsymptotic -lib/R/library/nls/help/NLSstClosestX -lib/R/library/nls/help/NLSstLfAsymptote -lib/R/library/nls/help/NLSstRtAsymptote -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/AnIndex -lib/R/library/nls/R-ex/sortedXyData.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/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/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/BOD.R -lib/R/library/nls/latex/sortedXyData.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/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/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/nls.tex -lib/R/library/nls/latex/logLik.tex -lib/R/library/nls/latex/nls.control.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.tex -lib/R/library/nls/latex/profiler.nls.tex -lib/R/library/nls/latex/selfStart.tex -lib/R/library/nls/latex/selfStart.default.tex -lib/R/library/nls/latex/selfStart.formula.tex -lib/R/library/nls/latex/setNames.tex -lib/R/library/nls/latex/BOD.tex -lib/R/library/nls/html/sortedXyData.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/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/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.html -lib/R/library/nls/html/nls.control.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.html -lib/R/library/nls/html/selfStart.default.html -lib/R/library/nls/html/selfStart.formula.html -lib/R/library/nls/html/setNames.html -lib/R/library/nls/html/00Index.html -lib/R/library/nls/data/Theoph.R -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/Orthodont.R -lib/R/library/nls/data/Pixel.R -lib/R/library/nls/data/Puromycin.R -lib/R/library/nls/data/00Index -lib/R/library/nls/R/nls -lib/R/library/nls/libs/nls.so -lib/R/library/nls/DESCRIPTION -lib/R/library/nls/TITLE -lib/R/library/nls/INDEX -lib/R/library/nls/CONTENTS -lib/R/library/splines/R/splines -lib/R/library/splines/R-ex/xyVector.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/asVector.R -lib/R/library/splines/latex/xyVector.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/asVector.tex -lib/R/library/splines/html/xyVector.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/00Index.html -lib/R/library/splines/libs/splines.so -lib/R/library/splines/help/xyVector -lib/R/library/splines/help/00Titles -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/AnIndex -lib/R/library/splines/DESCRIPTION -lib/R/library/splines/TITLE -lib/R/library/splines/INDEX -lib/R/library/splines/CONTENTS -lib/R/library/stepfun/R/stepfun -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/latex/ecdf.tex -lib/R/library/stepfun/latex/plot.stepfun.tex -lib/R/library/stepfun/latex/stepfun.tex -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/help/AnIndex -lib/R/library/stepfun/help/00Titles -lib/R/library/stepfun/help/ecdf -lib/R/library/stepfun/help/plot.stepfun -lib/R/library/stepfun/help/stepfun -lib/R/library/stepfun/DESCRIPTION -lib/R/library/stepfun/TITLE -lib/R/library/stepfun/INDEX -lib/R/library/stepfun/CONTENTS -lib/R/library/ts/R/ts -lib/R/library/ts/R-ex/ts.union.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/acf.R -lib/R/library/ts/latex/ts.union.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.tex -lib/R/library/ts/latex/ar.ols.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/BJsales.tex -lib/R/library/ts/html/ts.union.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/00Index.html -lib/R/library/ts/help/ts.union -lib/R/library/ts/help/00Titles -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/AnIndex -lib/R/library/ts/data/treering.R -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/00Index -lib/R/library/ts/libs/ts.so -lib/R/library/ts/DESCRIPTION -lib/R/library/ts/TITLE -lib/R/library/ts/SOURCES -lib/R/library/ts/INDEX -lib/R/library/ts/CONTENTS -lib/R/library/LibIndex -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/demos/dynload/Makefile -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/manual/Rd.sty -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.class -lib/R/doc/html/search/Tracer.class -lib/R/doc/html/search/Value.class -lib/R/doc/html/search/SearchEngine.html -lib/R/doc/html/search/index.txt -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/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/template.html -lib/R/doc/html/thanks.html -lib/R/doc/html/left.jpg -lib/R/doc/html/logo.jpg -lib/R/doc/html/logosm.jpg -lib/R/doc/html/right.jpg -lib/R/doc/html/up.jpg -lib/R/doc/html/R.css -lib/R/doc/KEYWORDS -lib/R/doc/KEYWORDS.db -lib/R/etc/Rdconvlib.pl -lib/R/etc/buildlib.pl -lib/R/etc/html-layout.pl -lib/R/etc/Makeconf -lib/R/COPYING -lib/R/COPYRIGHTS -lib/R/FAQ -lib/R/MIRROR-SITES -lib/R/NEWS -lib/R/RESOURCES -@dirrm lib/R/library/base/R -@dirrm lib/R/library/base/data -@dirrm lib/R/library/base/help -@dirrm lib/R/library/base/html -@dirrm lib/R/library/base/latex -@dirrm lib/R/library/base/R-ex -@dirrm lib/R/library/base -@dirrm lib/R/library/ctest/R -@dirrm lib/R/library/ctest/R-ex -@dirrm lib/R/library/ctest/latex -@dirrm lib/R/library/ctest/html -@dirrm lib/R/library/ctest/libs -@dirrm lib/R/library/ctest/help -@dirrm lib/R/library/ctest -@dirrm lib/R/library/eda/R -@dirrm lib/R/library/eda/libs -@dirrm lib/R/library/eda/help -@dirrm lib/R/library/eda/html -@dirrm lib/R/library/eda/latex -@dirrm lib/R/library/eda/R-ex -@dirrm lib/R/library/eda -@dirrm lib/R/library/lqs/R -@dirrm lib/R/library/lqs/libs -@dirrm lib/R/library/lqs/help -@dirrm lib/R/library/lqs/html -@dirrm lib/R/library/lqs/latex -@dirrm lib/R/library/lqs/R-ex -@dirrm lib/R/library/lqs -@dirrm lib/R/library/modreg/R -@dirrm lib/R/library/modreg/data -@dirrm lib/R/library/modreg/libs -@dirrm lib/R/library/modreg/help -@dirrm lib/R/library/modreg/html -@dirrm lib/R/library/modreg/latex -@dirrm lib/R/library/modreg/R-ex -@dirrm lib/R/library/modreg -@dirrm lib/R/library/mva/R -@dirrm lib/R/library/mva/libs -@dirrm lib/R/library/mva/help -@dirrm lib/R/library/mva/html -@dirrm lib/R/library/mva/latex -@dirrm lib/R/library/mva/R-ex -@dirrm lib/R/library/mva -@dirrm lib/R/library/nls/help -@dirrm lib/R/library/nls/R-ex -@dirrm lib/R/library/nls/latex -@dirrm lib/R/library/nls/html -@dirrm lib/R/library/nls/data -@dirrm lib/R/library/nls/R -@dirrm lib/R/library/nls/libs -@dirrm lib/R/library/nls -@dirrm lib/R/library/splines/R -@dirrm lib/R/library/splines/R-ex -@dirrm lib/R/library/splines/latex -@dirrm lib/R/library/splines/html -@dirrm lib/R/library/splines/libs -@dirrm lib/R/library/splines/help -@dirrm lib/R/library/splines -@dirrm lib/R/library/stepfun/R -@dirrm lib/R/library/stepfun/help -@dirrm lib/R/library/stepfun/html -@dirrm lib/R/library/stepfun/latex -@dirrm lib/R/library/stepfun/R-ex -@dirrm lib/R/library/stepfun -@dirrm lib/R/library/ts/R -@dirrm lib/R/library/ts/R-ex -@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/libs -@dirrm lib/R/library/ts -@dirrm lib/R/demos/dynload -@dirrm lib/R/demos/graphics -@dirrm lib/R/demos/language -@dirrm lib/R/demos/models -@dirrm lib/R/demos/nlm -@dirrm lib/R/doc/html/search -@dirrm lib/R/doc/manual -@dirrm lib/R/doc/html -@dirrm lib/R/include/R_ext -@dirrm lib/R/afm -@dirrm lib/R/demos -@dirrm lib/R/doc -@dirrm lib/R/etc -@dirrm lib/R/bin -@dirrm lib/R/include -@dirrm lib/R/library -@dirrm lib/R diff --git a/math/bihar/Makefile b/math/bihar/Makefile deleted file mode 100644 index d12a8930d7fe..000000000000 --- a/math/bihar/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: fftpack -# Date created: 31 October 1996 -# Whom: Pedro Giffuni S. -# -# $FreeBSD$ -# - -PORTNAME= fftpack -PORTVERSION= 1.0 -CATEGORIES= math -MASTER_SITES= ftp://netlib.bell-labs.com/netlib/ -DISTNAME= bihar -EXTRACT_SUFX= .tar - -MAINTAINER= giffunip@asme.org - -# ${DISTFILES} is automatically created from the directory contents -IGNOREFILES= ${DISTFILES} -EXTRACT_CMD= ${TAR} -EXTRACT_BEFORE_ARGS= -xf -EXTRACT_AFTER_ARGS= # empty - -INSTALLS_SHLIB= yes - -.include <bsd.port.pre.mk> - -post-extract: - ${GUNZIP_CMD} $(WRKSRC)/*.f.gz - -pre-build: - ${RM} $(WRKSRC)/.depend - ${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} $(PREFIX)/share/doc/fftpack - -${GZIP_CMD} ${GZIP} ${WRKSRC}/fft.doc - ${CP} $(WRKSRC)/fft.doc.gz $(PREFIX)/share/doc/fftpack/ -.endif -.if ${PORTOBJFORMAT} == "aout" - ${LN} -sf libbihar.so.1 ${PREFIX}/lib/libbihar.so -.endif - -.include <bsd.port.post.mk> diff --git a/math/bihar/distinfo b/math/bihar/distinfo deleted file mode 100644 index 316a434e4ac4..000000000000 --- a/math/bihar/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (bihar.tar) = IGNORE diff --git a/math/bihar/files/makefile.lib b/math/bihar/files/makefile.lib deleted file mode 100644 index 9bbaae34ef1c..000000000000 --- a/math/bihar/files/makefile.lib +++ /dev/null @@ -1,42 +0,0 @@ -# @(#)Makefile 5.7 (Berkeley) 6/27/91 - -# FFTPACK sources -LIBDIR= $(PREFIX)/lib -NOPROFILE= no - -SHLIB_MAJOR= 1 -SHLIB_MINOR= 0 -LIB=bihar -SRCS = dbihar.f dbipl.f dbiplr.f dbisld.f dbislf.f dbmult.f dbplrm.f \ - dcfftb.f dcfftf.f dcffti.f dcftb1.f dcftf1.f dcfti1.f dcmult.f \ - dconju.f dcosqb.f dcosqf.f dcosqi.f dcost.f dcosti.f dcsqb1.f \ - dcsqf1.f defft1.f defftb.f defftf.f deffti.f dftrnx.f dftrny.f \ - dhzeri.f dhzero.f dlmult.f dlplrm.f dmatge.f dpentf.f dpmult.f \ - dpplrm.f dpreco.f dpssb.f dpssb2.f dpssb3.f dpssb4.f dpssb5.f \ - dpssf.f dpssf2.f dpssf3.f dpssf4.f dpssf5.f dradb2.f dradb3.f \ - dradb4.f dradb5.f dradbg.f dradf2.f dradf3.f dradf4.f dradf5.f \ - dradfg.f drfftb.f drfftf.f drffti.f drftb1.f drftf1.f drfti1.f \ - dsinqb.f dsinqf.f dsinqi.f dsint.f dsinti.f dstart.f dtrigi.f \ - dupdat.f sbihar.f sbipl.f sbiplr.f sbisld.f sbislf.f sbmult.f \ - sbplrm.f scfftb.f scfftf.f scffti.f scftb1.f scftf1.f scfti1.f \ - scmult.f sconju.f scosqb.f scosqf.f scosqi.f scost.f scosti.f \ - scsqb1.f scsqf1.f sefft1.f sefftb.f sefftf.f seffti.f sftrnx.f \ - sftrny.f shzeri.f shzero.f slmult.f slplrm.f smatge.f spentf.f \ - spmult.f spplrm.f spreco.f spssb.f spssb2.f spssb3.f spssb4.f \ - spssb5.f spssf.f spssf2.f spssf3.f spssf4.f spssf5.f sradb2.f \ - sradb3.f sradb4.f sradb5.f sradbg.f sradf2.f sradf3.f sradf4.f \ - sradf5.f sradfg.f srfftb.f srfftf.f srffti.f srftb1.f srftf1.f \ - srfti1.f ssinqb.f ssinqf.f ssinqi.f ssint.f ssinti.f sstart.f \ - strigi.f supdat.f - -CLEANFILES+= *.c - -test: test.o - f77 test.o -l$(LIB) - time a.out - -package: install pkg/+DESC pkg/+ONELINE pkg/+PLIST - pkg_create -c pkg/+ONELINE -d pkg/+DESC -f pkg/+PLIST fftpack_bin - -.include <bsd.lib.mk> - diff --git a/math/bihar/pkg-comment b/math/bihar/pkg-comment deleted file mode 100644 index 4e4010cbd3dd..000000000000 --- a/math/bihar/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Biharmonic equation in rectangular geometry and polar coordinates diff --git a/math/bihar/pkg-descr b/math/bihar/pkg-descr deleted file mode 100644 index 22083dab395a..000000000000 --- a/math/bihar/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -/netlib/bihar - FFTPACK (double precision version) - - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - - The routines in this directory are from netlib/bihar. - Although, they look like they are derivatives of the following - package. - - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - - version 4 april 1985 - - - This package consists of programs which perform Fast Fourier - Transforms for both complex and real periodic sequences and - certain other symmetric sequences. - - Paul Swarztrauber, NCAR. - - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * diff --git a/math/bihar/pkg-plist b/math/bihar/pkg-plist deleted file mode 100644 index 049c95bec318..000000000000 --- a/math/bihar/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/libbihar.a -lib/libbihar.so -lib/libbihar.so.1 -share/doc/fftpack/fft.doc.gz -@dirrm share/doc/fftpack diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile deleted file mode 100644 index 01dbeb04708d..000000000000 --- a/math/fftw3/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: fftw -# Date created: Dec 28 1998 -# Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE> -# -# $FreeBSD$ -# - -PORTNAME= fftw -PORTVERSION= 2.1.3 -CATEGORIES= math -MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ - ftp://theory.lcs.mit.edu/pub/fftw/ \ - ftp://pm.cse.rmit.edu.au/pub/dsp/fftw/ - -MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE - -.include <bsd.port.pre.mk> - -GNU_CONFIGURE= yes -USE_GMAKE= yes -INSTALLS_SHLIB= yes - -.if ${ARCH} == "i386" -CONFIGURE_ARGS= --enable-i386-hacks -.endif -CONFIGURE_ARGS+=--enable-shared - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/fftw - ${CP} ${WRKSRC}/doc/fftw.ps ${PREFIX}/share/doc/fftw -.endif - -.include <bsd.port.post.mk> diff --git a/math/fftw3/distinfo b/math/fftw3/distinfo deleted file mode 100644 index 66a26e1f2a47..000000000000 --- a/math/fftw3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (fftw-2.1.3.tar.gz) = c6c51a4243f0f998ae4c9416108ebba0 diff --git a/math/fftw3/pkg-comment b/math/fftw3/pkg-comment deleted file mode 100644 index 2e2e602fb16b..000000000000 --- a/math/fftw3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Fast C routines to compute the Discrete Fourier Transform diff --git a/math/fftw3/pkg-descr b/math/fftw3/pkg-descr deleted file mode 100644 index 1e1a14e8c1ad..000000000000 --- a/math/fftw3/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -FFTW is a C subroutine library for computing the Discrete Fourier Transform -(DFT) in one or more dimensions, of both real and complex data, and of -arbitrary input size. We believe that FFTW, which is free software, should -become the FFT library of choice for most applications. Our benchmarks, -performed on on a variety of platforms, show that FFTW's performance is -typically superior to that of other publicly available FFT software. -Moreover, FFTW's performance is portable: the program will perform well on -most architectures without modification. - -The FFTW package was developed at MIT by Matteo Frigo and Steven G. -Johnson. Please send email to fftw@theory.lcs.mit.edu so that we can keep -track of users and send you information about new releases. The latest -version of FFTW, benchmarks, links, and other information can be found at -the FFTW home page. - -WWW: http://www.fftw.org/ diff --git a/math/fftw3/pkg-plist b/math/fftw3/pkg-plist deleted file mode 100644 index 0ea1930b799c..000000000000 --- a/math/fftw3/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -include/fftw.h -include/rfftw.h -@unexec install-info --delete %D/info/fftw.info %D/info/dir -info/fftw.info -info/fftw.info-1 -info/fftw.info-2 -info/fftw.info-3 -info/fftw.info-4 -info/fftw.info-5 -@exec install-info %D/info/fftw.info %D/info/dir -lib/libfftw.a -lib/libfftw.la -lib/libfftw.so -lib/libfftw.so.2 -lib/librfftw.a -lib/librfftw.la -lib/librfftw.so -lib/librfftw.so.2 -share/doc/fftw/fftw.ps -@dirrm share/doc/fftw diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile deleted file mode 100644 index 6e0b47d731d4..000000000000 --- a/math/gnumeric2/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: gnumeric -# Date created: 08 October 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= gnumeric -PORTVERSION= 0.56 -CATEGORIES= math gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gnumeric - -MAINTAINER= ade@FreeBSD.org - -BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ - python:${PORTSDIR}/lang/python -RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ - python:${PORTSDIR}/lang/python -LIB_DEPENDS= gnomeprint.9:${PORTSDIR}/print/gnomeprint \ - glade.4:${PORTSDIR}/devel/libglade \ - guile.6:${PORTSDIR}/lang/guile \ - gnomeole2.0:${PORTSDIR}/devel/libole2 \ - gb.0:${PORTSDIR}/lang/gnomebasic - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -USE_PERL5= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome \ - --with-guile --without-bonobo -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GLIB_CONFIG="${GLIB_CONFIG}" \ - GTK_CONFIG="${GTK_CONFIG}" \ - LIBS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION} - -.include <bsd.port.mk> diff --git a/math/gnumeric2/distinfo b/math/gnumeric2/distinfo deleted file mode 100644 index 7b1bafdf5b09..000000000000 --- a/math/gnumeric2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnumeric-0.56.tar.gz) = 674581cf58fc5b5158fb5103327955be diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa deleted file mode 100644 index 01a2fb7c897e..000000000000 --- a/math/gnumeric2/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.orig Mon Jun 19 21:00:38 2000 -+++ configure Tue Jun 20 11:28:48 2000 -@@ -5940,8 +5940,8 @@ - - echo $ac_n "checking for GTK >= 1.2.7""... $ac_c" 1>&6 - echo "configure:5943: checking for GTK >= 1.2.7" >&5 --if gtk-config --version > /dev/null 2>&1; then -- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` -+if $GTK_CONFIG --version > /dev/null 2>&1; then -+ vers=`$GTK_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` - if test "$vers" -ge 1002007; then - echo "$ac_t""found" 1>&6 - else -@@ -6481,10 +6481,10 @@ - top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac - -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac -+# case "$ac_given_INSTALL" in -+# [/$]*) INSTALL="$ac_given_INSTALL" ;; -+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -+# esac - - echo creating "$ac_file" - rm -f "$ac_file" diff --git a/math/gnumeric2/files/patch-ba b/math/gnumeric2/files/patch-ba deleted file mode 100644 index 51c58a7c4472..000000000000 --- a/math/gnumeric2/files/patch-ba +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Mon Jun 19 21:25:10 2000 -+++ Makefile.in Tue Jun 20 11:30:03 2000 -@@ -157,7 +157,7 @@ - change_logs = OOChangeLog OChangeLog ChangeLog - - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = gnumericConf.sh - - CLEANFILES = gnumericConf.sh -@@ -169,7 +169,7 @@ - appicon_DATA = gnome-gnumeric.png gnome-application-x-gnumeric.png gnome-application-x-xls.png - - --Applicationsdir = $(datadir)/gnome/apps/Applications -+Applicationsdir = $(datadir)/apps/Applications - Applications_DATA = gnumeric.desktop - - Mimedir = $(datadir)/mime-info diff --git a/math/gnumeric2/pkg-comment b/math/gnumeric2/pkg-comment deleted file mode 100644 index d8c5dca69649..000000000000 --- a/math/gnumeric2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The GNOME spreadsheet diff --git a/math/gnumeric2/pkg-descr b/math/gnumeric2/pkg-descr deleted file mode 100644 index d8c5dca69649..000000000000 --- a/math/gnumeric2/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -The GNOME spreadsheet diff --git a/math/gnumeric2/pkg-plist b/math/gnumeric2/pkg-plist deleted file mode 100644 index 87034cc4bbd9..000000000000 --- a/math/gnumeric2/pkg-plist +++ /dev/null @@ -1,657 +0,0 @@ -bin/gnumeric -etc/CORBA/servers/gnumeric.gnorba -etc/CORBA/servers/graph.gnorba -etc/gnumericConf.sh -lib/gnumeric/%%VERSION%%/plugins/gnum_csv.so -lib/gnumeric/%%VERSION%%/plugins/gnum_dif.so -lib/gnumeric/%%VERSION%%/plugins/gnum_gb.so -lib/gnumeric/%%VERSION%%/plugins/gnum_guile.so -lib/gnumeric/%%VERSION%%/plugins/gnum_html.so -lib/gnumeric/%%VERSION%%/plugins/gnum_lotus.so -lib/gnumeric/%%VERSION%%/plugins/gnum_numtheory.so -lib/gnumeric/%%VERSION%%/plugins/gnum_oleo.so -lib/gnumeric/%%VERSION%%/plugins/gnum_sc.so -lib/gnumeric/%%VERSION%%/plugins/gnum_sylk.so -lib/gnumeric/%%VERSION%%/plugins/gnum_text.so -lib/gnumeric/%%VERSION%%/plugins/gnum_xbase.so -share/gnome/apps/Applications/gnumeric.desktop -share/gnome/gnumeric/%%VERSION%%/glade/advanced-filter.glade -share/gnome/gnumeric/%%VERSION%%/glade/analysis-tools.glade -share/gnome/gnumeric/%%VERSION%%/glade/autocorrect-exceptions.glade -share/gnome/gnumeric/%%VERSION%%/glade/autocorrect.glade -share/gnome/gnumeric/%%VERSION%%/glade/autosave-prompt.glade -share/gnome/gnumeric/%%VERSION%%/glade/autosave.glade -share/gnome/gnumeric/%%VERSION%%/glade/cell-format.glade -share/gnome/gnumeric/%%VERSION%%/glade/cell-sort.glade -share/gnome/gnumeric/%%VERSION%%/glade/col-width.glade -share/gnome/gnumeric/%%VERSION%%/glade/delete-cells.glade -share/gnome/gnumeric/%%VERSION%%/glade/dialog-stf-export.glade -share/gnome/gnumeric/%%VERSION%%/glade/dialog-stf.glade -share/gnome/gnumeric/%%VERSION%%/glade/dialog-zoom.glade -share/gnome/gnumeric/%%VERSION%%/glade/font-sel.glade -share/gnome/gnumeric/%%VERSION%%/glade/formula-guru.glade -share/gnome/gnumeric/%%VERSION%%/glade/function-select.glade -share/gnome/gnumeric/%%VERSION%%/glade/graphics.glade -share/gnome/gnumeric/%%VERSION%%/glade/hf-config.glade -share/gnome/gnumeric/%%VERSION%%/glade/import.glade -share/gnome/gnumeric/%%VERSION%%/glade/insert-cells.glade -share/gnome/gnumeric/%%VERSION%%/glade/names.glade -share/gnome/gnumeric/%%VERSION%%/glade/plugin-manager.glade -share/gnome/gnumeric/%%VERSION%%/glade/print.glade -share/gnome/gnumeric/%%VERSION%%/glade/row-height.glade -share/gnome/gnumeric/%%VERSION%%/glade/sheet-order.glade -share/gnome/gnumeric/%%VERSION%%/glade/sheet-rename.glade -share/gnome/gnumeric/%%VERSION%%/glade/solver-options.glade -share/gnome/gnumeric/%%VERSION%%/glade/solver.glade -share/gnome/gnumeric/%%VERSION%%/glade/summary.glade -share/gnome/gnumeric/%%VERSION%%/glade/workbook-attr.glade -share/gnome/gnumeric/%%VERSION%%/guile/functions.scm -share/gnome/gnumeric/%%VERSION%%/guile/gnumeric_startup.scm -share/gnome/gnumeric/%%VERSION%%/python/gnumeric_defs.py -share/gnome/gnumeric/%%VERSION%%/python/gnumeric_startup.py -share/gnome/help/gnumeric/C/analysis-tools.html -share/gnome/help/gnumeric/C/autofill.html -share/gnome/help/gnumeric/C/cell-elements.html -share/gnome/help/gnumeric/C/cell-referencing.html -share/gnome/help/gnumeric/C/docbook.css -share/gnome/help/gnumeric/C/editing-selections.html -share/gnome/help/gnumeric/C/editing.html -share/gnome/help/gnumeric/C/files.html -share/gnome/help/gnumeric/C/formatting.html -share/gnome/help/gnumeric/C/formulas.html -share/gnome/help/gnumeric/C/function-reference.html -share/gnome/help/gnumeric/C/gnumeric.html -share/gnome/help/gnumeric/C/images/align-center.gif -share/gnome/help/gnumeric/C/images/align-left.gif -share/gnome/help/gnumeric/C/images/align-right.gif -share/gnome/help/gnumeric/C/images/arrow.gif -share/gnome/help/gnumeric/C/images/autofill-1.jpg -share/gnome/help/gnumeric/C/images/autofill-10.jpg -share/gnome/help/gnumeric/C/images/autofill-2.jpg -share/gnome/help/gnumeric/C/images/autofill-3.jpg -share/gnome/help/gnumeric/C/images/autofill-4.jpg -share/gnome/help/gnumeric/C/images/autofill-5.jpg -share/gnome/help/gnumeric/C/images/autofill-6.jpg -share/gnome/help/gnumeric/C/images/autofill-7.jpg -share/gnome/help/gnumeric/C/images/autofill-8.jpg -share/gnome/help/gnumeric/C/images/autofill-9.jpg -share/gnome/help/gnumeric/C/images/bold.gif -share/gnome/help/gnumeric/C/images/cells-1.jpg -share/gnome/help/gnumeric/C/images/cells-2.jpg -share/gnome/help/gnumeric/C/images/cursor_cross.gif -share/gnome/help/gnumeric/C/images/dndselection-1.jpg -share/gnome/help/gnumeric/C/images/editing-1.jpg -share/gnome/help/gnumeric/C/images/editing-cell-selection-1.jpg -share/gnome/help/gnumeric/C/images/italic.gif -share/gnome/help/gnumeric/C/images/line.gif -share/gnome/help/gnumeric/C/images/number-format-buttonbar.jpg -share/gnome/help/gnumeric/C/images/number-format-color-dialog.jpg -share/gnome/help/gnumeric/C/images/number-format-dialog.jpg -share/gnome/help/gnumeric/C/images/number-format-font-dialog.jpg -share/gnome/help/gnumeric/C/images/number-format-justification-dialog-2.jpg -share/gnome/help/gnumeric/C/images/number-format-justification-dialog.jpg -share/gnome/help/gnumeric/C/images/number-format-justification.jpg -share/gnome/help/gnumeric/C/images/oval.gif -share/gnome/help/gnumeric/C/images/rect.gif -share/gnome/help/gnumeric/C/images/selection-1.jpg -share/gnome/help/gnumeric/C/images/selection-10.jpg -share/gnome/help/gnumeric/C/images/selection-2.jpg -share/gnome/help/gnumeric/C/images/selection-3.jpg -share/gnome/help/gnumeric/C/images/selection-4.jpg -share/gnome/help/gnumeric/C/images/selection-5.jpg -share/gnome/help/gnumeric/C/images/selection-6.jpg -share/gnome/help/gnumeric/C/images/selection-7.jpg -share/gnome/help/gnumeric/C/images/selection-8.jpg -share/gnome/help/gnumeric/C/images/selection-9.jpg -share/gnome/help/gnumeric/C/images/solver-01.jpg -share/gnome/help/gnumeric/C/images/solver-02.jpg -share/gnome/help/gnumeric/C/images/solver-03.jpg -share/gnome/help/gnumeric/C/images/solver-04.jpg -share/gnome/help/gnumeric/C/images/solver-05.jpg -share/gnome/help/gnumeric/C/images/stock_copy.gif -share/gnome/help/gnumeric/C/images/stock_cut.gif -share/gnome/help/gnumeric/C/images/stock_new.gif -share/gnome/help/gnumeric/C/images/stock_open.gif -share/gnome/help/gnumeric/C/images/stock_paste.gif -share/gnome/help/gnumeric/C/images/stock_save.gif -share/gnome/help/gnumeric/C/images/worksheet-all-1.jpg -share/gnome/help/gnumeric/C/images/worksheet-cols-1.jpg -share/gnome/help/gnumeric/C/images/worksheet-data-1.jpg -share/gnome/help/gnumeric/C/images/worksheet-data-2.jpg -share/gnome/help/gnumeric/C/images/worksheet-data-3.jpg -share/gnome/help/gnumeric/C/images/worksheet-data-4.jpg -share/gnome/help/gnumeric/C/images/worksheet-info-1.jpg -share/gnome/help/gnumeric/C/images/worksheet-rows-1.jpg -share/gnome/help/gnumeric/C/images/worksheet-running-calc-1.jpg -share/gnome/help/gnumeric/C/images/worksheet-zoomin-1.jpg -share/gnome/help/gnumeric/C/images/worksheet-zoomout-1.jpg -share/gnome/help/gnumeric/C/ln20.html -share/gnome/help/gnumeric/C/printing.html -share/gnome/help/gnumeric/C/r10007.html -share/gnome/help/gnumeric/C/r10031.html -share/gnome/help/gnumeric/C/r10057.html -share/gnome/help/gnumeric/C/r10079.html -share/gnome/help/gnumeric/C/r10104.html -share/gnome/help/gnumeric/C/r10127.html -share/gnome/help/gnumeric/C/r10149.html -share/gnome/help/gnumeric/C/r10178.html -share/gnome/help/gnumeric/C/r10199.html -share/gnome/help/gnumeric/C/r10222.html -share/gnome/help/gnumeric/C/r10244.html -share/gnome/help/gnumeric/C/r10271.html -share/gnome/help/gnumeric/C/r10291.html -share/gnome/help/gnumeric/C/r10317.html -share/gnome/help/gnumeric/C/r10342.html -share/gnome/help/gnumeric/C/r10365.html -share/gnome/help/gnumeric/C/r10388.html -share/gnome/help/gnumeric/C/r10409.html -share/gnome/help/gnumeric/C/r10434.html -share/gnome/help/gnumeric/C/r10458.html -share/gnome/help/gnumeric/C/r10480.html -share/gnome/help/gnumeric/C/r10500.html -share/gnome/help/gnumeric/C/r10520.html -share/gnome/help/gnumeric/C/r10544.html -share/gnome/help/gnumeric/C/r2201.html -share/gnome/help/gnumeric/C/r2225.html -share/gnome/help/gnumeric/C/r2254.html -share/gnome/help/gnumeric/C/r2275.html -share/gnome/help/gnumeric/C/r2299.html -share/gnome/help/gnumeric/C/r2329.html -share/gnome/help/gnumeric/C/r2349.html -share/gnome/help/gnumeric/C/r2371.html -share/gnome/help/gnumeric/C/r2394.html -share/gnome/help/gnumeric/C/r2422.html -share/gnome/help/gnumeric/C/r2443.html -share/gnome/help/gnumeric/C/r2473.html -share/gnome/help/gnumeric/C/r2493.html -share/gnome/help/gnumeric/C/r2517.html -share/gnome/help/gnumeric/C/r2539.html -share/gnome/help/gnumeric/C/r2578.html -share/gnome/help/gnumeric/C/r2601.html -share/gnome/help/gnumeric/C/r2622.html -share/gnome/help/gnumeric/C/r2652.html -share/gnome/help/gnumeric/C/r2692.html -share/gnome/help/gnumeric/C/r2715.html -share/gnome/help/gnumeric/C/r2739.html -share/gnome/help/gnumeric/C/r2763.html -share/gnome/help/gnumeric/C/r2788.html -share/gnome/help/gnumeric/C/r2812.html -share/gnome/help/gnumeric/C/r2835.html -share/gnome/help/gnumeric/C/r2857.html -share/gnome/help/gnumeric/C/r2880.html -share/gnome/help/gnumeric/C/r2909.html -share/gnome/help/gnumeric/C/r2933.html -share/gnome/help/gnumeric/C/r2960.html -share/gnome/help/gnumeric/C/r2984.html -share/gnome/help/gnumeric/C/r3009.html -share/gnome/help/gnumeric/C/r3036.html -share/gnome/help/gnumeric/C/r3060.html -share/gnome/help/gnumeric/C/r3080.html -share/gnome/help/gnumeric/C/r3102.html -share/gnome/help/gnumeric/C/r3126.html -share/gnome/help/gnumeric/C/r3151.html -share/gnome/help/gnumeric/C/r3174.html -share/gnome/help/gnumeric/C/r3202.html -share/gnome/help/gnumeric/C/r3225.html -share/gnome/help/gnumeric/C/r3245.html -share/gnome/help/gnumeric/C/r3267.html -share/gnome/help/gnumeric/C/r3294.html -share/gnome/help/gnumeric/C/r3317.html -share/gnome/help/gnumeric/C/r3337.html -share/gnome/help/gnumeric/C/r3448.html -share/gnome/help/gnumeric/C/r3473.html -share/gnome/help/gnumeric/C/r3497.html -share/gnome/help/gnumeric/C/r3520.html -share/gnome/help/gnumeric/C/r3549.html -share/gnome/help/gnumeric/C/r3572.html -share/gnome/help/gnumeric/C/r3595.html -share/gnome/help/gnumeric/C/r3622.html -share/gnome/help/gnumeric/C/r3643.html -share/gnome/help/gnumeric/C/r3667.html -share/gnome/help/gnumeric/C/r3696.html -share/gnome/help/gnumeric/C/r3717.html -share/gnome/help/gnumeric/C/r3740.html -share/gnome/help/gnumeric/C/r3762.html -share/gnome/help/gnumeric/C/r3783.html -share/gnome/help/gnumeric/C/r3806.html -share/gnome/help/gnumeric/C/r3826.html -share/gnome/help/gnumeric/C/r3851.html -share/gnome/help/gnumeric/C/r3874.html -share/gnome/help/gnumeric/C/r3898.html -share/gnome/help/gnumeric/C/r3921.html -share/gnome/help/gnumeric/C/r3941.html -share/gnome/help/gnumeric/C/r3964.html -share/gnome/help/gnumeric/C/r3992.html -share/gnome/help/gnumeric/C/r4016.html -share/gnome/help/gnumeric/C/r4036.html -share/gnome/help/gnumeric/C/r4059.html -share/gnome/help/gnumeric/C/r4085.html -share/gnome/help/gnumeric/C/r4110.html -share/gnome/help/gnumeric/C/r4139.html -share/gnome/help/gnumeric/C/r4162.html -share/gnome/help/gnumeric/C/r4189.html -share/gnome/help/gnumeric/C/r4216.html -share/gnome/help/gnumeric/C/r4238.html -share/gnome/help/gnumeric/C/r4260.html -share/gnome/help/gnumeric/C/r4284.html -share/gnome/help/gnumeric/C/r4309.html -share/gnome/help/gnumeric/C/r4332.html -share/gnome/help/gnumeric/C/r4355.html -share/gnome/help/gnumeric/C/r4377.html -share/gnome/help/gnumeric/C/r4402.html -share/gnome/help/gnumeric/C/r4426.html -share/gnome/help/gnumeric/C/r4450.html -share/gnome/help/gnumeric/C/r4491.html -share/gnome/help/gnumeric/C/r4512.html -share/gnome/help/gnumeric/C/r4533.html -share/gnome/help/gnumeric/C/r4557.html -share/gnome/help/gnumeric/C/r4583.html -share/gnome/help/gnumeric/C/r4603.html -share/gnome/help/gnumeric/C/r4627.html -share/gnome/help/gnumeric/C/r4649.html -share/gnome/help/gnumeric/C/r4671.html -share/gnome/help/gnumeric/C/r4694.html -share/gnome/help/gnumeric/C/r4719.html -share/gnome/help/gnumeric/C/r4746.html -share/gnome/help/gnumeric/C/r4767.html -share/gnome/help/gnumeric/C/r4789.html -share/gnome/help/gnumeric/C/r4812.html -share/gnome/help/gnumeric/C/r4836.html -share/gnome/help/gnumeric/C/r4877.html -share/gnome/help/gnumeric/C/r4897.html -share/gnome/help/gnumeric/C/r4925.html -share/gnome/help/gnumeric/C/r4949.html -share/gnome/help/gnumeric/C/r4973.html -share/gnome/help/gnumeric/C/r5000.html -share/gnome/help/gnumeric/C/r5025.html -share/gnome/help/gnumeric/C/r5045.html -share/gnome/help/gnumeric/C/r5065.html -share/gnome/help/gnumeric/C/r5089.html -share/gnome/help/gnumeric/C/r5114.html -share/gnome/help/gnumeric/C/r5138.html -share/gnome/help/gnumeric/C/r5163.html -share/gnome/help/gnumeric/C/r5187.html -share/gnome/help/gnumeric/C/r5215.html -share/gnome/help/gnumeric/C/r5238.html -share/gnome/help/gnumeric/C/r5265.html -share/gnome/help/gnumeric/C/r5289.html -share/gnome/help/gnumeric/C/r5309.html -share/gnome/help/gnumeric/C/r5332.html -share/gnome/help/gnumeric/C/r5356.html -share/gnome/help/gnumeric/C/r5396.html -share/gnome/help/gnumeric/C/r5419.html -share/gnome/help/gnumeric/C/r5442.html -share/gnome/help/gnumeric/C/r5467.html -share/gnome/help/gnumeric/C/r5492.html -share/gnome/help/gnumeric/C/r5515.html -share/gnome/help/gnumeric/C/r5538.html -share/gnome/help/gnumeric/C/r5561.html -share/gnome/help/gnumeric/C/r5589.html -share/gnome/help/gnumeric/C/r5609.html -share/gnome/help/gnumeric/C/r5632.html -share/gnome/help/gnumeric/C/r5654.html -share/gnome/help/gnumeric/C/r5694.html -share/gnome/help/gnumeric/C/r5719.html -share/gnome/help/gnumeric/C/r5741.html -share/gnome/help/gnumeric/C/r5762.html -share/gnome/help/gnumeric/C/r5787.html -share/gnome/help/gnumeric/C/r5809.html -share/gnome/help/gnumeric/C/r5838.html -share/gnome/help/gnumeric/C/r5862.html -share/gnome/help/gnumeric/C/r5885.html -share/gnome/help/gnumeric/C/r5909.html -share/gnome/help/gnumeric/C/r5936.html -share/gnome/help/gnumeric/C/r5958.html -share/gnome/help/gnumeric/C/r5980.html -share/gnome/help/gnumeric/C/r6006.html -share/gnome/help/gnumeric/C/r6030.html -share/gnome/help/gnumeric/C/r6050.html -share/gnome/help/gnumeric/C/r6077.html -share/gnome/help/gnumeric/C/r6102.html -share/gnome/help/gnumeric/C/r6126.html -share/gnome/help/gnumeric/C/r6149.html -share/gnome/help/gnumeric/C/r6174.html -share/gnome/help/gnumeric/C/r6196.html -share/gnome/help/gnumeric/C/r6219.html -share/gnome/help/gnumeric/C/r6241.html -share/gnome/help/gnumeric/C/r6283.html -share/gnome/help/gnumeric/C/r6306.html -share/gnome/help/gnumeric/C/r6329.html -share/gnome/help/gnumeric/C/r6350.html -share/gnome/help/gnumeric/C/r6382.html -share/gnome/help/gnumeric/C/r6407.html -share/gnome/help/gnumeric/C/r6432.html -share/gnome/help/gnumeric/C/r6452.html -share/gnome/help/gnumeric/C/r6475.html -share/gnome/help/gnumeric/C/r6500.html -share/gnome/help/gnumeric/C/r6524.html -share/gnome/help/gnumeric/C/r6545.html -share/gnome/help/gnumeric/C/r6568.html -share/gnome/help/gnumeric/C/r6593.html -share/gnome/help/gnumeric/C/r6616.html -share/gnome/help/gnumeric/C/r6645.html -share/gnome/help/gnumeric/C/r6669.html -share/gnome/help/gnumeric/C/r6691.html -share/gnome/help/gnumeric/C/r6718.html -share/gnome/help/gnumeric/C/r6740.html -share/gnome/help/gnumeric/C/r6767.html -share/gnome/help/gnumeric/C/r6787.html -share/gnome/help/gnumeric/C/r6813.html -share/gnome/help/gnumeric/C/r6838.html -share/gnome/help/gnumeric/C/r6863.html -share/gnome/help/gnumeric/C/r6887.html -share/gnome/help/gnumeric/C/r6914.html -share/gnome/help/gnumeric/C/r6954.html -share/gnome/help/gnumeric/C/r6977.html -share/gnome/help/gnumeric/C/r6999.html -share/gnome/help/gnumeric/C/r7022.html -share/gnome/help/gnumeric/C/r7044.html -share/gnome/help/gnumeric/C/r7064.html -share/gnome/help/gnumeric/C/r7089.html -share/gnome/help/gnumeric/C/r7111.html -share/gnome/help/gnumeric/C/r7137.html -share/gnome/help/gnumeric/C/r7160.html -share/gnome/help/gnumeric/C/r7185.html -share/gnome/help/gnumeric/C/r7213.html -share/gnome/help/gnumeric/C/r7243.html -share/gnome/help/gnumeric/C/r7267.html -share/gnome/help/gnumeric/C/r7293.html -share/gnome/help/gnumeric/C/r7313.html -share/gnome/help/gnumeric/C/r7349.html -share/gnome/help/gnumeric/C/r7366.html -share/gnome/help/gnumeric/C/r7388.html -share/gnome/help/gnumeric/C/r7413.html -share/gnome/help/gnumeric/C/r7438.html -share/gnome/help/gnumeric/C/r7462.html -share/gnome/help/gnumeric/C/r7485.html -share/gnome/help/gnumeric/C/r7508.html -share/gnome/help/gnumeric/C/r7531.html -share/gnome/help/gnumeric/C/r7564.html -share/gnome/help/gnumeric/C/r7586.html -share/gnome/help/gnumeric/C/r7613.html -share/gnome/help/gnumeric/C/r7633.html -share/gnome/help/gnumeric/C/r7673.html -share/gnome/help/gnumeric/C/r7696.html -share/gnome/help/gnumeric/C/r7719.html -share/gnome/help/gnumeric/C/r7742.html -share/gnome/help/gnumeric/C/r7766.html -share/gnome/help/gnumeric/C/r7790.html -share/gnome/help/gnumeric/C/r7816.html -share/gnome/help/gnumeric/C/r7838.html -share/gnome/help/gnumeric/C/r7862.html -share/gnome/help/gnumeric/C/r7890.html -share/gnome/help/gnumeric/C/r7912.html -share/gnome/help/gnumeric/C/r7932.html -share/gnome/help/gnumeric/C/r7954.html -share/gnome/help/gnumeric/C/r7981.html -share/gnome/help/gnumeric/C/r8004.html -share/gnome/help/gnumeric/C/r8026.html -share/gnome/help/gnumeric/C/r8050.html -share/gnome/help/gnumeric/C/r8083.html -share/gnome/help/gnumeric/C/r8111.html -share/gnome/help/gnumeric/C/r8135.html -share/gnome/help/gnumeric/C/r8157.html -share/gnome/help/gnumeric/C/r8185.html -share/gnome/help/gnumeric/C/r8211.html -share/gnome/help/gnumeric/C/r8234.html -share/gnome/help/gnumeric/C/r8257.html -share/gnome/help/gnumeric/C/r8285.html -share/gnome/help/gnumeric/C/r8309.html -share/gnome/help/gnumeric/C/r8334.html -share/gnome/help/gnumeric/C/r8362.html -share/gnome/help/gnumeric/C/r8389.html -share/gnome/help/gnumeric/C/r8407.html -share/gnome/help/gnumeric/C/r8431.html -share/gnome/help/gnumeric/C/r8459.html -share/gnome/help/gnumeric/C/r8487.html -share/gnome/help/gnumeric/C/r8510.html -share/gnome/help/gnumeric/C/r8532.html -share/gnome/help/gnumeric/C/r8555.html -share/gnome/help/gnumeric/C/r8583.html -share/gnome/help/gnumeric/C/r8604.html -share/gnome/help/gnumeric/C/r8627.html -share/gnome/help/gnumeric/C/r8651.html -share/gnome/help/gnumeric/C/r8675.html -share/gnome/help/gnumeric/C/r8703.html -share/gnome/help/gnumeric/C/r8726.html -share/gnome/help/gnumeric/C/r8755.html -share/gnome/help/gnumeric/C/r8777.html -share/gnome/help/gnumeric/C/r8801.html -share/gnome/help/gnumeric/C/r8822.html -share/gnome/help/gnumeric/C/r8846.html -share/gnome/help/gnumeric/C/r8869.html -share/gnome/help/gnumeric/C/r8894.html -share/gnome/help/gnumeric/C/r8917.html -share/gnome/help/gnumeric/C/r8937.html -share/gnome/help/gnumeric/C/r8958.html -share/gnome/help/gnumeric/C/r8983.html -share/gnome/help/gnumeric/C/r9012.html -share/gnome/help/gnumeric/C/r9037.html -share/gnome/help/gnumeric/C/r9057.html -share/gnome/help/gnumeric/C/r9077.html -share/gnome/help/gnumeric/C/r9099.html -share/gnome/help/gnumeric/C/r9121.html -share/gnome/help/gnumeric/C/r9145.html -share/gnome/help/gnumeric/C/r9171.html -share/gnome/help/gnumeric/C/r9192.html -share/gnome/help/gnumeric/C/r9233.html -share/gnome/help/gnumeric/C/r9261.html -share/gnome/help/gnumeric/C/r9281.html -share/gnome/help/gnumeric/C/r9321.html -share/gnome/help/gnumeric/C/r9342.html -share/gnome/help/gnumeric/C/r9365.html -share/gnome/help/gnumeric/C/r9406.html -share/gnome/help/gnumeric/C/r9432.html -share/gnome/help/gnumeric/C/r9456.html -share/gnome/help/gnumeric/C/r9484.html -share/gnome/help/gnumeric/C/r9504.html -share/gnome/help/gnumeric/C/r9527.html -share/gnome/help/gnumeric/C/r9551.html -share/gnome/help/gnumeric/C/r9579.html -share/gnome/help/gnumeric/C/r9600.html -share/gnome/help/gnumeric/C/r9620.html -share/gnome/help/gnumeric/C/r9647.html -share/gnome/help/gnumeric/C/r9687.html -share/gnome/help/gnumeric/C/r9712.html -share/gnome/help/gnumeric/C/r9741.html -share/gnome/help/gnumeric/C/r9763.html -share/gnome/help/gnumeric/C/r9786.html -share/gnome/help/gnumeric/C/r9813.html -share/gnome/help/gnumeric/C/r9839.html -share/gnome/help/gnumeric/C/r9867.html -share/gnome/help/gnumeric/C/r9887.html -share/gnome/help/gnumeric/C/r9912.html -share/gnome/help/gnumeric/C/r9935.html -share/gnome/help/gnumeric/C/r9959.html -share/gnome/help/gnumeric/C/r9985.html -share/gnome/help/gnumeric/C/style.html -share/gnome/help/gnumeric/C/topic.dat -share/gnome/help/gnumeric/C/tutorials.html -share/gnome/help/gnumeric/C/worksheet.html -share/gnome/help/gnumeric/C/x176.html -share/gnome/help/gnumeric/C/x222.html -share/gnome/help/gnumeric/C/x669.html -share/gnome/help/gnumeric/C/x683.html -share/gnome/idl/Gnumeric.idl -share/gnome/idl/Graph.idl -share/gnome/mc/templates/gnumeric.desktop -share/gnome/mime-info/gnumeric.keys -share/gnome/mime-info/gnumeric.mime -share/gnome/oaf/gnumeric.oafinfo -share/gnome/oaf/graph.oafinfo -share/gnome/pixmaps/gnome-application-x-gnumeric.png -share/gnome/pixmaps/gnome-application-x-xls.png -share/gnome/pixmaps/gnome-gnumeric.png -share/gnome/pixmaps/gnumeric/bottom_border -share/gnome/pixmaps/gnumeric/chart_area_1_1.png -share/gnome/pixmaps/gnumeric/chart_area_1_2.png -share/gnome/pixmaps/gnumeric/chart_area_1_3.png -share/gnome/pixmaps/gnumeric/chart_area_2_1.png -share/gnome/pixmaps/gnumeric/chart_area_2_2.png -share/gnome/pixmaps/gnumeric/chart_area_2_3.png -share/gnome/pixmaps/gnumeric/chart_bar_1_1.png -share/gnome/pixmaps/gnumeric/chart_bar_1_2.png -share/gnome/pixmaps/gnumeric/chart_bar_1_3.png -share/gnome/pixmaps/gnumeric/chart_bar_2_1_.png -share/gnome/pixmaps/gnumeric/chart_bar_2_2_.png -share/gnome/pixmaps/gnumeric/chart_bar_2_3_.png -share/gnome/pixmaps/gnumeric/chart_bubble_1_1.png -share/gnome/pixmaps/gnumeric/chart_bubble_1_2.png -share/gnome/pixmaps/gnumeric/chart_column_1_1.png -share/gnome/pixmaps/gnumeric/chart_column_1_2.png -share/gnome/pixmaps/gnumeric/chart_column_1_3.png -share/gnome/pixmaps/gnumeric/chart_column_2_1.png -share/gnome/pixmaps/gnumeric/chart_column_2_2.png -share/gnome/pixmaps/gnumeric/chart_column_2_3.png -share/gnome/pixmaps/gnumeric/chart_column_3_1.png -share/gnome/pixmaps/gnumeric/chart_cone.xpm_1_1.png -share/gnome/pixmaps/gnumeric/chart_cone.xpm_1_2.png -share/gnome/pixmaps/gnumeric/chart_cone.xpm_1_3.png -share/gnome/pixmaps/gnumeric/chart_cone.xpm_2_1.png -share/gnome/pixmaps/gnumeric/chart_cone.xpm_2_2.png -share/gnome/pixmaps/gnumeric/chart_cone.xpm_2_3.png -share/gnome/pixmaps/gnumeric/chart_cone.xpm_3_1.png -share/gnome/pixmaps/gnumeric/chart_cylinder_1_1.png -share/gnome/pixmaps/gnumeric/chart_cylinder_1_2.png -share/gnome/pixmaps/gnumeric/chart_cylinder_1_3.png -share/gnome/pixmaps/gnumeric/chart_cylinder_2_1.png -share/gnome/pixmaps/gnumeric/chart_cylinder_2_2.png -share/gnome/pixmaps/gnumeric/chart_cylinder_2_3.png -share/gnome/pixmaps/gnumeric/chart_cylinder_3_1.png -share/gnome/pixmaps/gnumeric/chart_doghnut_1_1.png -share/gnome/pixmaps/gnumeric/chart_doghnut_2_1.png -share/gnome/pixmaps/gnumeric/chart_line_1_1.png -share/gnome/pixmaps/gnumeric/chart_line_1_2.png -share/gnome/pixmaps/gnumeric/chart_line_1_3.png -share/gnome/pixmaps/gnumeric/chart_line_2_1.png -share/gnome/pixmaps/gnumeric/chart_line_2_2.png -share/gnome/pixmaps/gnumeric/chart_line_2_3.png -share/gnome/pixmaps/gnumeric/chart_line_3_1.png -share/gnome/pixmaps/gnumeric/chart_pie_1_1.png -share/gnome/pixmaps/gnumeric/chart_pie_1_2.png -share/gnome/pixmaps/gnumeric/chart_pie_1_3.png -share/gnome/pixmaps/gnumeric/chart_pie_2_1.png -share/gnome/pixmaps/gnumeric/chart_pie_2_2.png -share/gnome/pixmaps/gnumeric/chart_pie_2_3.png -share/gnome/pixmaps/gnumeric/chart_pyramid_1_1.png -share/gnome/pixmaps/gnumeric/chart_pyramid_1_2.png -share/gnome/pixmaps/gnumeric/chart_pyramid_1_3.png -share/gnome/pixmaps/gnumeric/chart_pyramid_2_1.png -share/gnome/pixmaps/gnumeric/chart_pyramid_2_2.png -share/gnome/pixmaps/gnumeric/chart_pyramid_2_3.png -share/gnome/pixmaps/gnumeric/chart_pyramid_3_1.png -share/gnome/pixmaps/gnumeric/chart_radar_1_1.png -share/gnome/pixmaps/gnumeric/chart_radar_1_2.png -share/gnome/pixmaps/gnumeric/chart_radar_1_3.png -share/gnome/pixmaps/gnumeric/chart_scatter_1_1.png -share/gnome/pixmaps/gnumeric/chart_scatter_2_1.png -share/gnome/pixmaps/gnumeric/chart_scatter_2_2.png -share/gnome/pixmaps/gnumeric/chart_scatter_3_1.png -share/gnome/pixmaps/gnumeric/chart_scatter_3_2.png -share/gnome/pixmaps/gnumeric/chart_stock_1_1.png -share/gnome/pixmaps/gnumeric/chart_stock_1_2.png -share/gnome/pixmaps/gnumeric/chart_stock_2_1.png -share/gnome/pixmaps/gnumeric/chart_stock_2_2.png -share/gnome/pixmaps/gnumeric/chart_surface_1_1.png -share/gnome/pixmaps/gnumeric/chart_surface_1_2.png -share/gnome/pixmaps/gnumeric/chart_surface_2_1.png -share/gnome/pixmaps/gnumeric/chart_surface_2_2.png -share/gnome/pixmaps/gnumeric/diag_border -share/gnome/pixmaps/gnumeric/down-right.png -share/gnome/pixmaps/gnumeric/gp_125grey -share/gnome/pixmaps/gnumeric/gp_25grey -share/gnome/pixmaps/gnumeric/gp_50grey -share/gnome/pixmaps/gnumeric/gp_625grey -share/gnome/pixmaps/gnumeric/gp_75grey -share/gnome/pixmaps/gnumeric/gp_bricks -share/gnome/pixmaps/gnumeric/gp_diag -share/gnome/pixmaps/gnumeric/gp_diag_cross -share/gnome/pixmaps/gnumeric/gp_foreground_solid -share/gnome/pixmaps/gnumeric/gp_horiz -share/gnome/pixmaps/gnumeric/gp_large_circles -share/gnome/pixmaps/gnumeric/gp_rev_diag -share/gnome/pixmaps/gnumeric/gp_semi_circle -share/gnome/pixmaps/gnumeric/gp_small_circle -share/gnome/pixmaps/gnumeric/gp_solid -share/gnome/pixmaps/gnumeric/gp_thatch -share/gnome/pixmaps/gnumeric/gp_thick_diag_cross -share/gnome/pixmaps/gnumeric/gp_thin_diag -share/gnome/pixmaps/gnumeric/gp_thin_diag_cross -share/gnome/pixmaps/gnumeric/gp_thin_horiz -share/gnome/pixmaps/gnumeric/gp_thin_horiz_cross -share/gnome/pixmaps/gnumeric/gp_thin_rev_diag -share/gnome/pixmaps/gnumeric/gp_thin_vert -share/gnome/pixmaps/gnumeric/gp_vert -share/gnome/pixmaps/gnumeric/inside_border -share/gnome/pixmaps/gnumeric/inside_horiz_border -share/gnome/pixmaps/gnumeric/inside_vert_border -share/gnome/pixmaps/gnumeric/left_border -share/gnome/pixmaps/gnumeric/line_pattern_dash_dot -share/gnome/pixmaps/gnumeric/line_pattern_dash_dot_dot -share/gnome/pixmaps/gnumeric/line_pattern_dashed -share/gnome/pixmaps/gnumeric/line_pattern_dotted -share/gnome/pixmaps/gnumeric/line_pattern_double -share/gnome/pixmaps/gnumeric/line_pattern_hair -share/gnome/pixmaps/gnumeric/line_pattern_medium -share/gnome/pixmaps/gnumeric/line_pattern_medium_dash -share/gnome/pixmaps/gnumeric/line_pattern_medium_dash_dot -share/gnome/pixmaps/gnumeric/line_pattern_medium_dash_dot_dot -share/gnome/pixmaps/gnumeric/line_pattern_slant -share/gnome/pixmaps/gnumeric/line_pattern_thick -share/gnome/pixmaps/gnumeric/line_pattern_thin -share/gnome/pixmaps/gnumeric/no_border -share/gnome/pixmaps/gnumeric/orient-horizontal.png -share/gnome/pixmaps/gnumeric/orient-vertical.png -share/gnome/pixmaps/gnumeric/outline_border -share/gnome/pixmaps/gnumeric/rev_diag_border -share/gnome/pixmaps/gnumeric/right-down.png -share/gnome/pixmaps/gnumeric/right_border -share/gnome/pixmaps/gnumeric/stf-druid.png -share/gnome/pixmaps/gnumeric/top_border -share/locale/cs/LC_MESSAGES/gnumeric.mo -share/locale/da/LC_MESSAGES/gnumeric.mo -share/locale/de/LC_MESSAGES/gnumeric.mo -share/locale/el/LC_MESSAGES/gnumeric.mo -share/locale/en_GB/LC_MESSAGES/gnumeric.mo -share/locale/es/LC_MESSAGES/gnumeric.mo -share/locale/es_DO/LC_MESSAGES/gnumeric.mo -share/locale/es_GT/LC_MESSAGES/gnumeric.mo -share/locale/es_HN/LC_MESSAGES/gnumeric.mo -share/locale/es_MX/LC_MESSAGES/gnumeric.mo -share/locale/es_PA/LC_MESSAGES/gnumeric.mo -share/locale/es_PE/LC_MESSAGES/gnumeric.mo -share/locale/es_SV/LC_MESSAGES/gnumeric.mo -share/locale/et/LC_MESSAGES/gnumeric.mo -share/locale/fi/LC_MESSAGES/gnumeric.mo -share/locale/fr/LC_MESSAGES/gnumeric.mo -share/locale/ga/LC_MESSAGES/gnumeric.mo -share/locale/gl/LC_MESSAGES/gnumeric.mo -share/locale/hr/LC_MESSAGES/gnumeric.mo -share/locale/hu/LC_MESSAGES/gnumeric.mo -share/locale/it/LC_MESSAGES/gnumeric.mo -share/locale/ja/LC_MESSAGES/gnumeric.mo -share/locale/ko/LC_MESSAGES/gnumeric.mo -share/locale/nl/LC_MESSAGES/gnumeric.mo -share/locale/no/LC_MESSAGES/gnumeric.mo -share/locale/pl/LC_MESSAGES/gnumeric.mo -share/locale/pt/LC_MESSAGES/gnumeric.mo -share/locale/pt_BR/LC_MESSAGES/gnumeric.mo -share/locale/ru/LC_MESSAGES/gnumeric.mo -share/locale/sk/LC_MESSAGES/gnumeric.mo -share/locale/sv/LC_MESSAGES/gnumeric.mo -share/locale/uk/LC_MESSAGES/gnumeric.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/gnumeric.mo -share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo -@dirrm share/gnome/gnumeric/%%VERSION%%/python -@dirrm share/gnome/gnumeric/%%VERSION%%/guile -@dirrm share/gnome/gnumeric/%%VERSION%%/glade -@dirrm share/gnome/gnumeric/%%VERSION%% -@dirrm share/gnome/gnumeric -@dirrm share/gnome/help/gnumeric/C/images -@dirrm share/gnome/help/gnumeric/C -@dirrm share/gnome/help/gnumeric -@unexec rmdir %D/share/gnome/oaf 2>/dev/null || true -@dirrm share/gnome/pixmaps/gnumeric -@dirrm lib/gnumeric/%%VERSION%%/plugins -@dirrm lib/gnumeric/%%VERSION%% -@dirrm lib/gnumeric diff --git a/math/kaskade/Makefile b/math/kaskade/Makefile deleted file mode 100644 index c5f8936bfffb..000000000000 --- a/math/kaskade/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: Kaskade -# Date created: 19 Sept. 1997 -# Whom: Pedro Giffuni -# -# $FreeBSD$ -# - -PORTNAME= kaskade -PORTVERSION= 3.1.1 -CATEGORIES= cad -MASTER_SITES= ftp://ftp.zib.de/pub/kaskade/3.x/ -DISTNAME= ${PORTVERSION} -EXTRACT_SUFX= .tar.Z - -MAINTAINER= ports@FreeBSD.org - -USE_X_PREFIX= yes - -.include <bsd.port.pre.mk> -.if ${OSVERSION} >= 400004 -MAKE_ENV+= HAVE_G2C=yes -.endif - -DIST_SUBDIR= kaskade -WRKSRC= ${WRKDIR}/3.1 -MAKEFILE= makefile -ALL_TARGET= k6 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/k6 ${PREFIX}/bin - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/examples/kaskade - ${INSTALL_DATA} ${WRKSRC}/*.cmd ${PREFIX}/share/examples/kaskade - ${INSTALL_DATA} ${WRKSRC}/*.geo ${PREFIX}/share/examples/kaskade - ${INSTALL_DATA} ${WRKSRC}/*.mat ${PREFIX}/share/examples/kaskade -.endif - -.include <bsd.port.post.mk> diff --git a/math/kaskade/distinfo b/math/kaskade/distinfo deleted file mode 100644 index 0e3d4ff53706..000000000000 --- a/math/kaskade/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (kaskade/3.1.1.tar.Z) = 8cbe50e75d1ded21838461f80cf62fe5 diff --git a/math/kaskade/files/patch-aa b/math/kaskade/files/patch-aa deleted file mode 100644 index 08db5888cb1f..000000000000 --- a/math/kaskade/files/patch-aa +++ /dev/null @@ -1,98 +0,0 @@ ---- makefile.orig Wed Sep 25 23:32:22 1996 -+++ makefile Mon Mar 13 01:34:19 2000 -@@ -1,7 +1,7 @@ - PURIFY = #purify - PURELINK = #purelink --C++ = $(PURIFY) g++ --LD = $(PURELINK) g++ -+C++ = ${CXX} -+LD = ${CXX} - - #C++ = $(PURIFY) g++ -w -I/sgisoft/gnu/lib/g++-include # !!! SGI GNU 2.7.1 - #LD = $(PURIFY) g++ -w -@@ -18,25 +18,33 @@ - #FORFLAGS = -O -extend_source # SGI - - DEBFLAG = -g --OPTFLAG = -Wall -O -g -+OPTFLAG = ${CXXFLAGS} - - LIBS = -lX11 -lm $(F77LIBS) --#LIBDIR = /usr/X11/lib # PC LINUX, XFree86 3.1.1 -+.if ${PORTOBJFORMAT} == "elf" -+LIBS+=-Wl,-rpath,${X11BASE}/lib -+.endif - --F77LIBS = -L/opt/SUNWspro/SC4.0/lib -lF77 -lM77 -lsunmath -lsocket -lnsl # SUN -+LIBDIR = ${X11BASE}/lib -+ -+#F77LIBS = -L/opt/SUNWspro/SC4.0/lib -lF77 -lM77 -lsunmath -lsocket -lnsl # SUN - #F77LIBS = -lftn # SGI - #F77LIBS = -L/opt/SUNWspro/SC3.0/lib -lF77 -lM77 -lcomplex -lsunmath -lnsl -lsocket # SUN SC3.0 - # F77LIBS = -lxlf -lxlf90 -lxlfutil # IBM - # F77LIBS = -lfor # DEC Alpha --# F77LIBS = -lf2c # PC LINUX, XFree86 3.1.1 -- --CFLAGS = -ansi --CPPFLAGS = --LDFLAGS = $(DEBFLAG) -+.if defined(HAVE_G2C) -+F77LIBS = -lg2c # PC LINUX, XFree86 3.1.1 -+.else -+F77LIBS = -lf2c # PC LINUX, XFree86 3.1.1 -+.endif -+ -+#CFLAGS = -ansi -+CPPFLAGS = -I${X11BASE}/include -+#LDFLAGS = $(DEBFLAG) - - # ------------------------------------------------------------------------- - --TargetDirectory = /temp # used for command 'copy' -+TargetDirectory = /tmp # used for command 'copy' - - default: k6 - -@@ -77,18 +85,18 @@ - FSources = ma28.f madc28.f - - # SUN / SGI: --ma28.o: ma28.f sysmat.h sysmatml.h sysmatsp.h -- $(FOR) -c $(FORFLAGS) ma28.f --madc28.o: madc28.f sysmat.h sysmatml.h sysmatsp.h -- $(FOR) -c $(FORFLAGS) madc28.f -- -- --# SUN and PC LINUX: - #ma28.o: ma28.f sysmat.h sysmatml.h sysmatsp.h - # $(FOR) -c $(FORFLAGS) ma28.f - #madc28.o: madc28.f sysmat.h sysmatml.h sysmatsp.h - # $(FOR) -c $(FORFLAGS) madc28.f - -+ -+# SUN and PC LINUX: -+ma28.o: ma28.f sysmat.h sysmatml.h sysmatsp.h -+ $(FOR) -c $(FORFLAGS) ma28.f -+madc28.o: madc28.f sysmat.h sysmatml.h sysmatsp.h -+ $(FOR) -c $(FORFLAGS) madc28.f -+ - # IBM: - #ma28.o: ma28.f sysmat.h sysmatml.h sysmatsp.h - # $(FOR) -c -qextname $(FORFLAGS) ma28.f -@@ -224,12 +232,12 @@ - k3: $(k3O) - $(LD) $(LDFLAGS) -o k3 $(k3O) $(LIBS) - --k6: $(k6O) -- $(LD) $(LDFLAGS) -o k6 $(k6O) $(LIBS) -+#k6: $(k6O) -+# $(LD) $(LDFLAGS) -o k6 $(k6O) $(LIBS) - - # under PC Linux add "-L$(LIBDIR)" --#k6: $(k6O) --# $(LD) $(LDFLAGS) -o k6 $(k6O) $(LIBS) -L$(LIBDIR) -+k6: $(k6O) -+ $(LD) $(LDFLAGS) -o k6 $(k6O) $(LIBS) -L$(LIBDIR) - - - diff --git a/math/kaskade/files/patch-ab b/math/kaskade/files/patch-ab deleted file mode 100644 index 9b38cecb4002..000000000000 --- a/math/kaskade/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ -*** psdriv.cc.orig Tue Jul 8 23:53:37 1997 ---- psdriv.cc Tue Jul 8 23:53:43 1997 -*************** -*** 155,161 **** ---- 155,163 ---- - fprintf(graph->file, "%%!PS-Adobe-2.0\n"); // was 1.0 - fprintf(graph->file, "%%%%Title: %s\n", graph->fileName); - fprintf(graph->file, "%%%%Creator: MiniGraphic\n"); -+ #ifndef __FreeBSD__ - fprintf(graph->file, "%%%%For: %s\n", cuserid(0)); -+ #endif - time(&t); - fprintf(graph->file, "%%%%CreationDate: %s", ctime(&t)); - fprintf(graph->file, "%%%%Pages: (atend)\n"); diff --git a/math/kaskade/files/patch-ac b/math/kaskade/files/patch-ac deleted file mode 100644 index 1d7a5409a7bd..000000000000 --- a/math/kaskade/files/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ ---- fortran.h.orig Tue Apr 23 02:45:02 1996 -+++ fortran.h Sun Jun 20 13:32:40 1999 -@@ -1,7 +1,11 @@ - #ifndef FORTRAN_H - #define FORTRAN_H - -+#if __FreeBSD__ < 4 - #include <generic.h> - #define F77NAME(x) name2(x,_) -+#else -+#define F77NAME(x) x ## _ -+#endif - - #endif diff --git a/math/kaskade/files/patch-ba b/math/kaskade/files/patch-ba deleted file mode 100644 index 8039916422b7..000000000000 --- a/math/kaskade/files/patch-ba +++ /dev/null @@ -1,36 +0,0 @@ -*** int.cc.orig Wed Jul 9 14:06:19 1997 ---- int.cc Wed Jul 9 14:32:29 1997 -*************** -*** 188,194 **** - - // -- interactive - -! // cout << "Enter 'y' for mesh plot: "; cout.flush(); gets(s); - cout << "Postscript picture of mesh plot: "; - - s[0] = 'y'; ---- 188,194 ---- - - // -- interactive - -! // cout << "Enter 'y' for mesh plot: "; cout.flush(); fgets(s,256,stdin); - cout << "Postscript picture of mesh plot: "; - - s[0] = 'y'; -*************** -*** 204,210 **** - delete fePost; - } - -! // cout << "Enter 'y' for solution plot: "; cout.flush(); gets(s); - cout << "Postscript picture of solution plot: "; - s[0] = 'y'; - if (strchr(s,'y') || strchr(s,'Y')) ---- 204,210 ---- - delete fePost; - } - -! // cout << "Enter 'y' for solution plot: "; cout.flush(); fgets(s,256,stdin); - cout << "Postscript picture of solution plot: "; - s[0] = 'y'; - if (strchr(s,'y') || strchr(s,'Y')) diff --git a/math/kaskade/files/patch-bb b/math/kaskade/files/patch-bb deleted file mode 100644 index 8fa9bbaa29ff..000000000000 --- a/math/kaskade/files/patch-bb +++ /dev/null @@ -1,36 +0,0 @@ -*** kaskade.cc.orig Wed Jul 9 14:06:44 1997 ---- kaskade.cc Wed Jul 9 14:09:41 1997 -*************** -*** 101,107 **** - if (Continue == True) return noPicture; - if (!Cmd.isTrue("pause")) { Continue = True; return noPicture; } - -! char s[5]; cout << " <CR>"; cout.flush(); gets(s); strToLower(s); - if (strchr(s,'q') || strchr(s,'e')) { cout << "\nEXIT FORCED\n"; exit(1); } - if (strchr(s,'c') || strchr(s,'g')) { Continue = True; return noPicture; } - if (strchr(s,'p') || strchr(s,'P')) { return picture; } ---- 101,107 ---- - if (Continue == True) return noPicture; - if (!Cmd.isTrue("pause")) { Continue = True; return noPicture; } - -! char s[5]; cout << " <CR>"; cout.flush(); fgets(s,256,stdin); strToLower(s); - if (strchr(s,'q') || strchr(s,'e')) { cout << "\nEXIT FORCED\n"; exit(1); } - if (strchr(s,'c') || strchr(s,'g')) { Continue = True; return noPicture; } - if (strchr(s,'p') || strchr(s,'P')) { return picture; } -*************** -*** 110,116 **** - - void PauseAnyWay() - { -! char s[5]; cout << " <CR>"; cout.flush(); gets(s); strToLower(s); - if (strchr(s,'q') || strchr(s,'e')) { cout << "\nExit forced\n"; exit(1); } - } - //------------------------------------------------------------------------- ---- 110,116 ---- - - void PauseAnyWay() - { -! char s[5]; cout << " <CR>"; cout.flush(); fgets(s,256,stdin); strToLower(s); - if (strchr(s,'q') || strchr(s,'e')) { cout << "\nExit forced\n"; exit(1); } - } - //------------------------------------------------------------------------- diff --git a/math/kaskade/files/patch-bc b/math/kaskade/files/patch-bc deleted file mode 100644 index e82654310c83..000000000000 --- a/math/kaskade/files/patch-bc +++ /dev/null @@ -1,19 +0,0 @@ -*** sysmatsp.cc.orig Wed Jul 9 14:07:24 1997 ---- sysmatsp.cc Wed Jul 9 14:11:23 1997 -*************** -*** 171,177 **** - void SparseMatrix:: printMatLabFormat() const - { - char s[10]; -! printf ("\n--- print A ? <No> "); gets(s); - strToLower(s); - if (!strchr(s,'y')) return; - ---- 171,177 ---- - void SparseMatrix:: printMatLabFormat() const - { - char s[10]; -! printf ("\n--- print A ? <No> "); fgets(s,256,stdin); - strToLower(s); - if (!strchr(s,'y')) return; - diff --git a/math/kaskade/files/patch-ca b/math/kaskade/files/patch-ca deleted file mode 100644 index a8b01d6ec5b0..000000000000 --- a/math/kaskade/files/patch-ca +++ /dev/null @@ -1,86 +0,0 @@ - This patch is for ZGUI and it's not used because it requires an - outdated version of Tcl/Tk. -*** zgui/Makefile.orig Tue Feb 6 04:30:35 1996 ---- zgui/Makefile Sat Jul 19 21:58:03 1997 -*************** -*** 1,22 **** -! OS = SUNOS - CC = gcc - FORTRAN = f77 - RANLIB = ranlib - -! CFLAGS = -g -O -W -Wall - FFLAGS = -O -xl -! FTNLIB = -L/opt/SUNWspro/SC3.0/lib -lF77 -lM77 -! LFLAGS = -g - - OBJS = $(OBJDIR)/ParLists.o $(OBJDIR)/FtnParLists.o $(OBJDIR)/tclHash.o - GUIOBJS = $(OBJDIR)/ParLists.o $(OBJDIR)/TclParLists.o $(OBJDIR)/zgui.o\ - $(OBJDIR)/AppStart.o - -! TCLLIB = /zib5/Tk_Tcl/tcl7.4/lib # path for TCL libs, depends on your installation -! TCLINCLUDE = /zib5/Tk_Tcl/tcl7.4/include # path for TCL include files - -! TKLIB = /zib5/Tk_Tcl/tk4.0/lib # path for tk libs, depends on your installation -! TKINCLUDE = /zib5/Tk_Tcl/tk4.0/include # path for tk include files - - LIBDIR = lib-$(OS) - OBJDIR = obj-$(OS) ---- 1,22 ---- -! OS = FreeBSD - CC = gcc - FORTRAN = f77 - RANLIB = ranlib - -! CFLAGS = -O -W -I/usr/X11R6/include - FFLAGS = -O -xl -! FTNLIB = -lF77 -! LFLAGS = -g -L/usr/X11R6/lib - - OBJS = $(OBJDIR)/ParLists.o $(OBJDIR)/FtnParLists.o $(OBJDIR)/tclHash.o - GUIOBJS = $(OBJDIR)/ParLists.o $(OBJDIR)/TclParLists.o $(OBJDIR)/zgui.o\ - $(OBJDIR)/AppStart.o - -! TCLLIB = /usr/local/lib # path for TCL libs, depends on your installation -! TCLINCLUDE = /usr/local/include # path for TCL include files - -! TKLIB = /usr/local/lib # path for tk libs, depends on your installation -! TKINCLUDE = /usr/local/include # path for tk include files - - LIBDIR = lib-$(OS) - OBJDIR = obj-$(OS) -*************** -*** 61,76 **** - - partest: $(LIBDIR)/zplib.a $(OBJDIR)/partest.o - $(CC) $(OBJDIR)/partest.o -o partest $(LFLAGS) $(LIBDIR)/zplib.a \ -! -L$(TCLLIB) -ltcl7.4 -lm - - ftnpartest: $(LIBDIR)/zplib.a $(OBJDIR)/ftnpartest.o - $(FORTRAN) $(OBJDIR)/ftnpartest.o -o ftnpartest $(LFLAGS) \ -! $(FTNLIB) $(LIBDIR)/zplib.a -L$(TCLLIB) -ltcl7.4 -lm - - - zgui: $(LIBDIR)/zguilib.a - $(CC) -o zgui $(LFLAGS) $(LIBDIR)/zguilib.a \ -! -L$(TKLIB) -ltk4.0 -L$(TCLLIB) -ltcl7.4 -lXpm -lm -lX11 -lsocket -lnsl - - clean: - rm -rf $(OBJDIR)/* $(LIBDIR)/* partest ftnpartest ---- 61,76 ---- - - partest: $(LIBDIR)/zplib.a $(OBJDIR)/partest.o - $(CC) $(OBJDIR)/partest.o -o partest $(LFLAGS) $(LIBDIR)/zplib.a \ -! -L$(TCLLIB) -ltcl74 -lm - - ftnpartest: $(LIBDIR)/zplib.a $(OBJDIR)/ftnpartest.o - $(FORTRAN) $(OBJDIR)/ftnpartest.o -o ftnpartest $(LFLAGS) \ -! $(FTNLIB) $(LIBDIR)/zplib.a -L$(TCLLIB) -ltcl74 -lm - - - zgui: $(LIBDIR)/zguilib.a - $(CC) -o zgui $(LFLAGS) $(LIBDIR)/zguilib.a \ -! -L$(TKLIB) -ltk40 -L$(TCLLIB) -ltcl74 -lXpm -lm -lX11 - - clean: - rm -rf $(OBJDIR)/* $(LIBDIR)/* partest ftnpartest diff --git a/math/kaskade/files/patch-da b/math/kaskade/files/patch-da deleted file mode 100644 index 65a6a9f47de0..000000000000 --- a/math/kaskade/files/patch-da +++ /dev/null @@ -1,936 +0,0 @@ -diff -u /tmp/kaskade/work/3.1/adapt.cc ./adapt.cc ---- /tmp/kaskade/work/3.1/adapt.cc Tue May 21 09:09:02 1996 -+++ ./adapt.cc Sat Jan 29 11:56:44 2000 -@@ -546,7 +546,7 @@ - - const Vector<Num>& u = problem.u; - -- const edNodeM1 = u.high(); -+ const int edNodeM1 = u.high(); - int edNode = edNodeM1; - - interfaceDLY->setHighOrderNodes(&edNode); -@@ -577,8 +577,8 @@ - } - } - -- const low = problem.element->NoOfNodes()+1; -- const high = elementDLY->NoOfNodes(); -+ const int low = problem.element->NoOfNodes()+1; -+ const int high = elementDLY->NoOfNodes(); - - Matrix<Num> AElem(high, high); - Vector<Num> bElem(high); -@@ -648,7 +648,7 @@ - MESH* mesh = problem.Mesh(); - mesh->resetElemIter(); - -- const nComp = problem.NComp(); -+ const int nComp = problem.NComp(); - - - if (problem.SpaceDim() == 1) -@@ -662,7 +662,7 @@ - } - else - { -- const noOfEdges = problem.element->NoOfEdges(); -+ const int noOfEdges = problem.element->NoOfEdges(); - Vector<PATCH*> edges(noOfEdges); - - while (patch = mesh->elemIterAll() ) -diff -u /tmp/kaskade/work/3.1/adaptnl.cc ./adaptnl.cc ---- /tmp/kaskade/work/3.1/adaptnl.cc Tue Apr 23 09:45:00 1996 -+++ ./adaptnl.cc Sat Jan 29 11:59:05 2000 -@@ -76,7 +76,7 @@ - MESH* mesh = problem.Mesh(); - Vector<Num>& u = problem.u; - -- const edNodeM1 = u.high(); -+ const int edNodeM1 = u.high(); - int edNode = edNodeM1; - - interfaceDLY->setHighOrderNodes(&edNode); -@@ -97,8 +97,8 @@ - trP->solutionToNewMesh(uPrevOnNewMesh, interfaceDLY); - } - -- const low = problem.element->NoOfNodes()+1; -- const high = elementDLY->NoOfNodes(); -+ const int low = problem.element->NoOfNodes()+1; -+ const int high = elementDLY->NoOfNodes(); - - Matrix<Num> AElem(high, high); - Vector<Num> bElem(high); -@@ -196,7 +196,7 @@ - Num res, a; - Real uppDefO, lowDefO; // dummies - Bool critical; -- const dim = error.high(); -+ const int dim = error.high(); - - Vector<Real> extUppO(dim), extLowO(dim); - -@@ -369,7 +369,7 @@ - MESH* mesh = problem.Mesh(); - const Vector<Num>& u = problem.u; - -- const edNodeM1 = u.high(); -+ const int edNodeM1 = u.high(); - int edNode = edNodeM1; - - interfaceDLY->setHighOrderNodes(&edNode); -@@ -399,7 +399,7 @@ - AbQ.reset(); - - -- const high = lagrangeElementDLY->NoOfNodes(); -+ const int high = lagrangeElementDLY->NoOfNodes(); - - Matrix<Num> AElem(high,high); - Vector<Num> bElem(high); -@@ -472,7 +472,7 @@ - Num eNew, res, a; - Real uppDefO, lowDefO; - Bool critical; -- const quadDim = error.high(); -+ const int quadDim = error.high(); - - Vector<Real> extLowO(quadDim), extUppO(quadDim); - -@@ -564,7 +564,7 @@ - Num eNew, res, a; - Real uppDefO, lowDefO; - Bool critical; -- const quadDim = error.high(); -+ const int quadDim = error.high(); - - Vector<Real> extLowO(quadDim), extUppO(quadDim); - -@@ -572,7 +572,7 @@ - nonLin->updateObstacles(extUppO, extLowO, *interfaceDLY); - - -- const linDim = nonLin->lowObstacle.high(); -+ const int linDim = nonLin->lowObstacle.high(); - - Vector<Num> r(quadDim), Diag0(quadDim), aux(quadDim); - -@@ -673,7 +673,7 @@ - FORALL(r,i) aux[i] = r[i] - aux[i]; // the new residual - interfaceDLY->rhsToHB(aux); - -- const maxLevel = precond->maxLevel; -+ const int maxLevel = precond->maxLevel; - Vector<Num> rLin(linDim); - FORALL(rLin,i) - { -@@ -686,8 +686,8 @@ - // initialize the multi-level preconditioner and call one V-Cycle: - - -- const nPreSmooth0 = precond->nPreSmooth; -- const nPostSmooth0 = precond->nPostSmooth; -+ const int nPreSmooth0 = precond->nPreSmooth; -+ const int nPostSmooth0 = precond->nPostSmooth; - precond->nPreSmooth = 1; - precond->nPostSmooth = 1; - -diff -u /tmp/kaskade/work/3.1/block.cc ./block.cc ---- /tmp/kaskade/work/3.1/block.cc Tue Apr 23 09:45:00 1996 -+++ ./block.cc Sat Jan 29 16:02:17 2000 -@@ -28,7 +28,7 @@ - void BlockNode:: reset(int nComp) - { - int i; -- const n = nComp*nComp; -+ const int n = nComp*nComp; - for (i=1; i<=n; ++i) D[i] = 0.0; - } - //------------------------------------------------------------------------- -@@ -36,7 +36,7 @@ - void NeighbourBlock:: reset(int nComp) - { - int i; -- const n = nComp*nComp; -+ const int n = nComp*nComp; - for (i=1; i<=n; ++i) L[i] = 0.0; - } - //------------------------------------------------------------------------- -@@ -44,7 +44,7 @@ - void AsymNeighbourBlock:: reset(int nComp) - { - int i; -- const n = nComp*nComp; -+ const int n = nComp*nComp; - for (i=1; i<=n; ++i) L[i] = U[i] = 0.0; - } - //------------------------------------------------------------------------- -@@ -67,7 +67,7 @@ - void BlockNode:: Invert(Matrix<Num>& AM, Matrix<Num>& AMInv) - { - int i, j, n; -- const nComp = AM.cHigh(); -+ const int nComp = AM.cHigh(); - - n = 1; - FORNCOMP(i) FORNCOMP(j) AM(i,j) = D[n++]; -@@ -82,7 +82,7 @@ - void BlockNode:: Add(Vector<Num*>& Ap) - { - int i,k,n=1; -- const nComp = Ap.high(); -+ const int nComp = Ap.high(); - FORNCOMP(i) FORNCOMP(k) D[n++] += Ap[i][k]; - } - //------------------------------------------------------------------------- -@@ -90,7 +90,7 @@ - void BlockNode:: getD(Vector<Num>& data, int nComp) const - { - int i; -- const n = nComp*nComp; -+ const int n = nComp*nComp; - for (i=1; i<=n; ++i) data[i] = D[i]; - } - //------------------------------------------------------------------------- -@@ -121,7 +121,7 @@ - void NeighbourBlock:: LAdd(Vector<Num*>& Ap) - { - int i,k,n=1; -- const nComp = Ap.high(); -+ const int nComp = Ap.high(); - FORNCOMP(i) FORNCOMP(k) L[n++] += Ap[i][k]; - } - //------------------------------------------------------------------------- -@@ -129,7 +129,7 @@ - void AsymNeighbourBlock:: UAdd(Vector<Num*>& Ap) - { - int i,k,n=1; -- const nComp = Ap.high(); -+ const int nComp = Ap.high(); - FORNCOMP(i) FORNCOMP(k) U[n++] += Ap[i][k]; - } - //------------------------------------------------------------------------- -@@ -138,7 +138,7 @@ - void NeighbourBlock:: getL(Vector<Num>& data, int nComp) const - { - int i; -- const n = nComp*nComp; -+ const int n = nComp*nComp; - for (i=1; i<=n; ++i) data[i] = L[i]; - } - //------------------------------------------------------------------------- -@@ -146,7 +146,7 @@ - void NeighbourBlock:: getU(Vector<Num>& data, int nComp) const - { - int i; -- const n = nComp*nComp; -+ const int n = nComp*nComp; - for (i=1; i<=n; ++i) data[i] = L[i]; - } - //------------------------------------------------------------------------- -@@ -154,7 +154,7 @@ - void AsymNeighbourBlock:: getU(Vector<Num>& data, int nComp) const - { - int i; -- const n = nComp*nComp; -+ const int n = nComp*nComp; - for (i=1; i<=n; ++i) data[i] = U[i]; - } - //------------------------------------------------------------------------- -@@ -235,7 +235,7 @@ - --DInv; - - int i; -- const size = nComp*nComp; -+ const int size = nComp*nComp; - for (i=1; i<=size; ++i) D[i] = DInv[i] = 0.0; - } - //------------------------------------------------------------------------- -@@ -256,7 +256,7 @@ - --L; - - int i; -- const size = nComp*nComp; -+ const int size = nComp*nComp; - for (i=1; i<=size; ++i) L[i] = 0.0; - } - //------------------------------------------------------------------------- -@@ -279,7 +279,7 @@ - --U; - - int i; -- const size = nComp*nComp; -+ const int size = nComp*nComp; - for (i=1; i<=size; ++i) L[i] = U[i] = 0.0; - } - //------------------------------------------------------------------------- -diff -u /tmp/kaskade/work/3.1/cmdpars.h ./cmdpars.h ---- /tmp/kaskade/work/3.1/cmdpars.h Tue Apr 23 09:45:02 1996 -+++ ./cmdpars.h Sat Jan 29 11:49:24 2000 -@@ -15,17 +15,17 @@ - - void read(int argc, char** argv); - -- ReadCmdFile (const char *file); -+ int ReadCmdFile (const char *file); - void putToDict(char* obj); - -- isSet(char* key, char* name); -- isPresent(char* name); // -- isTrue (char* name); // boolean -+ int isSet(char* key, char* name); -+ int isPresent(char* name); -+ int isTrue (char* name); // boolean - -- get(char* name, char* val); -- get(char* name, int* val); -- get(char* name, float* val); -- get(char* name, double* val); -+ int get(char* name, char* val); -+ int get(char* name, int* val); -+ int get(char* name, float* val); -+ int get(char* name, double* val); - - friend ostream& operator<< (ostream& os, CmdPars& c); - }; -diff -u /tmp/kaskade/work/3.1/dict.h ./dict.h ---- /tmp/kaskade/work/3.1/dict.h Tue Apr 23 09:45:02 1996 -+++ ./dict.h Sat Jan 29 11:49:43 2000 -@@ -7,7 +7,7 @@ - - #include "stack.h" - --const DefaultDictSize = 25; -+const int DefaultDictSize = 25; - - - class Dict -diff -u /tmp/kaskade/work/3.1/drivers.h ./drivers.h ---- /tmp/kaskade/work/3.1/drivers.h Tue Apr 23 09:45:02 1996 -+++ ./drivers.h Sat Jan 29 16:09:17 2000 -@@ -53,7 +53,7 @@ - { notImplementedError(); return 0;} - virtual void geometric(GRAPHIC *graph, int geo, coor org, coor vec) - { notImplementedError(); return; } -- virtual SelFont(GRAPHIC *graph) -+ virtual int SelFont(GRAPHIC *graph) - { notImplementedError(); return 0;} - virtual void FlushDisplay() - { notImplementedError(); return; } -@@ -85,7 +85,7 @@ - PSDriver(); - virtual ~PSDriver(); - -- Init (GRAPHIC* graph, float size=0.5); -+ int Init (GRAPHIC* graph, float size=0.5); - int OpenPort(GRAPHIC *graph); - int Color(int col_no, int rVal, int gVal, int bVal); - -@@ -152,7 +152,7 @@ - void geometric(GRAPHIC *graph, int geo, coor org, coor vec); - - void FlushDisplay(); -- SelFont(GRAPHIC *graph); -+ int SelFont(GRAPHIC *graph); - }; - - #endif -diff -u /tmp/kaskade/work/3.1/driversimp.h ./driversimp.h ---- /tmp/kaskade/work/3.1/driversimp.h Tue Apr 23 09:45:02 1996 -+++ ./driversimp.h Sat Jan 29 16:14:59 2000 -@@ -1,7 +1,7 @@ - #ifndef DRIVERSIMP_H - #define DRIVERSIMP_H - --const MAX_WINDOWS = 1; -+const int MAX_WINDOWS = 1; - - - #include "drivers.h" -@@ -155,7 +155,7 @@ - void geometric(GRAPHIC *graph, int geo, coor org, coor vec); - - void FlushDisplay(); -- SelFont(GRAPHIC *graph); -+ int SelFont(GRAPHIC *graph); - - - private: -diff -u /tmp/kaskade/work/3.1/elements.cc ./elements.cc ---- /tmp/kaskade/work/3.1/elements.cc Mon Jun 24 11:50:30 1996 -+++ ./elements.cc Sat Jan 29 16:10:02 2000 -@@ -46,7 +46,7 @@ - void Element:: initAb(Matrix<Real>& A, Vector<Real>& b) const - { - int i, j; -- const dim = NoOfNodes(); -+ const int dim = NoOfNodes(); - - for (i=1; i<=dim; ++i) - { -@@ -59,7 +59,7 @@ - void Element:: initAb(Matrix<Real>& A) const - { - int i, j; -- const dim = NoOfNodes(); -+ const int dim = NoOfNodes(); - - for (i=1; i<=dim; ++i) - for (j=1; j<=dim; ++j) A(i,j) = 0.0; -@@ -69,7 +69,7 @@ - void Element:: initAb(Matrix<Complex>& A, Vector<Complex>& b) const - { - int i, j; -- const dim = NoOfNodes(); -+ const int dim = NoOfNodes(); - - for (i=1; i<=dim; ++i) - { -@@ -82,7 +82,7 @@ - void Element:: initAb(Matrix<Complex>& A) const - { - int i, j; -- const dim = NoOfNodes(); -+ const int dim = NoOfNodes(); - - for (i=1; i<=dim; ++i) - for (j=1; j<=dim; ++j) A(i,j) = 0.0; -diff -u /tmp/kaskade/work/3.1/elements1mc.h ./elements1mc.h ---- /tmp/kaskade/work/3.1/elements1mc.h Tue Apr 23 09:45:02 1996 -+++ ./elements1mc.h Sat Jan 29 16:15:44 2000 -@@ -87,7 +87,7 @@ - - protected: - -- const nComp, noOfNodes; -+ const int nComp, noOfNodes; - Matrix<int> Node; - - MCLine(int nComp0) : Line(), nComp(0), noOfNodes(0), Node(1,1) { } -diff -u /tmp/kaskade/work/3.1/elements2mc.h ./elements2mc.h ---- /tmp/kaskade/work/3.1/elements2mc.h Tue Apr 23 09:45:02 1996 -+++ ./elements2mc.h Sat Jan 29 16:16:24 2000 -@@ -76,7 +76,7 @@ - - protected: - -- const nComp, noOfNodes; -+ const int nComp, noOfNodes; - Matrix<int> Node; - - MCTriangle(int nComp0) : Triangle(), nComp(0), noOfNodes(0), Node(1,1) { } -diff -u /tmp/kaskade/work/3.1/elements3mc.h ./elements3mc.h ---- /tmp/kaskade/work/3.1/elements3mc.h Tue Apr 23 09:45:02 1996 -+++ ./elements3mc.h Sat Jan 29 16:17:26 2000 -@@ -75,7 +75,7 @@ - - protected: - -- const nComp, noOfNodes; -+ const int nComp, noOfNodes; - Matrix<int> Node; - - MCTetra(int nComp0) : Tetra(), nComp(0), noOfNodes(0), Node(1,1) { } -diff -u /tmp/kaskade/work/3.1/familyA.cc ./familyA.cc ---- /tmp/kaskade/work/3.1/familyA.cc Tue Apr 23 09:45:01 1996 -+++ ./familyA.cc Sat Jan 29 16:08:03 2000 -@@ -100,7 +100,7 @@ - void LinEdgeGeneration:: prolong(const Vector<Num>& el, Vector<Num>& eh) const - { - int i, n, fatherNode; -- const low = fathers->cl; -+ const int low = fathers->cl; - - for (i=1; i<low; ++i) eh[i] += el[i]; // point nodes - -@@ -120,7 +120,7 @@ - void LinEdgeGeneration:: restrict(Vector<Num>& rh, Vector<Num>& rl) const - { - int i, n, fatherNode; -- const low = fathers->cl; -+ const int low = fathers->cl; - - for (i=1; i<low; ++i) rl[i] = rh[i]; - -diff -u /tmp/kaskade/work/3.1/familyA.h ./familyA.h ---- /tmp/kaskade/work/3.1/familyA.h Tue Apr 23 09:45:02 1996 -+++ ./familyA.h Sat Jan 29 11:51:31 2000 -@@ -12,7 +12,7 @@ - { - protected: - -- const nComp; -+ const int nComp; - - public: - -diff -u /tmp/kaskade/work/3.1/minigraph.h ./minigraph.h ---- /tmp/kaskade/work/3.1/minigraph.h Tue Apr 23 09:45:03 1996 -+++ ./minigraph.h Sat Jan 29 16:08:48 2000 -@@ -134,8 +134,8 @@ - GRAPHIC::GRAPHIC(int type, float size=0.5); - ~GRAPHIC(); - -- PrintGraph(); -- ComputeScaling(Driver& driver); -+ int PrintGraph(); -+ int ComputeScaling(Driver& driver); - - - xreal minX, minY, maxX, maxY, -diff -u /tmp/kaskade/work/3.1/nodeco.h ./nodeco.h ---- /tmp/kaskade/work/3.1/nodeco.h Tue Apr 23 09:45:03 1996 -+++ ./nodeco.h Sat Jan 29 12:00:40 2000 -@@ -13,7 +13,7 @@ - { - protected: - int spaceDim; -- const lowNode, highNode; -+ const int lowNode, highNode; - Matrix<Real> coord; - - public: -diff -u /tmp/kaskade/work/3.1/nonlin.cc ./nonlin.cc ---- /tmp/kaskade/work/3.1/nonlin.cc Tue Apr 23 09:45:01 1996 -+++ ./nonlin.cc Sat Jan 29 16:11:25 2000 -@@ -68,8 +68,8 @@ - const Interface& interface) const - { - int i; -- const dim = interface.Dim(); -- const spaceDim = interface.SpaceDim(); -+ const int dim = interface.Dim(); -+ const int spaceDim = interface.SpaceDim(); - - uppO.resize(dim); - lowO.resize(dim); -diff -u /tmp/kaskade/work/3.1/precondmg.cc ./precondmg.cc ---- /tmp/kaskade/work/3.1/precondmg.cc Tue Apr 23 09:45:01 1996 -+++ ./precondmg.cc Sat Jan 29 16:06:29 2000 -@@ -534,7 +534,7 @@ - void MGCG:: preSmooth(int level, Vector<Num>& x, SystemMatrix& A, Vector<Num>& b) - { - int i; -- const h0 = aux.h; -+ const int h0 = aux.h; - aux.h = p.h = r.h = A.Dim(); - - FORALL(r,i) r[i] = b[i]; -@@ -550,7 +550,7 @@ - void MGCG:: postSmooth(int level, Vector<Num>& x, SystemMatrix& A,Vector<Num>& b) - { - int i; -- const h0 = aux.h; -+ const int h0 = aux.h; - aux.h = p.h = r.h = A.Dim(); - - A.Mult(aux,x); -diff -u /tmp/kaskade/work/3.1/problem.cc ./problem.cc ---- /tmp/kaskade/work/3.1/problem.cc Mon Sep 23 16:10:13 1996 -+++ ./problem.cc Sat Jan 29 12:01:05 2000 -@@ -482,7 +482,7 @@ - Num sum; - Num E = 0.0; - -- const dim = globalNodes.high(); -+ const int dim = globalNodes.high(); - - if (symmetry == sym) // upper triangle - { -@@ -523,8 +523,8 @@ - Real maxError=0.0, error=0.0; - Num trueSol=0.0; - int i; -- const dim = interface->Dim(); -- const spaceDim = interface->SpaceDim(); -+ const int dim = interface->Dim(); -+ const int spaceDim = interface->SpaceDim(); - - Vector<Real> x(spaceDim); - NodeCoordinates nc(spaceDim, 1, dim); -@@ -645,7 +645,7 @@ - Timer timer, accTimer; - - PATCH* patch; -- const dim = element->NoOfNodes(); -+ const int dim = element->NoOfNodes(); - Matrix<Num> AElem(dim,dim); - Vector<Num> bElem(dim); - Vector<int> nodes(dim); -diff -u /tmp/kaskade/work/3.1/problemnl.cc ./problemnl.cc ---- /tmp/kaskade/work/3.1/problemnl.cc Tue May 21 14:19:54 1996 -+++ ./problemnl.cc Sat Jan 29 15:49:58 2000 -@@ -124,7 +124,7 @@ - - if (!errorEstimatorCall) // if not called by error estimator - { -- const dim = elem.NoOfNodes(); -+ const int dim = elem.NoOfNodes(); - Vector<Real> LNorm(dim); - Vector<int> nodes(dim); - -@@ -159,7 +159,7 @@ - { - int i, k, node; - -- const dim = elem.NoOfNodes(); -+ const int dim = elem.NoOfNodes(); - - Vector<Num> s(dim); - -diff -u /tmp/kaskade/work/3.1/problemtr.cc ./problemtr.cc ---- /tmp/kaskade/work/3.1/problemtr.cc Tue May 21 14:42:27 1996 -+++ ./problemtr.cc Sat Jan 29 15:49:16 2000 -@@ -427,7 +427,7 @@ - void TransientProblem:: TransientSolutionInfo(int timeStep, Real time0, - Real tau0) - { -- const step = Error.high(); -+ const int step = Error.high(); - - Real error = sqrt(quot(Error.Top(),Energy.Top())); - -@@ -472,8 +472,8 @@ - const Interface* interf = interface; - if (interfaceDLY) interf = interfaceDLY; - -- const lowNode = uPrevOnNewMesh0.low(); -- const highNode = uPrevOnNewMesh0.high(); -+ const int lowNode = uPrevOnNewMesh0.low(); -+ const int highNode = uPrevOnNewMesh0.high(); - - NodeCoordinates nc(spaceDim, lowNode, highNode); - -@@ -643,7 +643,7 @@ - int i, k; - Real factor; - -- const dim = elem.NoOfNodes(); -+ const int dim = elem.NoOfNodes(); - Matrix<Real> E(dim,dim); // 'elliptic' sub-matrix - Matrix<Real> P(dim,dim); // 'parabolic' sub-matrix (mass-matrix) - Vector<Real> s(dim), s0(dim); -@@ -826,7 +826,7 @@ - { - int i, node; - PATCH* patch; -- const dim = element->NoOfNodes(); -+ const int dim = element->NoOfNodes(); - Matrix<Num> AElem(dim,dim); - Vector<Num> bElem(dim), MElem(dim); - Vector<int> nodes(dim); -@@ -865,7 +865,7 @@ - Vector<Num>& bD) - { - int i, k; -- const dim = elem.NoOfNodes(); -+ const int dim = elem.NoOfNodes(); - Matrix<Real> P(dim,dim); // 'parabolic' sub-matrix (mass-matrix) - Vector<Real> s0(dim); - -@@ -958,7 +958,7 @@ - Timer timer, accTimer; - - int i; -- const dim = u.high(); -+ const int dim = u.high(); - - MLMatrix* AD; - if (nComp == 1) AD = new MLSparseMatrix(sym, SpaceDim(), dim); -diff -u /tmp/kaskade/work/3.1/slist.h ./slist.h ---- /tmp/kaskade/work/3.1/slist.h Tue Apr 23 09:45:03 1996 -+++ ./slist.h Sat Jan 29 11:50:58 2000 -@@ -18,8 +18,8 @@ - - void add (T* elem); // insert at end - void insert (T* elem); // insert at beginning -- insertAfter (T* elem, T* target); -- insertBefore(T* elem, T* target); -+ int insertAfter (T* elem, T* target); -+ int insertBefore(T* elem, T* target); - - T* search (T* target); // search address of target - T* inList (T* elem); // search by equal fct -diff -u /tmp/kaskade/work/3.1/sysmat.cc ./sysmat.cc ---- /tmp/kaskade/work/3.1/sysmat.cc Tue Apr 23 09:45:01 1996 -+++ ./sysmat.cc Sat Jan 29 15:52:42 2000 -@@ -109,7 +109,7 @@ - const Vector<int>& globalNodes) - { - int i, j, row, col, jMax; -- const dim = globalNodes.high(); -+ const int dim = globalNodes.high(); - - for (i=1; i<=dim; ++i) - { -diff -u /tmp/kaskade/work/3.1/sysmatbl.cc ./sysmatbl.cc ---- /tmp/kaskade/work/3.1/sysmatbl.cc Tue Apr 23 09:45:01 1996 -+++ ./sysmatbl.cc Sat Jan 29 15:53:37 2000 -@@ -70,7 +70,7 @@ - dimension = noOfNodes; - noOfBlocks = noOfNodes/nComp; - -- const prevDim = D.high(); -+ const int prevDim = D.high(); - D.extendAndCopy(noOfBlocks); - - for (i=prevDim+1; i<=noOfBlocks; ++i) -@@ -156,7 +156,7 @@ - const Vector<int>& globalNodes) - { - int i, n, k, kMax, row, col; -- const dim = globalNodes.high(); -+ const int dim = globalNodes.high(); - - Vector<Num*> Ap(nComp); - -@@ -249,7 +249,7 @@ - { - int bRow, bCol, bC, bR, comp1, comp2; - NeighbourBlock* bp; -- const transpose = 1; -+ const int transpose = 1; - - bRow = Block[row]; - bCol = Block[col]; -@@ -284,8 +284,8 @@ - - Num& MLBlockMatrix:: Diag(int node) - { -- const block = Block[node]; -- const comp = MCNode.comp(node, nComp); -+ const int block = Block[node]; -+ const int comp = MCNode.comp(node, nComp); - - return (*D[block])(comp,comp,nComp); - } -@@ -293,8 +293,8 @@ - - Num MLBlockMatrix:: Diag(int node) const - { -- const block = Block[node]; -- const comp = MCNode.comp(node, nComp); -+ const int block = Block[node]; -+ const int comp = MCNode.comp(node, nComp); - - return (*D[block])(comp,comp,nComp); - } -@@ -865,7 +865,7 @@ - int i; - NeighbourBlock* np; - -- const inBlock = nComp*nComp; -+ const int inBlock = nComp*nComp; - int n = noOfBlocks*inBlock; // diagonal contribution - - FORALL(L,i) { for (np=L[i]; np; np=np->next) n += 2*inBlock; } -@@ -945,7 +945,7 @@ - { - int i, n, row, col, comp1, comp2; - NeighbourBlock* np; -- const transpose = 1; -+ const int transpose = 1; - - n = -1; // start with 0 in ma28-arrays - row = 0; -diff -u /tmp/kaskade/work/3.1/sysmatbl.h ./sysmatbl.h ---- /tmp/kaskade/work/3.1/sysmatbl.h Tue Apr 23 09:45:03 1996 -+++ ./sysmatbl.h Sat Jan 29 15:48:15 2000 -@@ -15,7 +15,7 @@ - { - protected: - -- const nComp; -+ const int nComp; - int dimension, noOfBlocks; - Bool decomposed, ILUDecomposed, inverseDiag; - -diff -u /tmp/kaskade/work/3.1/sysmatma28.h ./sysmatma28.h ---- /tmp/kaskade/work/3.1/sysmatma28.h Tue Apr 23 09:45:03 1996 -+++ ./sysmatma28.h Sat Jan 29 11:59:40 2000 -@@ -13,7 +13,7 @@ - { - protected: - -- const spaceDim; -+ const int spaceDim; - int N, NZ, LIRN, LICN; - Vector<Num> A, W; - Vector<int> IRN, ICN, IKEEP, IW; -diff -u /tmp/kaskade/work/3.1/sysmatsp.cc ./sysmatsp.cc ---- /tmp/kaskade/work/3.1/sysmatsp.cc Sat Jan 29 16:19:44 2000 -+++ ./sysmatsp.cc Sat Jan 29 16:05:32 2000 -@@ -46,8 +46,8 @@ - if (B0) B = B0->castToSparseMatrix(); - else B = 0; - -- const nlow = (A->D).l; -- const nhigh = (A->D).h; -+ const int nlow = (A->D).l; -+ const int nhigh = (A->D).h; - - D.resize(nlow, nhigh); - -@@ -114,8 +114,8 @@ - { - int i, n; - -- const nlow = cPattern.l(); -- const nhigh = cPattern.h(); -+ const int nlow = cPattern.l(); -+ const int nhigh = cPattern.h(); - - D.resize(nlow, nhigh); - -diff -u /tmp/kaskade/work/3.1/templates.cc ./templates.cc ---- /tmp/kaskade/work/3.1/templates.cc Tue Apr 23 09:45:01 1996 -+++ ./templates.cc Sat Jan 29 11:53:57 2000 -@@ -50,7 +50,7 @@ - template class Vector<int>; - template class Vector<float>; - template class Vector<Real>; --template class Vector<Num>; -+// template class Vector<Num>; - template class Vector<Num*>; - template class Vector<Complex>; - template class Vector<Vector<char>*>; -@@ -61,13 +61,13 @@ - template class Stack<char*>; - template class Stack<int>; - template class Stack<Real>; --template class Stack<Num>; -+// template class Stack<Num>; - template class Stack<Complex>; - - template class Matrix<int>; - template class Matrix<float>; - template class Matrix<Real>; --template class Matrix<Num>; -+// template class Matrix<Num>; - template class Matrix<Complex>; - template class Matrix<Vector<Num>*>; - -@@ -134,7 +134,7 @@ - - - template class Stack<Vector<Num>*>; --template class Stack<Vector<Real>*>; -+// template class Stack<Vector<Real>*>; - template class Stack<Vector<SBool>*>; - - // block, sysmatbl -diff -u /tmp/kaskade/work/3.1/triang.cc ./triang.cc ---- /tmp/kaskade/work/3.1/triang.cc Fri Aug 30 14:30:42 1996 -+++ ./triang.cc Sat Jan 29 16:12:32 2000 -@@ -409,7 +409,7 @@ - int k, noOfSons; - PATCH* fPartner, *p, *son, *father, *fPartnerSon; - -- const lastStep = True; -+ const int lastStep = True; - resetElemIter(lastStep); - - -@@ -453,7 +453,7 @@ - - void MESH:: newNodeStack(PT* p, int depth, int targetDepth) - { -- static const nodeStackSize = sizeof(NodeStack); -+ static const int nodeStackSize = sizeof(NodeStack); - - if (depth >= targetDepth) - { -@@ -470,7 +470,7 @@ - - void NodeStack:: init(VarSizeAllocator* varAlloc0, int depth, int targetDepth) - { -- static const intSize = sizeof(int); -+ static const int intSize = sizeof(int); - - varAlloc = varAlloc0; - -@@ -492,7 +492,7 @@ - - void NodeStack:: extend() - { -- static const intSize = sizeof(int); -+ static const int intSize = sizeof(int); - - top += top; - int* vnew = (int*) varAlloc->Get(intSize*(top-l+1)); -diff -u /tmp/kaskade/work/3.1/utils.cc ./utils.cc ---- /tmp/kaskade/work/3.1/utils.cc Tue Apr 23 09:45:02 1996 -+++ ./utils.cc Sat Jan 29 16:13:41 2000 -@@ -90,7 +90,7 @@ - : commentFlag(commentFlag0), fp(0) - - { -- const maxTries = 0; -+ const int maxTries = 0; - - for (int count=1; fp==0; ++count) - { -@@ -487,7 +487,7 @@ - void invert(Matrix<Real>& A, Matrix<Real>& AInv) - { - int i,j; -- const dim = A.cHigh(); -+ const int dim = A.cHigh(); - - if (dim == 1) - { -@@ -533,7 +533,7 @@ - Real d = 1.0; - const Real tiny = machMin(Real(0.0)); - -- const dim = index.high(); -+ const int dim = index.high(); - Vector<Real> vv(dim); - - for (i=1; i<=dim; i++) -@@ -607,7 +607,7 @@ - int i, ii = 0, ip, j; - Real sum; - -- const dim = index.high(); -+ const int dim = index.high(); - - for (i=1; i<=dim; i++) - { -@@ -634,7 +634,7 @@ - void invert(Matrix<Complex>& A, Matrix<Complex>& AInv) - { - int i,j; -- const dim = A.cHigh(); -+ const int dim = A.cHigh(); - - if (dim == 1) - { -@@ -680,7 +680,7 @@ - Complex d = 1.0; - const Real tiny = machMin(Real(0.0)); - -- const dim = index.high(); -+ const int dim = index.high(); - Vector<Complex> vv(dim); - - for (i=1; i<=dim; i++) -@@ -754,7 +754,7 @@ - int i, ii = 0, ip, j; - Complex sum; - -- const dim = index.high(); -+ const int dim = index.high(); - - for (i=1; i<=dim; i++) - { -@@ -775,7 +775,7 @@ - //------------------------------------------------------------------------- - //------------------------------------------------------------------------- - --static const stringSize = 2000; -+static const int stringSize = 2000; - static char string[stringSize]; - - char *Form(char *format ...) diff --git a/math/kaskade/pkg-comment b/math/kaskade/pkg-comment deleted file mode 100644 index 7651eed2fae5..000000000000 --- a/math/kaskade/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Adaptive linear scalar elliptic and parabolic problem solver diff --git a/math/kaskade/pkg-descr b/math/kaskade/pkg-descr deleted file mode 100644 index e474032ab952..000000000000 --- a/math/kaskade/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -The KASKADE software package solves linear scalar elliptic and -parabolic problems in 1, 2, 3 space dimensions with adaptive finite -element methods. - -Furthermore, the toolbox includes extensions for handling systems of -equations and example algorithms for nonlinear methods used in obstacle, -porous media or Stefan problems. - -The core of the program is a variety of multilevel/multigrid -preconditioners for the arising linear systems. - -The code, a programmer's manual describing the software design, and a -user's guide are available by anonymous ftp from the MGNet or from the -eLib at the Konrad-Zuse-Zentrum in Berlin. - - elib: - ===== - ftp elib.zib-berlin.de - - in the subdirectories - - /pub/kaskade/3.x and /pub/kaskade/Manuals/3.x - -WWW: http://www.zib.de/SciSoft/kaskade/ diff --git a/math/kaskade/pkg-plist b/math/kaskade/pkg-plist deleted file mode 100644 index 387993f4b1ce..000000000000 --- a/math/kaskade/pkg-plist +++ /dev/null @@ -1,198 +0,0 @@ -bin/k6 -share/examples/kaskade/box.geo -share/examples/kaskade/box.mat -share/examples/kaskade/box.oldFormat.geo -share/examples/kaskade/boxII.geo -share/examples/kaskade/boxPre.geo -share/examples/kaskade/casting.cmd -share/examples/kaskade/casting.geo -share/examples/kaskade/casting.mat -share/examples/kaskade/circle-2d.geo -share/examples/kaskade/circle-2d.mat -share/examples/kaskade/circle.cmd -share/examples/kaskade/circle.geo -share/examples/kaskade/circle.mat -share/examples/kaskade/circle-3d.cmd -share/examples/kaskade/circle-3d.geo -share/examples/kaskade/circle-3d.mat -share/examples/kaskade/corner.geo -share/examples/kaskade/corner.mat -share/examples/kaskade/cubeBey.geo -share/examples/kaskade/cubus27.geo -share/examples/kaskade/cubus27.mat -share/examples/kaskade/cubus27aF.geo -share/examples/kaskade/cylind-3d.cmd -share/examples/kaskade/cylind-3d.geo -share/examples/kaskade/cylind-3d.mat -share/examples/kaskade/cylindrical-2d.cmd -share/examples/kaskade/cylindrical-2d.geo -share/examples/kaskade/cylindrical-2d.mat -share/examples/kaskade/cylindrical-3d.cmd -share/examples/kaskade/cylindrical-3d.geo -share/examples/kaskade/cylindrical-3d.mat -share/examples/kaskade/diode.geo -share/examples/kaskade/diode.mat -share/examples/kaskade/diodeBuch.geo -share/examples/kaskade/flow-2d-a.cmd -share/examples/kaskade/flow-2d-a.geo -share/examples/kaskade/flow-2d-a.mat -share/examples/kaskade/flow-2d.cmd -share/examples/kaskade/flow-2d.geo -share/examples/kaskade/flow-2d.mat -share/examples/kaskade/flow-3d.cmd -share/examples/kaskade/flow-3d.geo -share/examples/kaskade/flow-3d.mat -share/examples/kaskade/hexagon.cmd -share/examples/kaskade/hexagon.geo -share/examples/kaskade/hexagon.mat -share/examples/kaskade/hole-2d-mod.geo -share/examples/kaskade/hole-2d.cmd -share/examples/kaskade/hole-2d.geo -share/examples/kaskade/hole-2d.mat -share/examples/kaskade/holeA-2d.geo -share/examples/kaskade/holes-2d.cmd -share/examples/kaskade/holes-2d.geo -share/examples/kaskade/holes-2d.mat -share/examples/kaskade/holes-3d.cmd -share/examples/kaskade/holes-3d.geo -share/examples/kaskade/holes-3d.mat -share/examples/kaskade/jump.cmd -share/examples/kaskade/jump.geo -share/examples/kaskade/jump.mat -share/examples/kaskade/l-2d.cmd -share/examples/kaskade/l-2d.geo -share/examples/kaskade/l-2d.mat -share/examples/kaskade/l-3d.cmd -share/examples/kaskade/l-3d.geo -share/examples/kaskade/l-3d.mat -share/examples/kaskade/layer-2d.cmd -share/examples/kaskade/layer-2d.geo -share/examples/kaskade/layer-2d.mat -share/examples/kaskade/layer-3d.cmd -share/examples/kaskade/layer-3d.geo -share/examples/kaskade/layer-3d.mat -share/examples/kaskade/layer.geo -share/examples/kaskade/layer.mat -share/examples/kaskade/motz-2d.cmd -share/examples/kaskade/motz-2d.geo -share/examples/kaskade/motz-2d.mat -share/examples/kaskade/motz-3d.cmd -share/examples/kaskade/motz-3d.geo -share/examples/kaskade/motz-3d.mat -share/examples/kaskade/my08.cmd -share/examples/kaskade/my08.geo -share/examples/kaskade/my08.mat -share/examples/kaskade/obstacle.cmd -share/examples/kaskade/obstacle.geo -share/examples/kaskade/obstacle.mat -share/examples/kaskade/peak-1d.cmd -share/examples/kaskade/peak-1d.geo -share/examples/kaskade/peak-1d.mat -share/examples/kaskade/peak-2d.cmd -share/examples/kaskade/peak-2d.geo -share/examples/kaskade/peak-2d.mat -share/examples/kaskade/peak-3d.cmd -share/examples/kaskade/peak-3d.geo -share/examples/kaskade/peak-3d.mat -share/examples/kaskade/pmedia.cmd -share/examples/kaskade/pmedia.geo -share/examples/kaskade/pmedia.mat -share/examples/kaskade/prova.cmd -share/examples/kaskade/prova.geo -share/examples/kaskade/prova.mat -share/examples/kaskade/prova.zib.geo -share/examples/kaskade/rudi.geo -share/examples/kaskade/simple-1d.cmd -share/examples/kaskade/simple-1d.geo -share/examples/kaskade/simple-1d.mat -share/examples/kaskade/simple-2d.cmd -share/examples/kaskade/simple-2d.geo -share/examples/kaskade/simple-2d.mat -share/examples/kaskade/simple-3d.cmd -share/examples/kaskade/simple-3d.geo -share/examples/kaskade/simple-3d.mat -share/examples/kaskade/simpletr.cmd -share/examples/kaskade/simpletr.geo -share/examples/kaskade/simpletr.mat -share/examples/kaskade/skeleton.cmd -share/examples/kaskade/skeleton.geo -share/examples/kaskade/skeleton.mat -share/examples/kaskade/skin.cmd -share/examples/kaskade/skin.geo -share/examples/kaskade/skin.mat -share/examples/kaskade/skull.cmd -share/examples/kaskade/skull.geo -share/examples/kaskade/skull.mat -share/examples/kaskade/slit-2d-45.cmd -share/examples/kaskade/slit-2d-45.geo -share/examples/kaskade/slit-2d-45.mat -share/examples/kaskade/slit-2d-a.cmd -share/examples/kaskade/slit-2d-a.geo -share/examples/kaskade/slit-2d-a.mat -share/examples/kaskade/slit-2d.cmd -share/examples/kaskade/slit-2d.geo -share/examples/kaskade/slit-2d.mat -share/examples/kaskade/sph1004hom.cmd -share/examples/kaskade/sph1004hom.geo -share/examples/kaskade/sph1004hom.mat -share/examples/kaskade/staticpeak.mat -share/examples/kaskade/stefan.cmd -share/examples/kaskade/stefan.geo -share/examples/kaskade/stefan.mat -share/examples/kaskade/t_shape.cmd -share/examples/kaskade/t_shape.geo -share/examples/kaskade/t_shape.mat -share/examples/kaskade/transpeak-1d.geo -share/examples/kaskade/transpeak-2d.geo -share/examples/kaskade/transpeak.mat -share/examples/kaskade/u-1d-step.cmd -share/examples/kaskade/u-1d-step.geo -share/examples/kaskade/u-1d-step.mat -share/examples/kaskade/u-2d-step.cmd -share/examples/kaskade/u-2d-step.geo -share/examples/kaskade/u-2d-step.mat -share/examples/kaskade/u-3d-step.cmd -share/examples/kaskade/u-3d-step.geo -share/examples/kaskade/u-3d-step.mat -share/examples/kaskade/u1mc.cmd -share/examples/kaskade/u1mc.geo -share/examples/kaskade/u1mc.mat -share/examples/kaskade/u1stepmc.cmd -share/examples/kaskade/u2stepmc.cmd -share/examples/kaskade/unit-1d.cmd -share/examples/kaskade/unit-1d.geo -share/examples/kaskade/unit-1d.mat -share/examples/kaskade/unit-1da.geo -share/examples/kaskade/unit-2d-a.cmd -share/examples/kaskade/unit-2d-a.geo -share/examples/kaskade/unit-2d-a.mat -share/examples/kaskade/unit-2d-b.cmd -share/examples/kaskade/unit-2d-b.geo -share/examples/kaskade/unit-2d-b.mat -share/examples/kaskade/unit-2d.cmd -share/examples/kaskade/unit-2d.geo -share/examples/kaskade/unit-2d.mat -share/examples/kaskade/unit-2d.zib.geo -share/examples/kaskade/unit-3d.cmd -share/examples/kaskade/unit-3d.geo -share/examples/kaskade/unit-3d.mat -share/examples/kaskade/user-static-1d.cmd -share/examples/kaskade/user-static-1d.geo -share/examples/kaskade/user-static-1d.mat -share/examples/kaskade/user-static-2d.cmd -share/examples/kaskade/user-static-2d.geo -share/examples/kaskade/user-static-2d.mat -share/examples/kaskade/user-static-3d.cmd -share/examples/kaskade/user-static-3d.geo -share/examples/kaskade/user-static-3d.mat -share/examples/kaskade/user-trans-1d.cmd -share/examples/kaskade/user-trans-1d.geo -share/examples/kaskade/user-trans-1d.mat -share/examples/kaskade/user-trans-2d.cmd -share/examples/kaskade/user-trans-2d.geo -share/examples/kaskade/user-trans-2d.mat -share/examples/kaskade/user-trans-3d.cmd -share/examples/kaskade/user-trans-3d.geo -share/examples/kaskade/user-trans-3d.mat -share/examples/kaskade/wrench.geo -@dirrm share/examples/kaskade diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile deleted file mode 100644 index 473eb031817c..000000000000 --- a/math/kcalc/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: kdeutils2 -# Date created: Sun 14 May 2000 02:52:20 -# Whom: Will Andrews <will@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= kdeutils -PORTVERSION= 1.90 -CATEGORIES= misc kde -MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= unstable/distribution/tar/src - -MAINTAINER= will@FreeBSD.org - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - kdecore.4:${PORTSDIR}/x11/kdelibs2 - -BROKEN= "Does not compile/run properly" - -MOC?= ${X11BASE}/bin/moc2 -USE_BZIP2= yes -USE_QT2= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ - --with-qt-includes=${X11BASE}/include/qt2 \ - --with-qt-libraries=${X11BASE}/lib -CONFIGURE_ENV+= MOC="${MOC}" -USE_GMAKE= yes - -.include <bsd.port.mk> diff --git a/math/kcalc/distinfo b/math/kcalc/distinfo deleted file mode 100644 index 688e0274a449..000000000000 --- a/math/kcalc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (kdeutils-1.90.tar.bz2) = 3fd9d5c14254dd0f3d45eeaa99c43da9 diff --git a/math/kcalc/pkg-comment b/math/kcalc/pkg-comment deleted file mode 100644 index 186230f9287d..000000000000 --- a/math/kcalc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Utilities for the KDE integrated X11 desktop diff --git a/math/kcalc/pkg-descr b/math/kcalc/pkg-descr deleted file mode 100644 index 90ae45773bea..000000000000 --- a/math/kcalc/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -KDE provides an integrated X11 based environment, much like CDE. diff --git a/math/kcalc/pkg-plist b/math/kcalc/pkg-plist deleted file mode 100644 index e337e8930d38..000000000000 --- a/math/kcalc/pkg-plist +++ /dev/null @@ -1,583 +0,0 @@ -bin/ark -bin/conttest -bin/iconpackager -bin/kab -bin/karm -bin/kcalc -bin/kcharselect -bin/kdepasswd -bin/kdessh -bin/kdf -bin/kedit -bin/kfind -bin/khexedit -bin/kjots -bin/klaptopdaemon -bin/klipper -bin/kljettool -bin/klpq -bin/knotes -bin/ktimemon -bin/ktop -bin/kwikdisk -bin/kwrite -include/ccont.h -lib/kedit.la -lib/kedit.so.0 -lib/libccont.a -lib/libkcm_fontmanager.la -lib/libkcm_fontmanager.so -lib/libkcm_kdf.la -lib/libkcm_kdf.so -lib/libkcm_laptop.la -lib/libkcm_laptop.so -share/applnk/Applications/KEdit.desktop -share/applnk/Applications/kwrite.desktop -share/applnk/Kfind.desktop -share/applnk/Settings/Information/kcmdf.desktop -share/applnk/Settings/Laptop/.directory -share/applnk/Settings/Laptop/battery.desktop -share/applnk/Settings/Laptop/bwarning.desktop -share/applnk/Settings/Laptop/cwarning.desktop -share/applnk/Settings/Laptop/pcmcia.desktop -share/applnk/Settings/Laptop/power.desktop -share/applnk/Settings/LookNFeel/fontmanager.desktop -share/applnk/System/kdf.desktop -share/applnk/System/ktop.desktop -share/applnk/System/kwikdisk.desktop -share/applnk/Utilities/Iconpackager.desktop -share/applnk/Utilities/KCharSelect.desktop -share/applnk/Utilities/KLJetTool.desktop -share/applnk/Utilities/KLpq.desktop -share/applnk/Utilities/Kjots.desktop -share/applnk/Utilities/ark.desktop -share/applnk/Utilities/kab.desktop -share/applnk/Utilities/karm.desktop -share/applnk/Utilities/kcalc.desktop -share/applnk/Utilities/kdepasswd.desktop -share/applnk/Utilities/khexedit.desktop -share/applnk/Utilities/klipper.desktop -share/applnk/Utilities/knotes.desktop -share/applnk/Utilities/ktimemon.desktop -share/apps/ark/arkui.rc -share/apps/ark/toolbar/ark_adddir.png -share/apps/ark/toolbar/ark_addfile.png -share/apps/ark/toolbar/ark_delete.png -share/apps/ark/toolbar/ark_extract.png -share/apps/ark/toolbar/ark_help.png -share/apps/ark/toolbar/ark_new.png -share/apps/ark/toolbar/ark_open.png -share/apps/ark/toolbar/ark_options.png -share/apps/ark/toolbar/ark_selectall.png -share/apps/ark/toolbar/ark_view.png -share/apps/kab/pics/addressbook_logo.png -share/apps/kab/template.config -share/apps/kab/template.kab -share/apps/kcalc/pics/kcalclogo.png -share/apps/kedit/keditui.rc -share/apps/kedit/pics/colors.png -share/apps/kedit/pics/fonts.png -share/apps/kedit/pics/keditlogo.png -share/apps/kedit/pics/misc.png -share/apps/kedit/toolbar/filenew2.png -share/apps/kedit/toolbar/send.png -share/apps/kfind/toolbar/archive.png -share/apps/kfind/toolbar/delete.png -share/apps/kfind/toolbar/idea.png -share/apps/kfind/toolbar/info.png -share/apps/kfind/toolbar/openfile.png -share/apps/kfind/toolbar/save.png -share/apps/kfind/toolbar/search.png -share/apps/khexedit/pics/colors.png -share/apps/khexedit/pics/cursor.png -share/apps/khexedit/pics/files.png -share/apps/khexedit/pics/fonts.png -share/apps/khexedit/pics/layout.png -share/apps/khexedit/pics/misc.png -share/apps/khexedit/toolbar/hexdrag.png -share/apps/khexedit/toolbar/hexmask.png -share/apps/khexedit/toolbar/hexwrite.png -share/apps/kjots/pics/filedel.png -share/apps/kljetool/pics/kljetlogo.png -share/apps/knotes/pics/knotesclose.png -share/apps/knotes/pics/knoteslogo.png -share/apps/ktop/pics/X.png -share/apps/ktop/pics/bash.png -share/apps/ktop/pics/bsh.png -share/apps/ktop/pics/c++.png -share/apps/ktop/pics/cc.png -share/apps/ktop/pics/console.png -share/apps/ktop/pics/csh.png -share/apps/ktop/pics/emacs.png -share/apps/ktop/pics/g++.png -share/apps/ktop/pics/gbd.png -share/apps/ktop/pics/gcc.png -share/apps/ktop/pics/gdb.png -share/apps/ktop/pics/init.png -share/apps/ktop/pics/kaudioserver.png -share/apps/ktop/pics/kbgndwm.png -share/apps/ktop/pics/kioslave.png -share/apps/ktop/pics/kpanel.png -share/apps/ktop/pics/krootwm.png -share/apps/ktop/pics/ksh.png -share/apps/ktop/pics/login.png -share/apps/ktop/pics/lpd.png -share/apps/ktop/pics/maudio.png -share/apps/ktop/pics/nxterm.png -share/apps/ktop/pics/sh.png -share/apps/ktop/pics/startkde.png -share/apps/ktop/pics/startx.png -share/apps/ktop/pics/tcsh.png -share/apps/ktop/pics/xconsole.png -share/apps/ktop/pics/xemacs.png -share/apps/ktop/pics/xinit.png -share/apps/ktop/pics/xload.png -share/apps/ktop/pics/xterm.png -share/apps/ktop/pics/xxgbd.png -share/apps/ktop/pics/xxgdb.png -share/apps/kwrite/kwrite_shell.rc -share/config/klipperrc -share/doc/HTML/en/ark/.anchors -share/doc/HTML/en/ark/creatingandaddingfilestoarchives.html -share/doc/HTML/en/ark/edit.html -share/doc/HTML/en/ark/extractingarchives.html -share/doc/HTML/en/ark/help.html -share/doc/HTML/en/ark/index.cvlog -share/doc/HTML/en/ark/index.docbook -share/doc/HTML/en/ark/index.html -share/doc/HTML/en/ark/installation.html -share/doc/HTML/en/ark/introduction.html -share/doc/HTML/en/ark/onscreenfundamentals.html -share/doc/HTML/en/ark/openingandviewingarchives.html -share/doc/HTML/en/ark/options.html -share/doc/HTML/en/ark/requirements.html -share/doc/HTML/en/ark/themenuentries.html -share/doc/HTML/en/ark/workingwithfiles.html -share/doc/HTML/en/kab/.anchors -share/doc/HTML/en/kab/index.cvlog -share/doc/HTML/en/kab/index.docbook -share/doc/HTML/en/kab/index.html -share/doc/HTML/en/kab/temp.html -share/doc/HTML/en/karm/.anchors -share/doc/HTML/en/karm/author.html -share/doc/HTML/en/karm/bugs.html -share/doc/HTML/en/karm/index.cvlog -share/doc/HTML/en/karm/index.docbook -share/doc/HTML/en/karm/index.html -share/doc/HTML/en/karm/introduction.html -share/doc/HTML/en/karm/karm.png -share/doc/HTML/en/karm/usingtimetracker.html -share/doc/HTML/en/kcalc/.anchors -share/doc/HTML/en/kcalc/commentsonspecificfunctions.html -share/doc/HTML/en/kcalc/compilationandinstallation.html -share/doc/HTML/en/kcalc/copyright.html -share/doc/HTML/en/kcalc/cutandpaste.html -share/doc/HTML/en/kcalc/fixedprecision.html -share/doc/HTML/en/kcalc/howdoigetetheeulernumber.html -share/doc/HTML/en/kcalc/howdoigettwofixeddigitsaftertheperiod.html -share/doc/HTML/en/kcalc/index.cvlog -share/doc/HTML/en/kcalc/index.docbook -share/doc/HTML/en/kcalc/index.html -share/doc/HTML/en/kcalc/installation.html -share/doc/HTML/en/kcalc/introduction.html -share/doc/HTML/en/kcalc/invmod.html -share/doc/HTML/en/kcalc/kcalc_on_Aix.txt -share/doc/HTML/en/kcalc/kcalc_on_OSF.txt -share/doc/HTML/en/kcalc/keyaccels.html -share/doc/HTML/en/kcalc/lshrsh.html -share/doc/HTML/en/kcalc/modes.html -share/doc/HTML/en/kcalc/percent.html -share/doc/HTML/en/kcalc/percentfunction.html -share/doc/HTML/en/kcalc/questionsandanswers.html -share/doc/HTML/en/kcalc/requirements.html -share/doc/HTML/en/kcalc/tipsandtricks.html -share/doc/HTML/en/kcalc/trigonometricmode.html -share/doc/HTML/en/kcalc/usage.html -share/doc/HTML/en/kcalc/whataboutprecision.html -share/doc/HTML/en/kdf/.anchors -share/doc/HTML/en/kdf/comments.html -share/doc/HTML/en/kdf/features.html -share/doc/HTML/en/kdf/generalsettings.html -share/doc/HTML/en/kdf/icons.html -share/doc/HTML/en/kdf/index.cvlog -share/doc/HTML/en/kdf/index.docbook -share/doc/HTML/en/kdf/index.html -share/doc/HTML/en/kdf/kdiskfree.html -share/doc/HTML/en/kdf/kwikdisk.html -share/doc/HTML/en/kdf/umountcommands.html -share/doc/HTML/en/kedit/.anchors -share/doc/HTML/en/kedit/compilationandinstallation.html -share/doc/HTML/en/kedit/edit.html -share/doc/HTML/en/kedit/editingfilesontheinternet.html -share/doc/HTML/en/kedit/help.html -share/doc/HTML/en/kedit/index.cvlog -share/doc/HTML/en/kedit/index.docbook -share/doc/HTML/en/kedit/index.html -share/doc/HTML/en/kedit/installation.html -share/doc/HTML/en/kedit/introduction.html -share/doc/HTML/en/kedit/keybindings.html -share/doc/HTML/en/kedit/onscreenfundamentals.html -share/doc/HTML/en/kedit/options.html -share/doc/HTML/en/kedit/printing.html -share/doc/HTML/en/kedit/questionsandanswers.html -share/doc/HTML/en/kedit/requirements.html -share/doc/HTML/en/kedit/themenuentries.html -share/doc/HTML/en/kfind/.anchors -share/doc/HTML/en/kfind/authors.html -share/doc/HTML/en/kfind/compilation-and-installation.html -share/doc/HTML/en/kfind/configuration.html -share/doc/HTML/en/kfind/edit.html -share/doc/HTML/en/kfind/epilog.html -share/doc/HTML/en/kfind/help.html -share/doc/HTML/en/kfind/index.cvlog -share/doc/HTML/en/kfind/index.docbook -share/doc/HTML/en/kfind/index.html -share/doc/HTML/en/kfind/installation.html -share/doc/HTML/en/kfind/introduction.html -share/doc/HTML/en/kfind/onscreenfundamentals.html -share/doc/HTML/en/kfind/options.html -share/doc/HTML/en/kfind/requirements.html -share/doc/HTML/en/kfind/search-parameters-dialog.html -share/doc/HTML/en/kfind/themenuentries.html -share/doc/HTML/en/kfind/viewing-area.html -share/doc/HTML/en/kfloppy/.anchors -share/doc/HTML/en/kfloppy/compilationandinstallation.html -share/doc/HTML/en/kfloppy/copyright.html -share/doc/HTML/en/kfloppy/density.html -share/doc/HTML/en/kfloppy/filesystems.html -share/doc/HTML/en/kfloppy/formattingdiskswithkfloppy.html -share/doc/HTML/en/kfloppy/formattingoptions.html -share/doc/HTML/en/kfloppy/index.cvlog -share/doc/HTML/en/kfloppy/index.docbook -share/doc/HTML/en/kfloppy/index.html -share/doc/HTML/en/kfloppy/installation.html -share/doc/HTML/en/kfloppy/introduction.html -share/doc/HTML/en/kfloppy/requirements.html -share/doc/HTML/en/khexedit/.anchors -share/doc/HTML/en/khexedit/binary-filter.html -share/doc/HTML/en/khexedit/bookmarks-menu.html -share/doc/HTML/en/khexedit/bookmarks.html -share/doc/HTML/en/khexedit/changes.html -share/doc/HTML/en/khexedit/character-table.html -share/doc/HTML/en/khexedit/command-line-arguments.html -share/doc/HTML/en/khexedit/compilation-and-installation.html -share/doc/HTML/en/khexedit/copy-and-paste.html -share/doc/HTML/en/khexedit/cursor-.html -share/doc/HTML/en/khexedit/customizedialog.html -share/doc/HTML/en/khexedit/documentlist.html -share/doc/HTML/en/khexedit/documents-menu.html -share/doc/HTML/en/khexedit/drag-and-drop-.html -share/doc/HTML/en/khexedit/edit-menu.html -share/doc/HTML/en/khexedit/editing-files-on-the-internet-.html -share/doc/HTML/en/khexedit/editorimage.html -share/doc/HTML/en/khexedit/encoding.html -share/doc/HTML/en/khexedit/export.html -share/doc/HTML/en/khexedit/exported-html-is-sometimes-hard-to-inspect-i.html -share/doc/HTML/en/khexedit/find-and-replace.html -share/doc/HTML/en/khexedit/find.html -share/doc/HTML/en/khexedit/font.html -share/doc/HTML/en/khexedit/help-menu.html -share/doc/HTML/en/khexedit/index.cvlog -share/doc/HTML/en/khexedit/index.docbook -share/doc/HTML/en/khexedit/index.html -share/doc/HTML/en/khexedit/insert-pattern.html -share/doc/HTML/en/khexedit/installation.html -share/doc/HTML/en/khexedit/introduction.html -share/doc/HTML/en/khexedit/key-bindings.html -share/doc/HTML/en/khexedit/khexedit.png -share/doc/HTML/en/khexedit/menu-entries.html -share/doc/HTML/en/khexedit/miscellaneous.html -share/doc/HTML/en/khexedit/optioncolor.html -share/doc/HTML/en/khexedit/optionfile.html -share/doc/HTML/en/khexedit/options-menu.html -share/doc/HTML/en/khexedit/options.html -share/doc/HTML/en/khexedit/page-layout.html -share/doc/HTML/en/khexedit/printing-to-disk-using-postscript-takes-ages.html -share/doc/HTML/en/khexedit/printing.html -share/doc/HTML/en/khexedit/progress-indicator-and-management.html -share/doc/HTML/en/khexedit/questions-answers-and-tips.html -share/doc/HTML/en/khexedit/requirements.html -share/doc/HTML/en/khexedit/select-indicator.html -share/doc/HTML/en/khexedit/statistics.html -share/doc/HTML/en/khexedit/string-extractor.html -share/doc/HTML/en/khexedit/tools-menu.html -share/doc/HTML/en/khexedit/tools.html -share/doc/HTML/en/khexedit/view-menu.html -share/doc/HTML/en/kjots/.anchors -share/doc/HTML/en/kjots/index.cvlog -share/doc/HTML/en/kjots/index.docbook -share/doc/HTML/en/kjots/index.html -share/doc/HTML/en/kjots/introduction.html -share/doc/HTML/en/kjots/keyboardshortcuts.html -share/doc/HTML/en/kjots/subjectlist.html -share/doc/HTML/en/kjots/todo.html -share/doc/HTML/en/kjots/usage.html -share/doc/HTML/en/kljettool/.anchors -share/doc/HTML/en/kljettool/README -share/doc/HTML/en/kljettool/compilationandinstallation.html -share/doc/HTML/en/kljettool/copyright.html -share/doc/HTML/en/kljettool/djcdoscommands.txt -share/doc/HTML/en/kljettool/filter -share/doc/HTML/en/kljettool/gettingkljettooltowork.html -share/doc/HTML/en/kljettool/hp690c.zip -share/doc/HTML/en/kljettool/index.cvlog -share/doc/HTML/en/kljettool/index.docbook -share/doc/HTML/en/kljettool/index.html -share/doc/HTML/en/kljettool/installation.html -share/doc/HTML/en/kljettool/introduction.html -share/doc/HTML/en/kljettool/magic -share/doc/HTML/en/kljettool/requirements.html -share/doc/HTML/en/kljettool/usage.html -share/doc/HTML/en/klpq/.anchors -share/doc/HTML/en/klpq/author.html -share/doc/HTML/en/klpq/copyright.html -share/doc/HTML/en/klpq/index.cvlog -share/doc/HTML/en/klpq/index.docbook -share/doc/HTML/en/klpq/index.html -share/doc/HTML/en/klpq/install.html -share/doc/HTML/en/klpq/introduction.html -share/doc/HTML/en/klpq/thanks.html -share/doc/HTML/en/klpq/todo.html -share/doc/HTML/en/klpq/usage.html -share/doc/HTML/en/knotes/.anchors -share/doc/HTML/en/knotes/alarm.html -share/doc/HTML/en/knotes/autoindent.html -share/doc/HTML/en/knotes/calendar.html -share/doc/HTML/en/knotes/clear.html -share/doc/HTML/en/knotes/colors.html -share/doc/HTML/en/knotes/compilationandinstallation.html -share/doc/HTML/en/knotes/deleteknote.html -share/doc/HTML/en/knotes/dframe.html -share/doc/HTML/en/knotes/doubleclickonurls.html -share/doc/HTML/en/knotes/font.html -share/doc/HTML/en/knotes/index.cvlog -share/doc/HTML/en/knotes/index.docbook -share/doc/HTML/en/knotes/index.html -share/doc/HTML/en/knotes/installation.html -share/doc/HTML/en/knotes/introduction.html -share/doc/HTML/en/knotes/keybindings.html -share/doc/HTML/en/knotes/mailnote.html -share/doc/HTML/en/knotes/newknote.html -share/doc/HTML/en/knotes/onscreenfundamentals.html -share/doc/HTML/en/knotes/printing.html -share/doc/HTML/en/knotes/printnote.html -share/doc/HTML/en/knotes/questionsandanswers.html -share/doc/HTML/en/knotes/quit.html -share/doc/HTML/en/knotes/renameknote.html -share/doc/HTML/en/knotes/requirements.html -share/doc/HTML/en/knotes/resizingknotes.html -share/doc/HTML/en/knotes/setdefaults.html -share/doc/HTML/en/knotes/themenuentries.html -share/doc/HTML/en/kpm/.anchors -share/doc/HTML/en/kpm/appendix.html -share/doc/HTML/en/kpm/generalinformation.html -share/doc/HTML/en/kpm/index.cvlog -share/doc/HTML/en/kpm/index.docbook -share/doc/HTML/en/kpm/index.html -share/doc/HTML/en/kpm/knownbugsandproblems.html -share/doc/HTML/en/kpm/kpmmainwindow.html -share/doc/HTML/en/kpm/legalstuff.html -share/doc/HTML/en/kpm/processmenu.html -share/doc/HTML/en/kpm/requirementsforkpm.html -share/doc/HTML/en/kpm/signalmenu.html -share/doc/HTML/en/kpm/themenu.html -share/doc/HTML/en/kpm/viewmenu.html -share/doc/HTML/en/ktimemon/.anchors -share/doc/HTML/en/ktimemon/autoscaling.html -share/doc/HTML/en/ktimemon/config.html -share/doc/HTML/en/ktimemon/fund.html -share/doc/HTML/en/ktimemon/index.cvlog -share/doc/HTML/en/ktimemon/index.docbook -share/doc/HTML/en/ktimemon/index.html -share/doc/HTML/en/ktimemon/installation.html -share/doc/HTML/en/ktimemon/introduction.html -share/doc/HTML/en/ktimemon/menu.html -share/doc/HTML/en/ktimemon/revisionhistory.html -share/doc/HTML/en/ktimemon/thanksandacknowledgements.html -share/doc/HTML/en/ktop/.anchors -share/doc/HTML/en/ktop/authors.html -share/doc/HTML/en/ktop/compilationandinstallation.html -share/doc/HTML/en/ktop/index.cvlog -share/doc/HTML/en/ktop/index.docbook -share/doc/HTML/en/ktop/index.html -share/doc/HTML/en/ktop/installation.html -share/doc/HTML/en/ktop/installingthetaskmanagericonperformancemeter.html -share/doc/HTML/en/ktop/introduction.html -share/doc/HTML/en/ktop/licenseandwarranty.html -share/doc/HTML/en/ktop/pop-upmenus.html -share/doc/HTML/en/ktop/questionsandanswersnothinghereyet.html -share/doc/HTML/en/ktop/requirements.html -share/doc/HTML/en/ktop/theperformancemeterpage.html -share/doc/HTML/en/ktop/theprocesstreepage.html -share/doc/HTML/en/ktop/usingthekdetaskmanager.html -share/doc/HTML/en/kwrite/.anchors -share/doc/HTML/en/kwrite/bookmarks.html -share/doc/HTML/en/kwrite/compilationandinstallation.html -share/doc/HTML/en/kwrite/edit.html -share/doc/HTML/en/kwrite/editingfilesontheinternet.html -share/doc/HTML/en/kwrite/help.html -share/doc/HTML/en/kwrite/index.cvlog -share/doc/HTML/en/kwrite/index.docbook -share/doc/HTML/en/kwrite/index.html -share/doc/HTML/en/kwrite/installation.html -share/doc/HTML/en/kwrite/introduction.html -share/doc/HTML/en/kwrite/keybindings.html -share/doc/HTML/en/kwrite/onscreenfundamentals.html -share/doc/HTML/en/kwrite/options.html -share/doc/HTML/en/kwrite/printing.html -share/doc/HTML/en/kwrite/questionsandanswers.html -share/doc/HTML/en/kwrite/requirements.html -share/doc/HTML/en/kwrite/themenuentries.html -share/icons/hicolor/32x32/apps/ark.png -share/icons/hicolor/32x32/apps/kab.png -share/icons/hicolor/32x32/apps/karm.png -share/icons/hicolor/32x32/apps/kcalc.png -share/icons/hicolor/32x32/apps/kedit.png -share/icons/hicolor/32x32/apps/kfind.png -share/icons/hicolor/32x32/apps/kfontmanager.png -share/icons/hicolor/32x32/apps/khexedit.png -share/icons/hicolor/32x32/apps/kjots.png -share/icons/hicolor/32x32/apps/klipper.png -share/icons/hicolor/32x32/apps/klpq.png -share/icons/hicolor/32x32/apps/knotes.png -share/icons/hicolor/32x32/apps/ktop.png -share/icons/hicolor/32x32/apps/kwrite.png -share/icons/hicolor/48x48/apps/ark.png -share/icons/hicolor/48x48/apps/kab.png -share/icons/hicolor/48x48/apps/karm.png -share/icons/hicolor/48x48/apps/kcalc.png -share/icons/hicolor/48x48/apps/kedit.png -share/icons/hicolor/48x48/apps/kfind.png -share/icons/hicolor/48x48/apps/kfontmanager.png -share/icons/hicolor/48x48/apps/khexedit.png -share/icons/hicolor/48x48/apps/kjots.png -share/icons/hicolor/48x48/apps/klipper.png -share/icons/hicolor/48x48/apps/kljettool.png -share/icons/hicolor/48x48/apps/klpq.png -share/icons/hicolor/48x48/apps/knotes.png -share/icons/hicolor/48x48/apps/ktop.png -share/icons/hicolor/48x48/apps/kwrite.png -share/icons/locolor/16x16/apps/ark.png -share/icons/locolor/16x16/apps/kab.png -share/icons/locolor/16x16/apps/karm.png -share/icons/locolor/16x16/apps/kcalc.png -share/icons/locolor/16x16/apps/kcharselect.png -share/icons/locolor/16x16/apps/kcmdf.png -share/icons/locolor/16x16/apps/kdf.png -share/icons/locolor/16x16/apps/kedit.png -share/icons/locolor/16x16/apps/kfind.png -share/icons/locolor/16x16/apps/kfontmanager.png -share/icons/locolor/16x16/apps/khexedit.png -share/icons/locolor/16x16/apps/kjots.png -share/icons/locolor/16x16/apps/klipper.png -share/icons/locolor/16x16/apps/kljettool.png -share/icons/locolor/16x16/apps/klpq.png -share/icons/locolor/16x16/apps/knotes.png -share/icons/locolor/16x16/apps/ktimemon.png -share/icons/locolor/16x16/apps/ktop.png -share/icons/locolor/16x16/apps/kwikdisk.png -share/icons/locolor/16x16/apps/kwrite.png -share/icons/locolor/16x16/apps/laptop_battery.png -share/icons/locolor/16x16/apps/laptop_charge.png -share/icons/locolor/16x16/apps/laptop_nobattery.png -share/icons/locolor/16x16/apps/laptop_nocharge.png -share/icons/locolor/16x16/apps/laptop_settings.png -share/icons/locolor/16x16/apps/pcmcia.png -share/icons/locolor/16x16/apps/power.png -share/icons/locolor/16x16/devices/nfs_mount.png -share/icons/locolor/16x16/devices/nfs_unmount.png -share/icons/locolor/32x32/apps/ark.png -share/icons/locolor/32x32/apps/kab.png -share/icons/locolor/32x32/apps/karm.png -share/icons/locolor/32x32/apps/kcalc.png -share/icons/locolor/32x32/apps/kcmdf.png -share/icons/locolor/32x32/apps/kdf.png -share/icons/locolor/32x32/apps/kedit.png -share/icons/locolor/32x32/apps/kfind.png -share/icons/locolor/32x32/apps/kfontmanager.png -share/icons/locolor/32x32/apps/khexedit.png -share/icons/locolor/32x32/apps/kjots.png -share/icons/locolor/32x32/apps/klipper.png -share/icons/locolor/32x32/apps/kljettool.png -share/icons/locolor/32x32/apps/klpq.png -share/icons/locolor/32x32/apps/knotes.png -share/icons/locolor/32x32/apps/ktimemon.png -share/icons/locolor/32x32/apps/ktop.png -share/icons/locolor/32x32/apps/kwikdisk.png -share/icons/locolor/32x32/apps/kwrite.png -share/icons/locolor/32x32/apps/laptop_battery.png -share/icons/locolor/32x32/apps/laptop_charge.png -share/icons/locolor/32x32/apps/laptop_nobattery.png -share/icons/locolor/32x32/apps/laptop_nocharge.png -share/icons/locolor/32x32/apps/laptop_settings.png -share/icons/locolor/32x32/apps/pcmcia.png -share/icons/locolor/32x32/apps/power.png -share/toolbar/filedel.xpm -@unexec rm -f %D/share/doc/HTML/en/ark/common -@unexec rm -f %D/share/doc/HTML/en/kab/common -@unexec rm -f %D/share/doc/HTML/en/karm/common -@unexec rm -f %D/share/doc/HTML/en/kcalc/common -@unexec rm -f %D/share/doc/HTML/en/kdf/common -@unexec rm -f %D/share/doc/HTML/en/kedit/common -@unexec rm -f %D/share/doc/HTML/en/kfind/common -@unexec rm -f %D/share/doc/HTML/en/kfloppy/common -@unexec rm -f %D/share/doc/HTML/en/khexedit/common -@unexec rm -f %D/share/doc/HTML/en/kjots/common -@unexec rm -f %D/share/doc/HTML/en/kljettool/common -@unexec rm -f %D/share/doc/HTML/en/klpq/common -@unexec rm -f %D/share/doc/HTML/en/knotes/common -@unexec rm -f %D/share/doc/HTML/en/kpm/common -@unexec rm -f %D/share/doc/HTML/en/ktimemon/common -@unexec rm -f %D/share/doc/HTML/en/ktop/common -@unexec rm -f %D/share/doc/HTML/en/kwrite/common -@dirrm share/icons/locolor/32x32/apps -@dirrm share/icons/locolor/32x32 -@dirrm share/icons/locolor/16x16/devices -@dirrm share/icons/locolor/16x16/apps -@dirrm share/icons/locolor/16x16 -@dirrm share/icons/locolor -@dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/48x48 -@dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/32x32 -@dirrm share/icons/hicolor -@dirrm share/doc/HTML/en/kwrite -@dirrm share/doc/HTML/en/ktop -@dirrm share/doc/HTML/en/ktimemon -@dirrm share/doc/HTML/en/kpm -@dirrm share/doc/HTML/en/knotes -@dirrm share/doc/HTML/en/klpq -@dirrm share/doc/HTML/en/kljettool -@dirrm share/doc/HTML/en/kjots -@dirrm share/doc/HTML/en/khexedit -@dirrm share/doc/HTML/en/kfloppy -@dirrm share/doc/HTML/en/kfind -@dirrm share/doc/HTML/en/kedit -@dirrm share/doc/HTML/en/kdf -@dirrm share/doc/HTML/en/kcalc -@dirrm share/doc/HTML/en/karm -@dirrm share/doc/HTML/en/kab -@dirrm share/doc/HTML/en/ark -@dirrm share/apps/kwrite -@dirrm share/apps/ktop/pics -@dirrm share/apps/ktop -@dirrm share/apps/knotes/pics -@dirrm share/apps/knotes -@dirrm share/apps/kljetool/pics -@dirrm share/apps/kljetool -@dirrm share/apps/kjots/pics -@dirrm share/apps/kjots -@dirrm share/apps/khexedit/toolbar -@dirrm share/apps/khexedit/pics -@dirrm share/apps/khexedit -@dirrm share/apps/kfind/toolbar -@dirrm share/apps/kfind -@dirrm share/apps/kedit/toolbar -@dirrm share/apps/kedit/pics -@dirrm share/apps/kedit -@dirrm share/apps/kcalc/pics -@dirrm share/apps/kcalc -@dirrm share/apps/kab/pics -@dirrm share/apps/kab -@dirrm share/apps/ark/toolbar -@dirrm share/apps/ark diff --git a/math/librandlib/Makefile b/math/librandlib/Makefile deleted file mode 100644 index f168d39d268d..000000000000 --- a/math/librandlib/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: ranlib -# Date created: 06 April 1997 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ranlib -PORTVERSION= 1.0 -CATEGORIES= math -MASTER_SITES= ftp://ftp.netlib.org/random/ -DISTNAME= ranlib.c - -MAINTAINER= tg@FreeBSD.org - -INSTALLS_SHLIB= yes -MAKE_ENV= NOPROFILE=true -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -.include <bsd.port.pre.mk> - -post-extract: - @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/ranlib - @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/ranlib -.endif -.if ${PORTOBJFORMAT} == "aout" - ${LN} -sf libranlib.so.1.0 ${PREFIX}/lib/libranlib.so -.endif - -.include <bsd.port.post.mk> diff --git a/math/librandlib/distinfo b/math/librandlib/distinfo deleted file mode 100644 index 71adce998cb1..000000000000 --- a/math/librandlib/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ranlib.c.tar.gz) = 110d02ab91eb834e45044bb0368dfb7e diff --git a/math/librandlib/files/Makefile.lib b/math/librandlib/files/Makefile.lib deleted file mode 100644 index 1c5eb105cb97..000000000000 --- a/math/librandlib/files/Makefile.lib +++ /dev/null @@ -1,15 +0,0 @@ -# bmake'd makefile for ranlib sources - -LIBDIR = $(PREFIX)/lib - -SHLIB_MAJOR= 1 -SHLIB_MINOR= 0 -LIB= ranlib - -SRCS = ../linpack/linpack.c com.c ranlib.c - -beforeinstall: - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/ranlib.h \ - ${PREFIX}/include - -.include <bsd.lib.mk> diff --git a/math/librandlib/pkg-comment b/math/librandlib/pkg-comment deleted file mode 100644 index 49c4cb80d006..000000000000 --- a/math/librandlib/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Library of Routines for Random Number Generation diff --git a/math/librandlib/pkg-descr b/math/librandlib/pkg-descr deleted file mode 100644 index e42d51236e6b..000000000000 --- a/math/librandlib/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -This library provides routines that return: - (1) Beta random deviates - (2) Chi-square random deviates - (3) Exponential random deviates - (4) F random deviates - (5) Gamma random deviates - (6) Multivariate normal random deviates (mean and covariance - matrix specified) - (7) Noncentral chi-square random deviates - (8) Noncentral F random deviates - (9) Univariate normal random deviates - (10) Random permutations of an integer array - (11) Real uniform random deviates between specif - (12) Binomial random deviates - (13) Negative Binomial random deviates - (14) Multinomial random deviates - (15) Poisson random deviates - (16) Integer uniform deviates between specified limits - (17) Seeds for the random number generator calculated from a - character string diff --git a/math/librandlib/pkg-plist b/math/librandlib/pkg-plist deleted file mode 100644 index f59969270e13..000000000000 --- a/math/librandlib/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -include/ranlib.h -lib/libranlib.a -lib/libranlib.so -lib/libranlib.so.1 -share/doc/ranlib/Basegen.c.doc -share/doc/ranlib/ranlib.c.chs -share/doc/ranlib/ranlib.c.fdoc -@dirrm share/doc/ranlib diff --git a/math/metis4/Makefile b/math/metis4/Makefile deleted file mode 100644 index aafbf8292204..000000000000 --- a/math/metis4/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: METIS -# Date created: 26 Oct 97 -# Whom: Pedro Giffuni <giffunip@asme.org> -# -# $FreeBSD$ -# - -PORTNAME= metis -PORTVERSION= 4.0 -CATEGORIES= math -MASTER_SITES= http://www-users.cs.umn.edu/~karypis/metis/metis/files/ - -MAINTAINER= ports@FreeBSD.org - -ALL_TARGET= - -do-install: - $(INSTALL_PROGRAM) $(WRKSRC)/pmetis $(PREFIX)/bin - $(INSTALL_PROGRAM) $(WRKSRC)/kmetis $(PREFIX)/bin - $(INSTALL_PROGRAM) $(WRKSRC)/oemetis $(PREFIX)/bin - $(INSTALL_PROGRAM) $(WRKSRC)/onmetis $(PREFIX)/bin - $(INSTALL_PROGRAM) $(WRKSRC)/partnmesh $(PREFIX)/bin - $(INSTALL_PROGRAM) $(WRKSRC)/partdmesh $(PREFIX)/bin - $(INSTALL_PROGRAM) $(WRKSRC)/mesh2nodal $(PREFIX)/bin - $(INSTALL_PROGRAM) $(WRKSRC)/mesh2dual $(PREFIX)/bin - $(INSTALL_PROGRAM) $(WRKSRC)/graphchk $(PREFIX)/bin - $(INSTALL_DATA) $(WRKSRC)/libmetis.a $(PREFIX)/lib - ${MKDIR} $(PREFIX)/include/metis - $(INSTALL_DATA) $(WRKSRC)/Lib/defs.h $(PREFIX)/include/metis - $(INSTALL_DATA) $(WRKSRC)/Lib/macros.h $(PREFIX)/include/metis - $(INSTALL_DATA) $(WRKSRC)/Lib/metis.h $(PREFIX)/include/metis - $(INSTALL_DATA) $(WRKSRC)/Lib/proto.h $(PREFIX)/include/metis - $(INSTALL_DATA) $(WRKSRC)/Lib/rename.h $(PREFIX)/include/metis - $(INSTALL_DATA) $(WRKSRC)/Lib/struct.h $(PREFIX)/include/metis -.if !defined(NOPORTDOCS) - ${MKDIR} $(PREFIX)/share/doc/METIS - $(INSTALL_DATA) ${WRKSRC}/Doc/manual.ps $(PREFIX)/share/doc/METIS -.endif - -.include <bsd.port.mk> diff --git a/math/metis4/distinfo b/math/metis4/distinfo deleted file mode 100644 index 7377d9a4cfff..000000000000 --- a/math/metis4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (metis-4.0.tar.gz) = 0aa546419ff7ef50bd86ce1ec7f727c7 diff --git a/math/metis4/files/patch-aa b/math/metis4/files/patch-aa deleted file mode 100644 index 4fd89068c251..000000000000 --- a/math/metis4/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ -*** Makefile.in.orig Fri Oct 2 16:28:35 1998 ---- Makefile.in Wed Jan 27 21:48:36 1999 -*************** -*** 1,9 **** - - # Which compiler to use -! CC = cc - - # What optimization level to use -! OPTFLAGS = -O2 - - # What options to be used by the compiler - COPTIONS = ---- 1,9 ---- - - # Which compiler to use -! CC ?= gcc - - # What optimization level to use -! OPTFLAGS += -O2 - - # What options to be used by the compiler - COPTIONS = diff --git a/math/metis4/files/patch-ab b/math/metis4/files/patch-ab deleted file mode 100644 index 133b607e0b18..000000000000 --- a/math/metis4/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -*** Lib/Makefile.orig Fri Oct 9 20:19:01 1998 ---- Lib/Makefile Fri Oct 9 20:20:32 1998 -*************** -*** 2,8 **** - - INCLUDES = -I. - -! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - LD = $(CC) -L. - - ---- 2,8 ---- - - INCLUDES = -I. - -! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - LD = $(CC) -L. - - diff --git a/math/metis4/files/patch-ac b/math/metis4/files/patch-ac deleted file mode 100644 index 1bb1f4662175..000000000000 --- a/math/metis4/files/patch-ac +++ /dev/null @@ -1,19 +0,0 @@ -*** Programs/Makefile.orig Fri Oct 9 20:21:48 1998 ---- Programs/Makefile Fri Oct 9 20:22:16 1998 -*************** -*** 3,9 **** - BINDIR = .. - - INCLUDES = -I../Lib -! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - - LIBS = -lmetis -lm - LD = $(CC) $(LDOPTIONS) -L. -L.. ---- 3,9 ---- - BINDIR = .. - - INCLUDES = -I../Lib -! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - - LIBS = -lmetis -lm - LD = $(CC) $(LDOPTIONS) -L. -L.. diff --git a/math/metis4/files/patch-ad b/math/metis4/files/patch-ad deleted file mode 100644 index 0e0032718205..000000000000 --- a/math/metis4/files/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ -*** Test/Makefile.orig Fri Oct 9 20:23:24 1998 ---- Test/Makefile Fri Oct 9 20:23:40 1998 -*************** -*** 3,9 **** - BINDIR = ../Graphs - - INCLUDES = -I../Lib -! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - - LIBS = -lmetis -lm - LD = $(CC) $(LDOPTIONS) -L. -L.. ---- 3,9 ---- - BINDIR = ../Graphs - - INCLUDES = -I../Lib -! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - - LIBS = -lmetis -lm - LD = $(CC) $(LDOPTIONS) -L. -L.. diff --git a/math/metis4/pkg-comment b/math/metis4/pkg-comment deleted file mode 100644 index 4144bc7d0294..000000000000 --- a/math/metis4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A package for unstructured graph partitioning diff --git a/math/metis4/pkg-descr b/math/metis4/pkg-descr deleted file mode 100644 index 0c570b98c828..000000000000 --- a/math/metis4/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -METIS is a set of programs for partitioning graphs and for producing fill -reducing orderings for sparse matrices. The algorithms implemented by METIS -are based on the multilevel graph partitioning scheme described in [KK95a] -and [KK95e]. - -METIS provides high quality partitions, is extremely fast, and produces -low fill orderings. diff --git a/math/metis4/pkg-plist b/math/metis4/pkg-plist deleted file mode 100644 index 55a82326fc5f..000000000000 --- a/math/metis4/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/pmetis -bin/kmetis -bin/oemetis -bin/onmetis -bin/partnmesh -bin/partdmesh -bin/mesh2nodal -bin/mesh2dual -bin/graphchk -lib/libmetis.a -include/metis/defs.h -include/metis/macros.h -include/metis/metis.h -include/metis/proto.h -include/metis/rename.h -include/metis/struct.h -share/doc/METIS/manual.ps -@dirrm share/doc/METIS -@dirrm include/metis diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile deleted file mode 100644 index 1bfff00e8843..000000000000 --- a/math/octave-devel/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: octave -# Date created: 8 September 1998 -# Whom: chuckr@freebsd.org -# -# $FreeBSD$ -# - -PORTNAME= octave -PORTVERSION= 2.1.30 -CATEGORIES= math -MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/bleeding-edge/ \ - ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/ - -MAINTAINER= chuckr@FreeBSD.org - -USE_BZIP2= yes -BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot - -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == "elf" -GNU_HOST= ${ARCH}-portbld-freebsd${OSREL} -.else -GNU_HOST= ${ARCH}-portbld-freebsdaout${OSREL} -.endif -OCTAVE_VERSION= 2.1.30 -PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} GNU_HOST=${GNU_HOST} - -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-shared --host=${GNU_HOST} - -.if ${OSVERSION} < 400004 -CONFIGURE_ARGS+= --with-f2c -.endif - -MAN1= octave.1 octave-bug.1 - -LIBOCTAVE-INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3 - -post-install: -.ifndef NOPORTDOCS - $(MKDIR) $(PREFIX)/share/octave/doc -.for file in $(LIBOCTAVE-INFO) - $(INSTALL_DATA) $(WRKSRC)/doc/liboctave/$(file) $(PREFIX)/info -.endfor - install-info --entry='* Octave: (octave). Interactive language for numerical computations.' $(PREFIX)/info/octave.info $(PREFIX)/info/dir - install-info --entry='* LibOctave: (liboctave). C++ class library for Octave.' $(PREFIX)/info/liboctave.info $(PREFIX)/info/dir - $(INSTALL_DATA) $(WRKSRC)/doc/interpreter/octave.ps $(PREFIX)/share/octave/doc - $(INSTALL_DATA) $(WRKSRC)/doc/liboctave/liboctave.ps $(PREFIX)/share/octave/doc - $(INSTALL_DATA) $(WRKSRC)/doc/refcard/refcard-letter.ps $(PREFIX)/share/octave/doc - $(INSTALL_DATA) $(WRKSRC)/doc/refcard/refcard-legal.ps $(PREFIX)/share/octave/doc - $(INSTALL_DATA) $(WRKSRC)/doc/refcard/refcard-a4.ps $(PREFIX)/share/octave/doc - $(INSTALL_DATA) $(WRKSRC)/doc/faq/Octave-FAQ.ps $(PREFIX)/share/octave/doc -.endif - -.include <bsd.port.post.mk> diff --git a/math/octave-devel/distinfo b/math/octave-devel/distinfo deleted file mode 100644 index 2f778e2769bb..000000000000 --- a/math/octave-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (octave-2.1.30.tar.bz2) = a4b60bb9942947b9a22795bef61cfb2b diff --git a/math/octave-devel/files/patch-aa b/math/octave-devel/files/patch-aa deleted file mode 100644 index 7a5a5b68fd28..000000000000 --- a/math/octave-devel/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/liboctave/Makefile.in.orig Wed May 12 13:10:19 1999 -+++ doc/liboctave/Makefile.in Wed May 12 13:04:51 1999 -@@ -42,7 +42,7 @@ - .PHONY: all - - liboctave.info: $(TEXINFO) ../conf.texi -- -makeinfo -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi -+ -makeinfo --force -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi - - liboctave.dvi: $(TEXINFO) ../conf.texi - -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):" ; \ diff --git a/math/octave-devel/files/patch-ab b/math/octave-devel/files/patch-ab deleted file mode 100644 index 10fb6b644c30..000000000000 --- a/math/octave-devel/files/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig Fri Jan 21 14:55:43 2000 -+++ configure Fri Jan 21 14:56:25 2000 -@@ -6012,6 +6012,9 @@ - unwind-prot.o: unwind-prot.cc - $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< - -+xdiv.o: xdiv.cc -+ $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< -+ - EOF - ;; - esac diff --git a/math/octave-devel/files/patch-af b/math/octave-devel/files/patch-af deleted file mode 100644 index 8fe529297dda..000000000000 --- a/math/octave-devel/files/patch-af +++ /dev/null @@ -1,20 +0,0 @@ ---- liboctave/lo-ieee.cc.orig Tue Dec 28 22:05:23 1999 -+++ liboctave/lo-ieee.cc Tue Dec 28 22:06:07 1999 -@@ -68,7 +68,7 @@ - #if defined (SCO) - double tmp = 1.0; - octave_Inf = 1.0 / (tmp - tmp); --#elif defined (__alpha__) && ! defined (linux) -+#elif defined (__alpha__) && ! defined (linux) && ! defined (__FreeBSD__) - extern unsigned int DINFINITY[2]; - octave_Inf = (*((double *) (DINFINITY))); - #elif defined (HAVE_INFINITY) -@@ -89,7 +89,7 @@ - - #if defined (HAVE_ISNAN) - --#if defined (__alpha__) && ! defined (linux) -+#if defined (__alpha__) && ! defined (linux) && ! defined (__FreeBSD__) - extern unsigned int DQNAN[2]; - octave_NaN = (*((double *) (DQNAN))); - #elif defined (HAVE_QUIET_NAN) diff --git a/math/octave-devel/files/patch-ag b/math/octave-devel/files/patch-ag deleted file mode 100644 index 91182ab14eb2..000000000000 --- a/math/octave-devel/files/patch-ag +++ /dev/null @@ -1,14 +0,0 @@ ---- src/sysdep.cc.orig Fri Feb 18 11:51:53 2000 -+++ src/sysdep.cc Fri Feb 18 11:52:46 2000 -@@ -110,7 +110,11 @@ - { - #if defined (HAVE_FLOATINGPOINT_H) - // Disable trapping on common exceptions. -+#if defined(__alpha__) -+ fpsetmask (~(FP_X_OFL|FP_X_INV|FP_X_DZ|FP_X_UFL|FP_X_IMP)); -+#else - fpsetmask (~(FP_X_OFL|FP_X_INV|FP_X_DZ|FP_X_DNML|FP_X_UFL|FP_X_IMP)); -+#endif - #endif - } - #endif diff --git a/math/octave-devel/pkg-comment b/math/octave-devel/pkg-comment deleted file mode 100644 index bf69360caa8f..000000000000 --- a/math/octave-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -High-level interactive language for numerical computations diff --git a/math/octave-devel/pkg-descr b/math/octave-devel/pkg-descr deleted file mode 100644 index c03244971e2a..000000000000 --- a/math/octave-devel/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Octave is a high-level language, primarily intended for numerical -computations. It provides a convenient command line interface for -solving linear and nonlinear problems numerically, and for performing -other numerical experiments. It may also be used as a batch-oriented -language. diff --git a/math/octave-devel/pkg-plist b/math/octave-devel/pkg-plist deleted file mode 100644 index 23038bc06c7a..000000000000 --- a/math/octave-devel/pkg-plist +++ /dev/null @@ -1,914 +0,0 @@ -bin/mkoctfile -bin/mkoctfile-%%OCTAVE_VERSION%% -bin/octave -bin/octave-%%OCTAVE_VERSION%% -bin/octave-bug -bin/octave-bug-%%OCTAVE_VERSION%% -include/octave-%%OCTAVE_VERSION%%/octave/Array-flags.h -include/octave-%%OCTAVE_VERSION%%/octave/Array-idx.h -include/octave-%%OCTAVE_VERSION%%/octave/Array.cc -include/octave-%%OCTAVE_VERSION%%/octave/Array.h -include/octave-%%OCTAVE_VERSION%%/octave/Array2-idx.h -include/octave-%%OCTAVE_VERSION%%/octave/Array2.cc -include/octave-%%OCTAVE_VERSION%%/octave/Array2.h -include/octave-%%OCTAVE_VERSION%%/octave/Array3-idx.h -include/octave-%%OCTAVE_VERSION%%/octave/Array3.cc -include/octave-%%OCTAVE_VERSION%%/octave/Array3.h -include/octave-%%OCTAVE_VERSION%%/octave/BaseSLList.h -include/octave-%%OCTAVE_VERSION%%/octave/Bounds.h -include/octave-%%OCTAVE_VERSION%%/octave/Cell.h -include/octave-%%OCTAVE_VERSION%%/octave/CColVector.h -include/octave-%%OCTAVE_VERSION%%/octave/CDiagMatrix.h -include/octave-%%OCTAVE_VERSION%%/octave/CMatrix.h -include/octave-%%OCTAVE_VERSION%%/octave/CRowVector.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxAEPBAL.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxCHOL.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxDET.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxHESS.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxLU.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxQR.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxQRP.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxSCHUR.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxSVD.h -include/octave-%%OCTAVE_VERSION%%/octave/CollocWt.h -include/octave-%%OCTAVE_VERSION%%/octave/DAE.h -include/octave-%%OCTAVE_VERSION%%/octave/DAEFunc.h -include/octave-%%OCTAVE_VERSION%%/octave/DASSL.h -include/octave-%%OCTAVE_VERSION%%/octave/DLList.h -include/octave-%%OCTAVE_VERSION%%/octave/DiagArray2.cc -include/octave-%%OCTAVE_VERSION%%/octave/DiagArray2.h -include/octave-%%OCTAVE_VERSION%%/octave/EIG.h -include/octave-%%OCTAVE_VERSION%%/octave/FEGrid.h -include/octave-%%OCTAVE_VERSION%%/octave/LP.h -include/octave-%%OCTAVE_VERSION%%/octave/LPsolve.h -include/octave-%%OCTAVE_VERSION%%/octave/LSODE.h -include/octave-%%OCTAVE_VERSION%%/octave/LinConst.h -include/octave-%%OCTAVE_VERSION%%/octave/MArray-defs.h -include/octave-%%OCTAVE_VERSION%%/octave/MArray.cc -include/octave-%%OCTAVE_VERSION%%/octave/MArray.h -include/octave-%%OCTAVE_VERSION%%/octave/MArray2.cc -include/octave-%%OCTAVE_VERSION%%/octave/MArray2.h -include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.cc -include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.h -include/octave-%%OCTAVE_VERSION%%/octave/Map.h -include/octave-%%OCTAVE_VERSION%%/octave/Matrix.h -include/octave-%%OCTAVE_VERSION%%/octave/NLConst.h -include/octave-%%OCTAVE_VERSION%%/octave/NLEqn.h -include/octave-%%OCTAVE_VERSION%%/octave/NLFunc.h -include/octave-%%OCTAVE_VERSION%%/octave/NLP.h -include/octave-%%OCTAVE_VERSION%%/octave/ODE.h -include/octave-%%OCTAVE_VERSION%%/octave/ODEFunc.h -include/octave-%%OCTAVE_VERSION%%/octave/Objective.h -include/octave-%%OCTAVE_VERSION%%/octave/Pix.h -include/octave-%%OCTAVE_VERSION%%/octave/QP.h -include/octave-%%OCTAVE_VERSION%%/octave/Quad.h -include/octave-%%OCTAVE_VERSION%%/octave/Range.h -include/octave-%%OCTAVE_VERSION%%/octave/SLList.h -include/octave-%%OCTAVE_VERSION%%/octave/SLStack.h -include/octave-%%OCTAVE_VERSION%%/octave/Stack.h -include/octave-%%OCTAVE_VERSION%%/octave/base-de.h -include/octave-%%OCTAVE_VERSION%%/octave/base-lu.cc -include/octave-%%OCTAVE_VERSION%%/octave/base-lu.h -include/octave-%%OCTAVE_VERSION%%/octave/base-min.h -include/octave-%%OCTAVE_VERSION%%/octave/boolMatrix.h -include/octave-%%OCTAVE_VERSION%%/octave/byte-swap.h -include/octave-%%OCTAVE_VERSION%%/octave/c-file-ptr-stream.h -include/octave-%%OCTAVE_VERSION%%/octave/chMatrix.h -include/octave-%%OCTAVE_VERSION%%/octave/cmd-edit.h -include/octave-%%OCTAVE_VERSION%%/octave/cmd-hist.h -include/octave-%%OCTAVE_VERSION%%/octave/dColVector.h -include/octave-%%OCTAVE_VERSION%%/octave/dDiagMatrix.h -include/octave-%%OCTAVE_VERSION%%/octave/dMatrix.h -include/octave-%%OCTAVE_VERSION%%/octave/dRowVector.h -include/octave-%%OCTAVE_VERSION%%/octave/data-conv.h -include/octave-%%OCTAVE_VERSION%%/octave/dbleAEPBAL.h -include/octave-%%OCTAVE_VERSION%%/octave/dbleCHOL.h -include/octave-%%OCTAVE_VERSION%%/octave/dbleDET.h -include/octave-%%OCTAVE_VERSION%%/octave/dbleHESS.h -include/octave-%%OCTAVE_VERSION%%/octave/dbleLU.h -include/octave-%%OCTAVE_VERSION%%/octave/dbleQR.h -include/octave-%%OCTAVE_VERSION%%/octave/dbleQRP.h -include/octave-%%OCTAVE_VERSION%%/octave/dbleSCHUR.h -include/octave-%%OCTAVE_VERSION%%/octave/dbleSVD.h -include/octave-%%OCTAVE_VERSION%%/octave/defaults.h -include/octave-%%OCTAVE_VERSION%%/octave/defun-dld.h -include/octave-%%OCTAVE_VERSION%%/octave/defun-int.h -include/octave-%%OCTAVE_VERSION%%/octave/defun.h -include/octave-%%OCTAVE_VERSION%%/octave/dir-ops.h -include/octave-%%OCTAVE_VERSION%%/octave/dirfns.h -include/octave-%%OCTAVE_VERSION%%/octave/dynamic-ld.h -include/octave-%%OCTAVE_VERSION%%/octave/error.h -include/octave-%%OCTAVE_VERSION%%/octave/file-stat.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-sysdep.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-cm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-cs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-dm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-m.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-cdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-dm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-m.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-cdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-dm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-m.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-m.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-inlines.cc -include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-m-dm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-op-defs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-cdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-cm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-dm.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-env.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-getopt.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-group.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-kpse.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-lvalue.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-passwd.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-rl-edit.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-rl-hist.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-shlib.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-syscalls.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-time.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-base-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-base-scalar.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-bool-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-bool.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-builtin.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-cell.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-dld-fcn.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-file.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-list.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-mapper.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-usr-fcn.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-all.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-arg-list.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-assign.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-binop.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-cell.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-check.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-colon.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-decl.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-except.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-id.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-idx.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-indir.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-jump.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-loop.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-select.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-stmt.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-unop.h -include/octave-%%OCTAVE_VERSION%%/octave/pt.h -include/octave-%%OCTAVE_VERSION%%/octave/siglist.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-ccv-cv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-ccv-s.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-crv-rv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-crv-s.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-cs-cv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-cs-rv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-cv-ccv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-cv-cs.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-rv-crv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-rv-cs.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-s-ccv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-s-crv.h -include/octave-%%OCTAVE_VERSION%%/f77-fcn.h -include/octave-%%OCTAVE_VERSION%%/config.h -include/octave-%%OCTAVE_VERSION%%/octave/file-io.h -include/octave-%%OCTAVE_VERSION%%/octave/file-ops.h -include/octave-%%OCTAVE_VERSION%%/octave/fn-cache.h -include/octave-%%OCTAVE_VERSION%%/octave/getopt.h -include/octave-%%OCTAVE_VERSION%%/octave/glob-match.h -include/octave-%%OCTAVE_VERSION%%/octave/gripes.h -include/octave-%%OCTAVE_VERSION%%/octave/help.h -include/octave-%%OCTAVE_VERSION%%/octave/idx-vector.h -include/octave-%%OCTAVE_VERSION%%/octave/input.h -include/octave-%%OCTAVE_VERSION%%/octave/lex.h -include/octave-%%OCTAVE_VERSION%%/lo-error.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-ieee.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-mappers.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-specfun.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-utils.h -include/octave-%%OCTAVE_VERSION%%/octave/load-save.h -include/octave-%%OCTAVE_VERSION%%/octave/mach-info.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-base.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-defs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ext.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-alloc.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-cmplx.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-conf.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-fstrm.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-gperf.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-hist.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-iostrm.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-map.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-obj.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-prcstrm.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-procbuf.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-stdstrm.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-stream.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-strstrm.h -include/octave-%%OCTAVE_VERSION%%/octave/oct.h -include/octave-%%OCTAVE_VERSION%%/octave/ops.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-base.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-ch-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-colon.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-complex.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-cx-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-range.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-re-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-scalar.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-str-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-struct.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-typeinfo.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-va-args.h -include/octave-%%OCTAVE_VERSION%%/octave/ov.h -include/octave-%%OCTAVE_VERSION%%/octave/pager.h -include/octave-%%OCTAVE_VERSION%%/octave/parse.h -include/octave-%%OCTAVE_VERSION%%/octave/pathlen.h -include/octave-%%OCTAVE_VERSION%%/octave/pathsearch.h -include/octave-%%OCTAVE_VERSION%%/octave/pr-output.h -include/octave-%%OCTAVE_VERSION%%/octave/procstream.h -include/octave-%%OCTAVE_VERSION%%/octave/prog-args.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-cmd.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-const.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-exp.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-misc.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-plot.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-pr-code.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-walk.h -include/octave-%%OCTAVE_VERSION%%/octave/sighandlers.h -include/octave-%%OCTAVE_VERSION%%/octave/statdefs.h -include/octave-%%OCTAVE_VERSION%%/octave/str-vec.h -include/octave-%%OCTAVE_VERSION%%/octave/sun-utils.h -include/octave-%%OCTAVE_VERSION%%/octave/symtab.h -include/octave-%%OCTAVE_VERSION%%/octave/sysdep.h -include/octave-%%OCTAVE_VERSION%%/octave/sysdir.h -include/octave-%%OCTAVE_VERSION%%/octave/systime.h -include/octave-%%OCTAVE_VERSION%%/octave/syswait.h -include/octave-%%OCTAVE_VERSION%%/octave/token.h -include/octave-%%OCTAVE_VERSION%%/octave/toplev.h -include/octave-%%OCTAVE_VERSION%%/octave/unwind-prot.h -include/octave-%%OCTAVE_VERSION%%/octave/utils.h -include/octave-%%OCTAVE_VERSION%%/octave/variables.h -include/octave-%%OCTAVE_VERSION%%/octave/version.h -include/octave-%%OCTAVE_VERSION%%/octave/xdiv.h -include/octave-%%OCTAVE_VERSION%%/octave/xpow.h -@exec /bin/ln -sf %D/include/octave-%%OCTAVE_VERSION%%/octave %D/include/octave -@unexec /bin/rm -f %D/include/octave -@unexec install-info --delete --entry='* Octave: (octave). Interactive language for numerical computations.' %D/info/octave.info %D/info/dir -@unexec install-info --delete --entry='* LibOctave: (liboctave). C++ class library for Octave.' %D/info/liboctave.info %D/info/dir -info/octave.info -info/octave.info-1 -info/octave.info-2 -info/octave.info-3 -info/octave.info-4 -info/octave.info-5 -info/octave.info-6 -info/octave.info-7 -info/octave.info-8 -info/octave.info-9 -info/octave.info-10 -info/octave.info-11 -info/octave.info-12 -info/octave.info-13 -info/octave.info-14 -info/octave.info-15 -info/liboctave.info -info/liboctave.info-1 -info/liboctave.info-2 -info/liboctave.info-3 -@exec install-info --entry='* Octave: (octave). Interactive language for numerical computations.' %D/octave.info %D/info/dir -@exec install-info --entry='* LibOctave: (liboctave). C++ class library for Octave.' %D/liboctave.info %D/info/dir -lib/octave-%%OCTAVE_VERSION%%/libcruft.a -lib/octave-%%OCTAVE_VERSION%%/liboctave.a -lib/octave-%%OCTAVE_VERSION%%/liboctinterp.a -@unexec /bin/rm -f %D/lib/octave -@exec /bin/ln -sf %D/lib/octave-%%OCTAVE_VERSION%% %D/lib/octave -libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%/info-emacs-info -libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%/info-emacs-octave-help -libexec/octave/ls-R -share/octave/%%OCTAVE_VERSION%%/imagelib/default.img -share/octave/%%OCTAVE_VERSION%%/m/audio/lin2mu.m -share/octave/%%OCTAVE_VERSION%%/m/audio/loadaudio.m -share/octave/%%OCTAVE_VERSION%%/m/audio/mu2lin.m -share/octave/%%OCTAVE_VERSION%%/m/audio/playaudio.m -share/octave/%%OCTAVE_VERSION%%/m/audio/record.m -share/octave/%%OCTAVE_VERSION%%/m/audio/saveaudio.m -share/octave/%%OCTAVE_VERSION%%/m/audio/setaudio.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/DEMOcontrol.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/__bodquist__.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/__freqresp__.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/__stepimp__.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/analdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/are.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/bddemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/bode.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/bode_bounds.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/controldemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/ctrb.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/damp.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dare.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dcgain.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dgram.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dlqe.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dlqr.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dlyap.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dre.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/frdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/freqchkw.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/gram.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/impulse.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/lqe.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/lqg.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/lqr.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/lsim.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/ltifr.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/lyap.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/nichols.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/nyquist.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/obsv.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/place.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/pzmap.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/rldemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/rlocus.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/step.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/tzero.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/tzero2.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/dgkfdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/dhinfdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/h2norm.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/h2syn.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinf_ctr.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfnorm.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn_chk.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn_ric.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/is_dgkf.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/wgt1o.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/dezero.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/dlqg.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/minfo.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/packsys.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/qzval.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/rotg.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/series.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/swapcols.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/swaprows.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/syschnames.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/unpacksys.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__abcddims__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__syschnamesl__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__syscont_disc__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__sysdefioname__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__sysdefstname__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__sysgroupn__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__tf2sysl__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__zp2ssg2__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/abcddim.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/buildssic.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/c2d.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/d2c.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/dmr2d.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/fir2sys.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_abcd.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_controllable.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_detectable.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_digital.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_observable.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_sample.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_signal_list.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_siso.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_stabilizable.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_stable.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/jet707.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/listidx.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/moddemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ord2.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/packedform.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/parallel.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ss2sys.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ss2tf.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ss2zp.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/starp.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sys2fir.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sys2ss.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sys2tf.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sys2zp.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysadd.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysappend.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/syschtsam.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysconnect.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/syscont.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysdimensions.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysdisc.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysdup.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysgetsignals.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysgettsam.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysgettype.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysgroup.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysidx.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysmin.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysmult.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysout.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysprune.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysreorder.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysrepdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysscale.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/syssetsignals.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/syssub.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysupdate.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/tf2ss.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/tf2sys.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/tf2zp.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/tfout.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ugain.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/zp2ss.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/zp2sys.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/zp2tf.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/zpout.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/__outlist__.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/__zgpbal__.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/axis2dlim.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/prompt.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/run_cmd.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/sortcom.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/strappend.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/swap.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgfmul.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgfslv.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zginit.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgreduce.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgrownorm.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgscal.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgsgiv.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgshsr.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/acot.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/acoth.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/acsc.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/acsch.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/asec.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/asech.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/cot.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/coth.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/csc.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/csch.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/gcd.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/lcm.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/sec.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/sech.m -share/octave/%%OCTAVE_VERSION%%/m/finance/fv.m -share/octave/%%OCTAVE_VERSION%%/m/finance/fvl.m -share/octave/%%OCTAVE_VERSION%%/m/finance/irr.m -share/octave/%%OCTAVE_VERSION%%/m/finance/nper.m -share/octave/%%OCTAVE_VERSION%%/m/finance/npv.m -share/octave/%%OCTAVE_VERSION%%/m/finance/pmt.m -share/octave/%%OCTAVE_VERSION%%/m/finance/pv.m -share/octave/%%OCTAVE_VERSION%%/m/finance/pvl.m -share/octave/%%OCTAVE_VERSION%%/m/finance/rate.m -share/octave/%%OCTAVE_VERSION%%/m/finance/vol.m -share/octave/%%OCTAVE_VERSION%%/m/general/columns.m -share/octave/%%OCTAVE_VERSION%%/m/general/common_size.m -share/octave/%%OCTAVE_VERSION%%/m/general/diff.m -share/octave/%%OCTAVE_VERSION%%/m/general/fliplr.m -share/octave/%%OCTAVE_VERSION%%/m/general/flipud.m -share/octave/%%OCTAVE_VERSION%%/m/general/int2str.m -share/octave/%%OCTAVE_VERSION%%/m/general/is_duplicate_entry.m -share/octave/%%OCTAVE_VERSION%%/m/general/is_scalar.m -share/octave/%%OCTAVE_VERSION%%/m/general/is_square.m -share/octave/%%OCTAVE_VERSION%%/m/general/is_symmetric.m -share/octave/%%OCTAVE_VERSION%%/m/general/is_vector.m -share/octave/%%OCTAVE_VERSION%%/m/general/logical.m -share/octave/%%OCTAVE_VERSION%%/m/general/logspace.m -share/octave/%%OCTAVE_VERSION%%/m/general/nargchk.m -share/octave/%%OCTAVE_VERSION%%/m/general/nextpow2.m -share/octave/%%OCTAVE_VERSION%%/m/general/num2str.m -share/octave/%%OCTAVE_VERSION%%/m/general/perror.m -share/octave/%%OCTAVE_VERSION%%/m/general/postpad.m -share/octave/%%OCTAVE_VERSION%%/m/general/prepad.m -share/octave/%%OCTAVE_VERSION%%/m/general/randperm.m -share/octave/%%OCTAVE_VERSION%%/m/general/rem.m -share/octave/%%OCTAVE_VERSION%%/m/general/reshape.m -share/octave/%%OCTAVE_VERSION%%/m/general/rot90.m -share/octave/%%OCTAVE_VERSION%%/m/general/rows.m -share/octave/%%OCTAVE_VERSION%%/m/general/shift.m -share/octave/%%OCTAVE_VERSION%%/m/general/strerror.m -share/octave/%%OCTAVE_VERSION%%/m/general/tril.m -share/octave/%%OCTAVE_VERSION%%/m/general/triu.m -share/octave/%%OCTAVE_VERSION%%/m/image/colormap.m -share/octave/%%OCTAVE_VERSION%%/m/image/gray.m -share/octave/%%OCTAVE_VERSION%%/m/image/gray2ind.m -share/octave/%%OCTAVE_VERSION%%/m/image/image.m -share/octave/%%OCTAVE_VERSION%%/m/image/imagesc.m -share/octave/%%OCTAVE_VERSION%%/m/image/imshow.m -share/octave/%%OCTAVE_VERSION%%/m/image/ind2gray.m -share/octave/%%OCTAVE_VERSION%%/m/image/ind2rgb.m -share/octave/%%OCTAVE_VERSION%%/m/image/loadimage.m -share/octave/%%OCTAVE_VERSION%%/m/image/ntsc2rgb.m -share/octave/%%OCTAVE_VERSION%%/m/image/ocean.m -share/octave/%%OCTAVE_VERSION%%/m/image/rgb2ind.m -share/octave/%%OCTAVE_VERSION%%/m/image/rgb2ntsc.m -share/octave/%%OCTAVE_VERSION%%/m/image/saveimage.m -share/octave/%%OCTAVE_VERSION%%/m/io/printf.m -share/octave/%%OCTAVE_VERSION%%/m/io/puts.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/commutation_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/cond.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/cross.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/dmult.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/dot.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/duplication_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/housh.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/kron.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/krylov.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/krylovb.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/norm.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/null.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/orth.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/qzhess.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/rank.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/trace.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/vec.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/vech.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bincoeff.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bug_report.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/comma.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/cputime.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/dump_prefs.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/etime.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/flops.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/is_leap_year.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/list_primes.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/menu.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/pack.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/paren.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/path.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/popen2.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/semicolon.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/texas_lotto.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tic.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/toc.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/version.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/xor.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__axis_label__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plr1__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plr2__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plr__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt1__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2mm__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2mv__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2ss__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2vm__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2vv__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__pltopt1__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__pltopt__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/axis.m -share/octave/%%OCTAVE_VERSION%%/m/plot/bar.m -share/octave/%%OCTAVE_VERSION%%/m/plot/bottom_title.m -share/octave/%%OCTAVE_VERSION%%/m/plot/contour.m -share/octave/%%OCTAVE_VERSION%%/m/plot/figure.m -share/octave/%%OCTAVE_VERSION%%/m/plot/grid.m -share/octave/%%OCTAVE_VERSION%%/m/plot/hist.m -share/octave/%%OCTAVE_VERSION%%/m/plot/loglog.m -share/octave/%%OCTAVE_VERSION%%/m/plot/mesh.m -share/octave/%%OCTAVE_VERSION%%/m/plot/meshdom.m -share/octave/%%OCTAVE_VERSION%%/m/plot/meshgrid.m -share/octave/%%OCTAVE_VERSION%%/m/plot/mplot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/multiplot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/oneplot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/plot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/plot_border.m -share/octave/%%OCTAVE_VERSION%%/m/plot/polar.m -share/octave/%%OCTAVE_VERSION%%/m/plot/semilogx.m -share/octave/%%OCTAVE_VERSION%%/m/plot/semilogy.m -share/octave/%%OCTAVE_VERSION%%/m/plot/shg.m -share/octave/%%OCTAVE_VERSION%%/m/plot/sombrero.m -share/octave/%%OCTAVE_VERSION%%/m/plot/stairs.m -share/octave/%%OCTAVE_VERSION%%/m/plot/subplot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/subwindow.m -share/octave/%%OCTAVE_VERSION%%/m/plot/title.m -share/octave/%%OCTAVE_VERSION%%/m/plot/top_title.m -share/octave/%%OCTAVE_VERSION%%/m/plot/xlabel.m -share/octave/%%OCTAVE_VERSION%%/m/plot/ylabel.m -share/octave/%%OCTAVE_VERSION%%/m/plot/zlabel.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/compan.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/conv.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/deconv.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/poly.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyder.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyderiv.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyfit.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyinteg.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyout.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyreduce.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyval.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyvalm.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/residue.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/roots.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/demoquat.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qconj.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qcoordinate_plot.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qderiv.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qderivmat.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qinv.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qmult.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qtrans.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qtransv.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qtransvmat.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/quaternion.m -share/octave/%%OCTAVE_VERSION%%/m/set/complement.m -share/octave/%%OCTAVE_VERSION%%/m/set/create_set.m -share/octave/%%OCTAVE_VERSION%%/m/set/intersection.m -share/octave/%%OCTAVE_VERSION%%/m/set/union.m -share/octave/%%OCTAVE_VERSION%%/m/signal/arch_fit.m -share/octave/%%OCTAVE_VERSION%%/m/signal/arch_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/signal/arch_test.m -share/octave/%%OCTAVE_VERSION%%/m/signal/arma_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/signal/autocor.m -share/octave/%%OCTAVE_VERSION%%/m/signal/autocov.m -share/octave/%%OCTAVE_VERSION%%/m/signal/autoreg_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/signal/bartlett.m -share/octave/%%OCTAVE_VERSION%%/m/signal/blackman.m -share/octave/%%OCTAVE_VERSION%%/m/signal/detrend.m -share/octave/%%OCTAVE_VERSION%%/m/signal/diffpara.m -share/octave/%%OCTAVE_VERSION%%/m/signal/durbinlevinson.m -share/octave/%%OCTAVE_VERSION%%/m/signal/fftconv.m -share/octave/%%OCTAVE_VERSION%%/m/signal/fftfilt.m -share/octave/%%OCTAVE_VERSION%%/m/signal/fftshift.m -share/octave/%%OCTAVE_VERSION%%/m/signal/fractdiff.m -share/octave/%%OCTAVE_VERSION%%/m/signal/freqz.m -share/octave/%%OCTAVE_VERSION%%/m/signal/hamming.m -share/octave/%%OCTAVE_VERSION%%/m/signal/hanning.m -share/octave/%%OCTAVE_VERSION%%/m/signal/hurst.m -share/octave/%%OCTAVE_VERSION%%/m/signal/periodogram.m -share/octave/%%OCTAVE_VERSION%%/m/signal/rectangle_lw.m -share/octave/%%OCTAVE_VERSION%%/m/signal/rectangle_sw.m -share/octave/%%OCTAVE_VERSION%%/m/signal/sinc.m -share/octave/%%OCTAVE_VERSION%%/m/signal/sinetone.m -share/octave/%%OCTAVE_VERSION%%/m/signal/sinewave.m -share/octave/%%OCTAVE_VERSION%%/m/signal/spectral_adf.m -share/octave/%%OCTAVE_VERSION%%/m/signal/spectral_xdf.m -share/octave/%%OCTAVE_VERSION%%/m/signal/spencer.m -share/octave/%%OCTAVE_VERSION%%/m/signal/stft.m -share/octave/%%OCTAVE_VERSION%%/m/signal/synthesis.m -share/octave/%%OCTAVE_VERSION%%/m/signal/triangle_lw.m -share/octave/%%OCTAVE_VERSION%%/m/signal/triangle_sw.m -share/octave/%%OCTAVE_VERSION%%/m/signal/yulewalker.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/bessel.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/beta.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/betai.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/erfinv.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/gammai.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/log2.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/pow2.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/hankel.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/hilb.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/invhilb.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/sylvester_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/toeplitz.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/vander.m -share/octave/%%OCTAVE_VERSION%%/m/startup/octaverc -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/center.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cloglog.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cor.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/corrcoef.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cov.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cut.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/gls.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/iqr.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/kendall.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/kurtosis.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/logit.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/mahalanobis.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/mean.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/meansq.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/median.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/moment.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ols.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ppplot.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/probit.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/qqplot.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/range.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ranks.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/run_count.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/skewness.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/spearman.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/statistics.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/std.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/studentize.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/table.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/values.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/var.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/f_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/f_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/f_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/f_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/kolmogorov_smirnov_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/t_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/t_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/t_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/t_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/wiener_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression_derivatives.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression_likelihood.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/anova.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/bartlett_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_homogeneity.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_independence.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/cor_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/f_test_regression.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test_2.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test_2.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kruskal_wallis_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/manova.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/mcnemar_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/prop_test_2.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/run_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/sign_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_2.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_regression.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/u_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/var_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/welch_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/wilcoxon_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/z_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/z_test_2.m -share/octave/%%OCTAVE_VERSION%%/m/strings/bin2dec.m -share/octave/%%OCTAVE_VERSION%%/m/strings/blanks.m -share/octave/%%OCTAVE_VERSION%%/m/strings/com2str.m -share/octave/%%OCTAVE_VERSION%%/m/strings/deblank.m -share/octave/%%OCTAVE_VERSION%%/m/strings/dec2bin.m -share/octave/%%OCTAVE_VERSION%%/m/strings/dec2hex.m -share/octave/%%OCTAVE_VERSION%%/m/strings/findstr.m -share/octave/%%OCTAVE_VERSION%%/m/strings/hex2dec.m -share/octave/%%OCTAVE_VERSION%%/m/strings/index.m -share/octave/%%OCTAVE_VERSION%%/m/strings/isletter.m -share/octave/%%OCTAVE_VERSION%%/m/strings/lower.m -share/octave/%%OCTAVE_VERSION%%/m/strings/rindex.m -share/octave/%%OCTAVE_VERSION%%/m/strings/split.m -share/octave/%%OCTAVE_VERSION%%/m/strings/str2mat.m -share/octave/%%OCTAVE_VERSION%%/m/strings/str2num.m -share/octave/%%OCTAVE_VERSION%%/m/strings/strcat.m -share/octave/%%OCTAVE_VERSION%%/m/strings/strcmp.m -share/octave/%%OCTAVE_VERSION%%/m/strings/strrep.m -share/octave/%%OCTAVE_VERSION%%/m/strings/substr.m -share/octave/%%OCTAVE_VERSION%%/m/strings/upper.m -share/octave/%%OCTAVE_VERSION%%/m/time/asctime.m -share/octave/%%OCTAVE_VERSION%%/m/time/clock.m -share/octave/%%OCTAVE_VERSION%%/m/time/ctime.m -share/octave/%%OCTAVE_VERSION%%/m/time/date.m -share/octave/doc/Octave-FAQ.ps -share/octave/doc/liboctave.ps -share/octave/doc/octave.ps -share/octave/doc/refcard-a4.ps -share/octave/doc/refcard-legal.ps -share/octave/doc/refcard-letter.ps -share/octave/ls-R -share/octave/site/m/startup/octaverc -@dirrm include/octave-%%OCTAVE_VERSION%%/octave -@dirrm include/octave-%%OCTAVE_VERSION%% -@dirrm lib/octave-%%OCTAVE_VERSION%% -@dirrm libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%% -@dirrm libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%% -@dirrm libexec/octave/%%OCTAVE_VERSION%%/site/oct -@dirrm libexec/octave/%%OCTAVE_VERSION%%/site -@dirrm libexec/octave/%%OCTAVE_VERSION%%/exec -@dirrm libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%% -@dirrm libexec/octave/%%OCTAVE_VERSION%%/oct -@dirrm libexec/octave/%%OCTAVE_VERSION%% -@dirrm libexec/octave/site/exec/%%GNU_HOST%% -@dirrm libexec/octave/site/exec -@dirrm libexec/octave/site/oct/%%GNU_HOST%% -@dirrm libexec/octave/site/oct -@dirrm libexec/octave/site -@dirrm libexec/octave -@dirrm share/octave/%%OCTAVE_VERSION%%/imagelib -@dirrm share/octave/%%OCTAVE_VERSION%%/m/audio -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/base -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/hinf -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/obsolete -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/system -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/util -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control -@dirrm share/octave/%%OCTAVE_VERSION%%/m/elfun -@dirrm share/octave/%%OCTAVE_VERSION%%/m/finance -@dirrm share/octave/%%OCTAVE_VERSION%%/m/general -@dirrm share/octave/%%OCTAVE_VERSION%%/m/image -@dirrm share/octave/%%OCTAVE_VERSION%%/m/io -@dirrm share/octave/%%OCTAVE_VERSION%%/m/linear-algebra -@dirrm share/octave/%%OCTAVE_VERSION%%/m/miscellaneous -@dirrm share/octave/%%OCTAVE_VERSION%%/m/plot -@dirrm share/octave/%%OCTAVE_VERSION%%/m/polynomial -@dirrm share/octave/%%OCTAVE_VERSION%%/m/quaternion -@dirrm share/octave/%%OCTAVE_VERSION%%/m/set -@dirrm share/octave/%%OCTAVE_VERSION%%/m/signal -@dirrm share/octave/%%OCTAVE_VERSION%%/m/specfun -@dirrm share/octave/%%OCTAVE_VERSION%%/m/special-matrix -@dirrm share/octave/%%OCTAVE_VERSION%%/m/startup -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/base -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/models -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/tests -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics -@dirrm share/octave/%%OCTAVE_VERSION%%/m/strings -@dirrm share/octave/%%OCTAVE_VERSION%%/m/time -@dirrm share/octave/%%OCTAVE_VERSION%%/m -@dirrm share/octave/%%OCTAVE_VERSION%%/site/m -@dirrm share/octave/%%OCTAVE_VERSION%%/site -@dirrm share/octave/%%OCTAVE_VERSION%% -@dirrm share/octave/site/m/startup -@dirrm share/octave/site/m -@dirrm share/octave/site -@dirrm share/octave/doc -@dirrm share/octave diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile deleted file mode 100644 index e42838ee283f..000000000000 --- a/math/py-numeric/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: numpy -# Date created: 20 April 1997 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= numeric -PORTVERSION= 15.3 -CATEGORIES= math python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= numpy -PKGNAMEPREFIX= py- -DISTNAME= Numerical-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= tg@FreeBSD.org - -BUILD_DEPENDS= ${LOCALBASE}/lib/python1.5/site-packages/distutils/core.py:${PORTSDIR}/misc/py-distutils -RUN_DEPENDS= python:${PORTSDIR}/lang/python - -DOCDIR= ${PREFIX}/share/doc/py-numeric -EXAMPLEDIR= ${PREFIX}/share/examples/py-numeric - -do-build: - @(cd ${WRKSRC}; python setup.py build) - -do-install: - @(cd ${WRKSRC}; python setup.py install) - @${MKDIR} ${EXAMPLEDIR} - ${INSTALL_DATA} ${WRKSRC}/Demo/*.py ${EXAMPLEDIR} - @${MKDIR} ${EXAMPLEDIR}/NumTut - ${INSTALL_DATA} ${WRKSRC}/Demo/NumTut/* ${EXAMPLEDIR}/NumTut -.if !defined(NOPORTDOCS) -# @${MKDIR} ${DOCDIR} -# ${INSTALL_DATA} ${WRKSRC}/Doc/numpy.pdf ${DOCDIR} -.endif - -.include <bsd.port.mk> diff --git a/math/py-numeric/distinfo b/math/py-numeric/distinfo deleted file mode 100644 index fad95275d889..000000000000 --- a/math/py-numeric/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Numerical-15.3.tgz) = 717b48135295952a176bcc1f72c8e12b diff --git a/math/py-numeric/pkg-comment b/math/py-numeric/pkg-comment deleted file mode 100644 index 29f5536121ee..000000000000 --- a/math/py-numeric/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Numeric Extension to Python diff --git a/math/py-numeric/pkg-descr b/math/py-numeric/pkg-descr deleted file mode 100644 index 83bfbdb7b99d..000000000000 --- a/math/py-numeric/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -The Numeric Extensions to Python (NumPy) give Python the number crunching -power of numeric languages like Matlab and IDL while maintaining all of the -advantages of the general-purpose programming language Python. - -These extensions add two new object types to Python, and then include a -number of extensions that take advantage of these two new objects. - - * Multidimensional Array Objects - + Efficient arrays of homogeneous machine types - + Arbitrary number of dimensions - + Sophisticated structural operations - * Universal Function Objects - + Supports mathematical functions on all python objects - + Very efficient for Array Objects - * Simple interfaces to existing numerical libraries: - + Linear Algebra (LAPACK) - + Fourier Transforms (FFTPACK) - + Random Numbers (RANLIB) - -WWW: http://xfiles.llnl.gov/python.htm diff --git a/math/py-numeric/pkg-plist b/math/py-numeric/pkg-plist deleted file mode 100644 index e679111acfbe..000000000000 --- a/math/py-numeric/pkg-plist +++ /dev/null @@ -1,48 +0,0 @@ -include/python1.5/Numeric/arrayobject.h -include/python1.5/Numeric/f2c.h -include/python1.5/Numeric/fftpack.h -include/python1.5/Numeric/ranlib.h -include/python1.5/Numeric/ufuncobject.h -lib/python1.5/site-packages/Numeric/_numpy.so -lib/python1.5/site-packages/Numeric/ArrayPrinter.py -lib/python1.5/site-packages/Numeric/ArrayPrinter.pyc -lib/python1.5/site-packages/Numeric/FFT.py -lib/python1.5/site-packages/Numeric/FFT.pyc -lib/python1.5/site-packages/Numeric/LinearAlgebra.py -lib/python1.5/site-packages/Numeric/LinearAlgebra.pyc -lib/python1.5/site-packages/Numeric/MA.py -lib/python1.5/site-packages/Numeric/MA.pyc -lib/python1.5/site-packages/Numeric/MLab.py -lib/python1.5/site-packages/Numeric/MLab.pyc -lib/python1.5/site-packages/Numeric/Matrix.py -lib/python1.5/site-packages/Numeric/Matrix.pyc -lib/python1.5/site-packages/Numeric/Numeric.py -lib/python1.5/site-packages/Numeric/Numeric.pyc -lib/python1.5/site-packages/Numeric/Precision.py -lib/python1.5/site-packages/Numeric/Precision.pyc -lib/python1.5/site-packages/Numeric/RandomArray.py -lib/python1.5/site-packages/Numeric/RandomArray.pyc -lib/python1.5/site-packages/Numeric/UserArray.py -lib/python1.5/site-packages/Numeric/UserArray.pyc -lib/python1.5/site-packages/Numeric/arrayfns.so -lib/python1.5/site-packages/Numeric/fftpack.so -lib/python1.5/site-packages/Numeric/lapack_lite.so -lib/python1.5/site-packages/Numeric/multiarray.so -lib/python1.5/site-packages/Numeric/ranlib.so -lib/python1.5/site-packages/Numeric/umath.so -lib/python1.5/site-packages/Numeric.pth -@unexec rmdir %B 2>/dev/null || true -@comment share/doc/py-numeric/numpy.pdf -share/examples/py-numeric/NumTut/__init__.py -share/examples/py-numeric/NumTut/greece.pik -share/examples/py-numeric/NumTut/mkpic.py -share/examples/py-numeric/NumTut/testview.py -share/examples/py-numeric/NumTut/view.py -share/examples/py-numeric/life.py -share/examples/py-numeric/mandelbrot.py -share/examples/py-numeric/sieve.py -@dirrm lib/python1.5/site-packages/Numeric -@dirrm share/examples/py-numeric/NumTut -@dirrm share/examples/py-numeric -@comment @dirrm share/doc/py-numeric -@dirrm include/python1.5/Numeric diff --git a/math/py-numeric17/Makefile b/math/py-numeric17/Makefile deleted file mode 100644 index e42838ee283f..000000000000 --- a/math/py-numeric17/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: numpy -# Date created: 20 April 1997 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= numeric -PORTVERSION= 15.3 -CATEGORIES= math python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= numpy -PKGNAMEPREFIX= py- -DISTNAME= Numerical-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= tg@FreeBSD.org - -BUILD_DEPENDS= ${LOCALBASE}/lib/python1.5/site-packages/distutils/core.py:${PORTSDIR}/misc/py-distutils -RUN_DEPENDS= python:${PORTSDIR}/lang/python - -DOCDIR= ${PREFIX}/share/doc/py-numeric -EXAMPLEDIR= ${PREFIX}/share/examples/py-numeric - -do-build: - @(cd ${WRKSRC}; python setup.py build) - -do-install: - @(cd ${WRKSRC}; python setup.py install) - @${MKDIR} ${EXAMPLEDIR} - ${INSTALL_DATA} ${WRKSRC}/Demo/*.py ${EXAMPLEDIR} - @${MKDIR} ${EXAMPLEDIR}/NumTut - ${INSTALL_DATA} ${WRKSRC}/Demo/NumTut/* ${EXAMPLEDIR}/NumTut -.if !defined(NOPORTDOCS) -# @${MKDIR} ${DOCDIR} -# ${INSTALL_DATA} ${WRKSRC}/Doc/numpy.pdf ${DOCDIR} -.endif - -.include <bsd.port.mk> diff --git a/math/py-numeric17/distinfo b/math/py-numeric17/distinfo deleted file mode 100644 index fad95275d889..000000000000 --- a/math/py-numeric17/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Numerical-15.3.tgz) = 717b48135295952a176bcc1f72c8e12b diff --git a/math/py-numeric17/pkg-comment b/math/py-numeric17/pkg-comment deleted file mode 100644 index 29f5536121ee..000000000000 --- a/math/py-numeric17/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Numeric Extension to Python diff --git a/math/py-numeric17/pkg-descr b/math/py-numeric17/pkg-descr deleted file mode 100644 index 83bfbdb7b99d..000000000000 --- a/math/py-numeric17/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -The Numeric Extensions to Python (NumPy) give Python the number crunching -power of numeric languages like Matlab and IDL while maintaining all of the -advantages of the general-purpose programming language Python. - -These extensions add two new object types to Python, and then include a -number of extensions that take advantage of these two new objects. - - * Multidimensional Array Objects - + Efficient arrays of homogeneous machine types - + Arbitrary number of dimensions - + Sophisticated structural operations - * Universal Function Objects - + Supports mathematical functions on all python objects - + Very efficient for Array Objects - * Simple interfaces to existing numerical libraries: - + Linear Algebra (LAPACK) - + Fourier Transforms (FFTPACK) - + Random Numbers (RANLIB) - -WWW: http://xfiles.llnl.gov/python.htm diff --git a/math/py-numeric17/pkg-plist b/math/py-numeric17/pkg-plist deleted file mode 100644 index e679111acfbe..000000000000 --- a/math/py-numeric17/pkg-plist +++ /dev/null @@ -1,48 +0,0 @@ -include/python1.5/Numeric/arrayobject.h -include/python1.5/Numeric/f2c.h -include/python1.5/Numeric/fftpack.h -include/python1.5/Numeric/ranlib.h -include/python1.5/Numeric/ufuncobject.h -lib/python1.5/site-packages/Numeric/_numpy.so -lib/python1.5/site-packages/Numeric/ArrayPrinter.py -lib/python1.5/site-packages/Numeric/ArrayPrinter.pyc -lib/python1.5/site-packages/Numeric/FFT.py -lib/python1.5/site-packages/Numeric/FFT.pyc -lib/python1.5/site-packages/Numeric/LinearAlgebra.py -lib/python1.5/site-packages/Numeric/LinearAlgebra.pyc -lib/python1.5/site-packages/Numeric/MA.py -lib/python1.5/site-packages/Numeric/MA.pyc -lib/python1.5/site-packages/Numeric/MLab.py -lib/python1.5/site-packages/Numeric/MLab.pyc -lib/python1.5/site-packages/Numeric/Matrix.py -lib/python1.5/site-packages/Numeric/Matrix.pyc -lib/python1.5/site-packages/Numeric/Numeric.py -lib/python1.5/site-packages/Numeric/Numeric.pyc -lib/python1.5/site-packages/Numeric/Precision.py -lib/python1.5/site-packages/Numeric/Precision.pyc -lib/python1.5/site-packages/Numeric/RandomArray.py -lib/python1.5/site-packages/Numeric/RandomArray.pyc -lib/python1.5/site-packages/Numeric/UserArray.py -lib/python1.5/site-packages/Numeric/UserArray.pyc -lib/python1.5/site-packages/Numeric/arrayfns.so -lib/python1.5/site-packages/Numeric/fftpack.so -lib/python1.5/site-packages/Numeric/lapack_lite.so -lib/python1.5/site-packages/Numeric/multiarray.so -lib/python1.5/site-packages/Numeric/ranlib.so -lib/python1.5/site-packages/Numeric/umath.so -lib/python1.5/site-packages/Numeric.pth -@unexec rmdir %B 2>/dev/null || true -@comment share/doc/py-numeric/numpy.pdf -share/examples/py-numeric/NumTut/__init__.py -share/examples/py-numeric/NumTut/greece.pik -share/examples/py-numeric/NumTut/mkpic.py -share/examples/py-numeric/NumTut/testview.py -share/examples/py-numeric/NumTut/view.py -share/examples/py-numeric/life.py -share/examples/py-numeric/mandelbrot.py -share/examples/py-numeric/sieve.py -@dirrm lib/python1.5/site-packages/Numeric -@dirrm share/examples/py-numeric/NumTut -@dirrm share/examples/py-numeric -@comment @dirrm share/doc/py-numeric -@dirrm include/python1.5/Numeric diff --git a/math/randlib/Makefile b/math/randlib/Makefile deleted file mode 100644 index f168d39d268d..000000000000 --- a/math/randlib/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: ranlib -# Date created: 06 April 1997 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ranlib -PORTVERSION= 1.0 -CATEGORIES= math -MASTER_SITES= ftp://ftp.netlib.org/random/ -DISTNAME= ranlib.c - -MAINTAINER= tg@FreeBSD.org - -INSTALLS_SHLIB= yes -MAKE_ENV= NOPROFILE=true -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -.include <bsd.port.pre.mk> - -post-extract: - @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/ranlib - @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/ranlib -.endif -.if ${PORTOBJFORMAT} == "aout" - ${LN} -sf libranlib.so.1.0 ${PREFIX}/lib/libranlib.so -.endif - -.include <bsd.port.post.mk> diff --git a/math/randlib/distinfo b/math/randlib/distinfo deleted file mode 100644 index 71adce998cb1..000000000000 --- a/math/randlib/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ranlib.c.tar.gz) = 110d02ab91eb834e45044bb0368dfb7e diff --git a/math/randlib/files/Makefile.lib b/math/randlib/files/Makefile.lib deleted file mode 100644 index 1c5eb105cb97..000000000000 --- a/math/randlib/files/Makefile.lib +++ /dev/null @@ -1,15 +0,0 @@ -# bmake'd makefile for ranlib sources - -LIBDIR = $(PREFIX)/lib - -SHLIB_MAJOR= 1 -SHLIB_MINOR= 0 -LIB= ranlib - -SRCS = ../linpack/linpack.c com.c ranlib.c - -beforeinstall: - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/ranlib.h \ - ${PREFIX}/include - -.include <bsd.lib.mk> diff --git a/math/randlib/pkg-comment b/math/randlib/pkg-comment deleted file mode 100644 index 49c4cb80d006..000000000000 --- a/math/randlib/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Library of Routines for Random Number Generation diff --git a/math/randlib/pkg-descr b/math/randlib/pkg-descr deleted file mode 100644 index e42d51236e6b..000000000000 --- a/math/randlib/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -This library provides routines that return: - (1) Beta random deviates - (2) Chi-square random deviates - (3) Exponential random deviates - (4) F random deviates - (5) Gamma random deviates - (6) Multivariate normal random deviates (mean and covariance - matrix specified) - (7) Noncentral chi-square random deviates - (8) Noncentral F random deviates - (9) Univariate normal random deviates - (10) Random permutations of an integer array - (11) Real uniform random deviates between specif - (12) Binomial random deviates - (13) Negative Binomial random deviates - (14) Multinomial random deviates - (15) Poisson random deviates - (16) Integer uniform deviates between specified limits - (17) Seeds for the random number generator calculated from a - character string diff --git a/math/randlib/pkg-plist b/math/randlib/pkg-plist deleted file mode 100644 index f59969270e13..000000000000 --- a/math/randlib/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -include/ranlib.h -lib/libranlib.a -lib/libranlib.so -lib/libranlib.so.1 -share/doc/ranlib/Basegen.c.doc -share/doc/ranlib/ranlib.c.chs -share/doc/ranlib/ranlib.c.fdoc -@dirrm share/doc/ranlib diff --git a/math/vtk43/Makefile b/math/vtk43/Makefile deleted file mode 100644 index 1c5f8008184a..000000000000 --- a/math/vtk43/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: vtk -# Date created: 24 Nov 1997 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= vtk -PORTVERSION= 3.1.2 -CATEGORIES= math -MASTER_SITES= ftp://public.kitware.com/pub/vtk/ -DISTNAME= vtk312Unix - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \ - tk82.1:${PORTSDIR}/x11-toolkits/tk82 - -WRKSRC= ${WRKDIR}/vtk31 -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-mesa --with-shared --with-tcl --with-bsdmake -CONFIGURE_ARGS+= --with-contrib --with-tkwidget - -# Support for Python is compiled in by default. -.if !defined(WITHOUT_PYTHON) -CONFIGURE_ARGS+= --with-python -BUILD_DEPENDS+= python:${PORTSDIR}/lang/python -RUN_DEPENDS+= python:${PORTSDIR}/lang/python -.endif - -.if defined(WITH_PATENTED) -CONFIGURE_ARGS+= --with-patented -PLIST= ${PKGDIR}/PLIST.with_patented -.endif - -post-install: -.if !defined(WITHOUT_PYTHON) - ${PREFIX}/bin/python -c "import compileall; compileall.compile_dir( '${PREFIX}/lib/vtk/python' );" - ${PREFIX}/bin/python -Oc "import compileall; compileall.compile_dir( '${PREFIX}/lib/vtk/python' );" -.endif - -.include <bsd.port.mk> diff --git a/math/vtk43/distinfo b/math/vtk43/distinfo deleted file mode 100644 index 61d2ae14c62a..000000000000 --- a/math/vtk43/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (vtk312Unix.tar.gz) = ee61d8157412fce41d00d2a0690c647c diff --git a/math/vtk43/files/patch-aa b/math/vtk43/files/patch-aa deleted file mode 100644 index d1d961a650f1..000000000000 --- a/math/vtk43/files/patch-aa +++ /dev/null @@ -1,47 +0,0 @@ ---- user.make.orig Thu Nov 13 09:25:29 1997 -+++ user.make Sat Mar 25 20:36:54 2000 -@@ -2,31 +2,32 @@ - # by configure in system.make. At a minimum you should set - # the following Tcl/Tk values if you are planning to use Tcl/Tk - --TCL_INCLUDE=-I/home/ausable/software/src/tcl7.6/tcl7.6/generic --TCL_LIB=/common/software/tcl7.6/sun4/5.4/lib/libtcl7.6.a -+TCL_INCLUDE=-I${PREFIX}/include/tcl8.2/generic -+TCL_LIB=${PREFIX}/lib/libtcl82.so - --TK_INCLUDE=-I/home/ausable/software/src/tcl7.6/tk4.2/generic --TK_LIB=/common/software/tk4.2/sun4/5.4/lib/libtk4.2.a -+TK_INCLUDE=-I${PREFIX}/include/tk8.2/generic -+TK_LIB=${PREFIX}/lib/libtk82.so - --MESA_INCLUDE=-I/home/martink/storage/Mesa-1.2.6/include --MESA_LIB=/home/martink/storage/Mesa-1.2.6/lib-sun4-solaris/libMesaGL.a -+MESA_INCLUDE=-I${X11BASE}/include -+MESA_LIB=${X11BASE}/lib/libMesaGL.so - - # for python you must set this --PYTHON_INCLUDES=-I/home/schroede/montnaro/Python-1.4/Include -+PYTHON_INCLUDES=-I${PREFIX}/include/python1.5 - - # Add additional CFLAGS and CXXFLAGS for compilation - # uncomment the following two lines to set your own flags --#USER_CFLAGS = --#USER_CXXFLAGS = -+USER_CFLAGS = -O2 -D__NO_MATH_INLINES -+USER_CXXFLAGS = -O2 -D__NO_MATH_INLINES -+X_EXTRA_LIBS = -lstdc++ -lgcc # Req'd for vtkpython.so to import - - # if you want to try the java support you'll need to set the following - # variables to match your environment and uncomment them - # --#JDKHOME=/home/calvin/content/ITL/java-packages/dev-kits/JDK/jdk1.1 -+#JDKHOME=$(PREFIX)/jdk1.1* - #JAVAC=${JDKHOME}/bin/javac --#JAVA_CLASS_HOME=/home/martink/java -+#JAVA_CLASS_HOME=${JDKHOME}/lib - #JAVAH=${JDKHOME}/bin/javah --#JAVA_INCLUDES=-I${JDKHOME}/include -I${JDKHOME}/include/solaris -+#JAVA_INCLUDES=-I${JDKHOME}/include -I${JDKHOME}/include/freebsd - #JAVA_CXX_LIB=/common/software/g++-2.7.1/sun4/5.4/lib/libiberty.a /common/software/g++-2.7.1/sun4/5.4/lib/libstdc++.a /common/software/g++-2.7.1/sun4/5.4/lib/gcc-lib/sparc-sun-solaris2.4/2.7.1/libgcc.a - - diff --git a/math/vtk43/files/patch-ab b/math/vtk43/files/patch-ab deleted file mode 100644 index 8b36135d7c9b..000000000000 --- a/math/vtk43/files/patch-ab +++ /dev/null @@ -1,74 +0,0 @@ -*** configure.orig Mon Nov 2 13:23:46 1998 ---- configure Sun Jan 31 18:45:59 1999 -*************** -*** 2744,2753 **** - # Not available on all versions: check for include file. - if test -f /usr/include/dlfcn.h; then - SHLIB_CFLAGS="-fpic" -! SHLIB_LD_LIBS="" - SHLIB_SUFFIX=".so" - DL_LIBS="" -! VTK_SHLIB_LINK_FLAGS="-shared" - else - SHLIB_CFLAGS="" - SHLIB_LD_LIBS="" ---- 2744,2753 ---- - # Not available on all versions: check for include file. - if test -f /usr/include/dlfcn.h; then - SHLIB_CFLAGS="-fpic" -! SHLIB_LD_LIBS="${LIBS}" - SHLIB_SUFFIX=".so" - DL_LIBS="" -! VTK_SHLIB_BUILD_FLAGS="-shared" - else - SHLIB_CFLAGS="" - SHLIB_LD_LIBS="" -*************** -*** 3084,3089 **** ---- 3084,3129 ---- - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - THREAD_LIBS="-lpthread" -+ else -+ echo "$ac_t""no" 1>&6 -+ fi -+ -+ echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 -+ echo "configure:3191: checking for pthread_create in -lc_r" >&5 -+ ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'` -+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then -+ echo $ac_n "(cached) $ac_c" 1>&6 -+ else -+ ac_save_LIBS="$LIBS" -+ LIBS="-lc_r $LIBS" -+ cat > conftest.$ac_ext <<EOF -+ #line 3199 "configure" -+ #include "confdefs.h" -+ /* Override any gcc2 internal prototype to avoid an error. */ -+ /* We use char because int might match the return type of a gcc2 -+ builtin and then its argument prototype would still apply. */ -+ char pthread_create(); -+ -+ int main() { -+ pthread_create() -+ ; return 0; } -+ EOF -+ if { (eval echo configure:3210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then -+ rm -rf conftest* -+ eval "ac_cv_lib_$ac_lib_var=yes" -+ else -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+ rm -rf conftest* -+ eval "ac_cv_lib_$ac_lib_var=no" -+ fi -+ rm -f conftest* -+ LIBS="$ac_save_LIBS" -+ -+ fi -+ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then -+ echo "$ac_t""yes" 1>&6 -+ THREAD_LIBS="-lc_r" - else - echo "$ac_t""no" 1>&6 - fi diff --git a/math/vtk43/pkg-comment b/math/vtk43/pkg-comment deleted file mode 100644 index 534827a29655..000000000000 --- a/math/vtk43/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Visualization Toolkit diff --git a/math/vtk43/pkg-descr b/math/vtk43/pkg-descr deleted file mode 100644 index 1d395486cd3d..000000000000 --- a/math/vtk43/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -The ideal way to learn about the software is from the book it is designed to -support. You should be able to get the book from any local bookstore or from -our web page. The web page also contains some html reference pages for the -objects in VTK as well as a FAQ. - - The VTK User's Guide - by Will Schroeder, Ken Martin - Kitware (see VTK web page) - - The Visualization Toolkit, An Object-Oriented Approach to 3D Graphics - by Will Schroeder, Ken Martin and Bill Lorensen. - Prentice Hall, ISBN 013199837-4 - -For more information and a FAQ see our web page at -WWW: http://www.kitware.com/vtk.html diff --git a/math/vtk43/pkg-plist b/math/vtk43/pkg-plist deleted file mode 100644 index 0d16b552b23c..000000000000 --- a/math/vtk43/pkg-plist +++ /dev/null @@ -1,58 +0,0 @@ -bin/vtk -lib/libVTKCommon.so -lib/libVTKCommonTcl.so -lib/libVTKCommonPython.so -lib/libVTKGraphics.so -lib/libVTKGraphicsTcl.so -lib/libVTKGraphicsPython.so -lib/libVTKImaging.so -lib/libVTKImagingTcl.so -lib/libVTKImagingPython.so -lib/libVTKContrib.so -lib/libVTKContribTcl.so -lib/libVTKContribPython.so -lib/vtk/python/VTK.py -lib/vtk/python/VTK.pyc -lib/vtk/python/VTK.pyo -lib/vtk/python/libVTKCommonPython.py -lib/vtk/python/libVTKCommonPython.pyc -lib/vtk/python/libVTKCommonPython.pyo -lib/vtk/python/libVTKContribPython.py -lib/vtk/python/libVTKContribPython.pyc -lib/vtk/python/libVTKContribPython.pyo -lib/vtk/python/libVTKGraphicsPython.py -lib/vtk/python/libVTKGraphicsPython.pyc -lib/vtk/python/libVTKGraphicsPython.pyo -lib/vtk/python/libVTKImagingPython.py -lib/vtk/python/libVTKImagingPython.pyc -lib/vtk/python/libVTKImagingPython.pyo -lib/vtk/python/libVTKLocalPython.py -lib/vtk/python/libVTKLocalPython.pyc -lib/vtk/python/libVTKLocalPython.pyo -lib/vtk/python/libVTKPatentedPython.py -lib/vtk/python/libVTKPatentedPython.pyc -lib/vtk/python/libVTKPatentedPython.pyo -lib/vtk/python/vtkConstants.py -lib/vtk/python/vtkConstants.pyc -lib/vtk/python/vtkConstants.pyo -lib/vtk/python/vtkImageExportToArray.py -lib/vtk/python/vtkImageExportToArray.pyc -lib/vtk/python/vtkImageExportToArray.pyo -lib/vtk/python/vtkImageImportFromArray.py -lib/vtk/python/vtkImageImportFromArray.pyc -lib/vtk/python/vtkImageImportFromArray.pyo -lib/vtk/python/vtkImageViewerWidget.py -lib/vtk/python/vtkImageViewerWidget.pyc -lib/vtk/python/vtkImageViewerWidget.pyo -lib/vtk/python/vtkImageWindowWidget.py -lib/vtk/python/vtkImageWindowWidget.pyc -lib/vtk/python/vtkImageWindowWidget.pyo -lib/vtk/python/vtkRenderWidget.py -lib/vtk/python/vtkRenderWidget.pyc -lib/vtk/python/vtkRenderWidget.pyo -lib/vtk/python/vtkpython.so -lib/vtk/python/vtkTkImageViewerWidget -lib/vtk/python/vtkTkImageWindowWidget -lib/vtk/python/vtkTkRenderWidget -@dirrm lib/vtk/python -@dirrm lib/vtk diff --git a/math/vtk43/pkg-plist.with_patented b/math/vtk43/pkg-plist.with_patented deleted file mode 100644 index 89ae883f6c4b..000000000000 --- a/math/vtk43/pkg-plist.with_patented +++ /dev/null @@ -1,61 +0,0 @@ -bin/vtk -lib/libVTKCommon.so -lib/libVTKCommonTcl.so -lib/libVTKCommonPython.so -lib/libVTKGraphics.so -lib/libVTKGraphicsTcl.so -lib/libVTKGraphicsPython.so -lib/libVTKImaging.so -lib/libVTKImagingTcl.so -lib/libVTKImagingPython.so -lib/libVTKPatented.so -lib/libVTKPatentedTcl.so -lib/libVTKPatentedPython.so -lib/libVTKContrib.so -lib/libVTKContribTcl.so -lib/libVTKContribPython.so -lib/vtk/python/VTK.py -lib/vtk/python/VTK.pyc -lib/vtk/python/VTK.pyo -lib/vtk/python/libVTKCommonPython.py -lib/vtk/python/libVTKCommonPython.pyc -lib/vtk/python/libVTKCommonPython.pyo -lib/vtk/python/libVTKContribPython.py -lib/vtk/python/libVTKContribPython.pyc -lib/vtk/python/libVTKContribPython.pyo -lib/vtk/python/libVTKGraphicsPython.py -lib/vtk/python/libVTKGraphicsPython.pyc -lib/vtk/python/libVTKGraphicsPython.pyo -lib/vtk/python/libVTKImagingPython.py -lib/vtk/python/libVTKImagingPython.pyc -lib/vtk/python/libVTKImagingPython.pyo -lib/vtk/python/libVTKLocalPython.py -lib/vtk/python/libVTKLocalPython.pyc -lib/vtk/python/libVTKLocalPython.pyo -lib/vtk/python/libVTKPatentedPython.py -lib/vtk/python/libVTKPatentedPython.pyc -lib/vtk/python/libVTKPatentedPython.pyo -lib/vtk/python/vtkConstants.py -lib/vtk/python/vtkConstants.pyc -lib/vtk/python/vtkConstants.pyo -lib/vtk/python/vtkImageExportToArray.py -lib/vtk/python/vtkImageExportToArray.pyc -lib/vtk/python/vtkImageExportToArray.pyo -lib/vtk/python/vtkImageImportFromArray.py -lib/vtk/python/vtkImageImportFromArray.pyc -lib/vtk/python/vtkImageImportFromArray.pyo -lib/vtk/python/vtkImageViewerWidget.py -lib/vtk/python/vtkImageViewerWidget.pyc -lib/vtk/python/vtkImageViewerWidget.pyo -lib/vtk/python/vtkImageWindowWidget.py -lib/vtk/python/vtkImageWindowWidget.pyc -lib/vtk/python/vtkImageWindowWidget.pyo -lib/vtk/python/vtkRenderWidget.py -lib/vtk/python/vtkRenderWidget.pyc -lib/vtk/python/vtkRenderWidget.pyo -lib/vtk/python/vtkpython.so -lib/vtk/python/vtkTkImageViewerWidget -lib/vtk/python/vtkTkImageWindowWidget -lib/vtk/python/vtkTkRenderWidget -@dirrm lib/vtk/python -@dirrm lib/vtk diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile deleted file mode 100644 index 1c5f8008184a..000000000000 --- a/math/vtk5/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: vtk -# Date created: 24 Nov 1997 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= vtk -PORTVERSION= 3.1.2 -CATEGORIES= math -MASTER_SITES= ftp://public.kitware.com/pub/vtk/ -DISTNAME= vtk312Unix - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \ - tk82.1:${PORTSDIR}/x11-toolkits/tk82 - -WRKSRC= ${WRKDIR}/vtk31 -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-mesa --with-shared --with-tcl --with-bsdmake -CONFIGURE_ARGS+= --with-contrib --with-tkwidget - -# Support for Python is compiled in by default. -.if !defined(WITHOUT_PYTHON) -CONFIGURE_ARGS+= --with-python -BUILD_DEPENDS+= python:${PORTSDIR}/lang/python -RUN_DEPENDS+= python:${PORTSDIR}/lang/python -.endif - -.if defined(WITH_PATENTED) -CONFIGURE_ARGS+= --with-patented -PLIST= ${PKGDIR}/PLIST.with_patented -.endif - -post-install: -.if !defined(WITHOUT_PYTHON) - ${PREFIX}/bin/python -c "import compileall; compileall.compile_dir( '${PREFIX}/lib/vtk/python' );" - ${PREFIX}/bin/python -Oc "import compileall; compileall.compile_dir( '${PREFIX}/lib/vtk/python' );" -.endif - -.include <bsd.port.mk> diff --git a/math/vtk5/distinfo b/math/vtk5/distinfo deleted file mode 100644 index 61d2ae14c62a..000000000000 --- a/math/vtk5/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (vtk312Unix.tar.gz) = ee61d8157412fce41d00d2a0690c647c diff --git a/math/vtk5/files/patch-aa b/math/vtk5/files/patch-aa deleted file mode 100644 index d1d961a650f1..000000000000 --- a/math/vtk5/files/patch-aa +++ /dev/null @@ -1,47 +0,0 @@ ---- user.make.orig Thu Nov 13 09:25:29 1997 -+++ user.make Sat Mar 25 20:36:54 2000 -@@ -2,31 +2,32 @@ - # by configure in system.make. At a minimum you should set - # the following Tcl/Tk values if you are planning to use Tcl/Tk - --TCL_INCLUDE=-I/home/ausable/software/src/tcl7.6/tcl7.6/generic --TCL_LIB=/common/software/tcl7.6/sun4/5.4/lib/libtcl7.6.a -+TCL_INCLUDE=-I${PREFIX}/include/tcl8.2/generic -+TCL_LIB=${PREFIX}/lib/libtcl82.so - --TK_INCLUDE=-I/home/ausable/software/src/tcl7.6/tk4.2/generic --TK_LIB=/common/software/tk4.2/sun4/5.4/lib/libtk4.2.a -+TK_INCLUDE=-I${PREFIX}/include/tk8.2/generic -+TK_LIB=${PREFIX}/lib/libtk82.so - --MESA_INCLUDE=-I/home/martink/storage/Mesa-1.2.6/include --MESA_LIB=/home/martink/storage/Mesa-1.2.6/lib-sun4-solaris/libMesaGL.a -+MESA_INCLUDE=-I${X11BASE}/include -+MESA_LIB=${X11BASE}/lib/libMesaGL.so - - # for python you must set this --PYTHON_INCLUDES=-I/home/schroede/montnaro/Python-1.4/Include -+PYTHON_INCLUDES=-I${PREFIX}/include/python1.5 - - # Add additional CFLAGS and CXXFLAGS for compilation - # uncomment the following two lines to set your own flags --#USER_CFLAGS = --#USER_CXXFLAGS = -+USER_CFLAGS = -O2 -D__NO_MATH_INLINES -+USER_CXXFLAGS = -O2 -D__NO_MATH_INLINES -+X_EXTRA_LIBS = -lstdc++ -lgcc # Req'd for vtkpython.so to import - - # if you want to try the java support you'll need to set the following - # variables to match your environment and uncomment them - # --#JDKHOME=/home/calvin/content/ITL/java-packages/dev-kits/JDK/jdk1.1 -+#JDKHOME=$(PREFIX)/jdk1.1* - #JAVAC=${JDKHOME}/bin/javac --#JAVA_CLASS_HOME=/home/martink/java -+#JAVA_CLASS_HOME=${JDKHOME}/lib - #JAVAH=${JDKHOME}/bin/javah --#JAVA_INCLUDES=-I${JDKHOME}/include -I${JDKHOME}/include/solaris -+#JAVA_INCLUDES=-I${JDKHOME}/include -I${JDKHOME}/include/freebsd - #JAVA_CXX_LIB=/common/software/g++-2.7.1/sun4/5.4/lib/libiberty.a /common/software/g++-2.7.1/sun4/5.4/lib/libstdc++.a /common/software/g++-2.7.1/sun4/5.4/lib/gcc-lib/sparc-sun-solaris2.4/2.7.1/libgcc.a - - diff --git a/math/vtk5/files/patch-ab b/math/vtk5/files/patch-ab deleted file mode 100644 index 8b36135d7c9b..000000000000 --- a/math/vtk5/files/patch-ab +++ /dev/null @@ -1,74 +0,0 @@ -*** configure.orig Mon Nov 2 13:23:46 1998 ---- configure Sun Jan 31 18:45:59 1999 -*************** -*** 2744,2753 **** - # Not available on all versions: check for include file. - if test -f /usr/include/dlfcn.h; then - SHLIB_CFLAGS="-fpic" -! SHLIB_LD_LIBS="" - SHLIB_SUFFIX=".so" - DL_LIBS="" -! VTK_SHLIB_LINK_FLAGS="-shared" - else - SHLIB_CFLAGS="" - SHLIB_LD_LIBS="" ---- 2744,2753 ---- - # Not available on all versions: check for include file. - if test -f /usr/include/dlfcn.h; then - SHLIB_CFLAGS="-fpic" -! SHLIB_LD_LIBS="${LIBS}" - SHLIB_SUFFIX=".so" - DL_LIBS="" -! VTK_SHLIB_BUILD_FLAGS="-shared" - else - SHLIB_CFLAGS="" - SHLIB_LD_LIBS="" -*************** -*** 3084,3089 **** ---- 3084,3129 ---- - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - THREAD_LIBS="-lpthread" -+ else -+ echo "$ac_t""no" 1>&6 -+ fi -+ -+ echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 -+ echo "configure:3191: checking for pthread_create in -lc_r" >&5 -+ ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'` -+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then -+ echo $ac_n "(cached) $ac_c" 1>&6 -+ else -+ ac_save_LIBS="$LIBS" -+ LIBS="-lc_r $LIBS" -+ cat > conftest.$ac_ext <<EOF -+ #line 3199 "configure" -+ #include "confdefs.h" -+ /* Override any gcc2 internal prototype to avoid an error. */ -+ /* We use char because int might match the return type of a gcc2 -+ builtin and then its argument prototype would still apply. */ -+ char pthread_create(); -+ -+ int main() { -+ pthread_create() -+ ; return 0; } -+ EOF -+ if { (eval echo configure:3210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then -+ rm -rf conftest* -+ eval "ac_cv_lib_$ac_lib_var=yes" -+ else -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+ rm -rf conftest* -+ eval "ac_cv_lib_$ac_lib_var=no" -+ fi -+ rm -f conftest* -+ LIBS="$ac_save_LIBS" -+ -+ fi -+ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then -+ echo "$ac_t""yes" 1>&6 -+ THREAD_LIBS="-lc_r" - else - echo "$ac_t""no" 1>&6 - fi diff --git a/math/vtk5/pkg-comment b/math/vtk5/pkg-comment deleted file mode 100644 index 534827a29655..000000000000 --- a/math/vtk5/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Visualization Toolkit diff --git a/math/vtk5/pkg-descr b/math/vtk5/pkg-descr deleted file mode 100644 index 1d395486cd3d..000000000000 --- a/math/vtk5/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -The ideal way to learn about the software is from the book it is designed to -support. You should be able to get the book from any local bookstore or from -our web page. The web page also contains some html reference pages for the -objects in VTK as well as a FAQ. - - The VTK User's Guide - by Will Schroeder, Ken Martin - Kitware (see VTK web page) - - The Visualization Toolkit, An Object-Oriented Approach to 3D Graphics - by Will Schroeder, Ken Martin and Bill Lorensen. - Prentice Hall, ISBN 013199837-4 - -For more information and a FAQ see our web page at -WWW: http://www.kitware.com/vtk.html diff --git a/math/vtk5/pkg-plist b/math/vtk5/pkg-plist deleted file mode 100644 index 0d16b552b23c..000000000000 --- a/math/vtk5/pkg-plist +++ /dev/null @@ -1,58 +0,0 @@ -bin/vtk -lib/libVTKCommon.so -lib/libVTKCommonTcl.so -lib/libVTKCommonPython.so -lib/libVTKGraphics.so -lib/libVTKGraphicsTcl.so -lib/libVTKGraphicsPython.so -lib/libVTKImaging.so -lib/libVTKImagingTcl.so -lib/libVTKImagingPython.so -lib/libVTKContrib.so -lib/libVTKContribTcl.so -lib/libVTKContribPython.so -lib/vtk/python/VTK.py -lib/vtk/python/VTK.pyc -lib/vtk/python/VTK.pyo -lib/vtk/python/libVTKCommonPython.py -lib/vtk/python/libVTKCommonPython.pyc -lib/vtk/python/libVTKCommonPython.pyo -lib/vtk/python/libVTKContribPython.py -lib/vtk/python/libVTKContribPython.pyc -lib/vtk/python/libVTKContribPython.pyo -lib/vtk/python/libVTKGraphicsPython.py -lib/vtk/python/libVTKGraphicsPython.pyc -lib/vtk/python/libVTKGraphicsPython.pyo -lib/vtk/python/libVTKImagingPython.py -lib/vtk/python/libVTKImagingPython.pyc -lib/vtk/python/libVTKImagingPython.pyo -lib/vtk/python/libVTKLocalPython.py -lib/vtk/python/libVTKLocalPython.pyc -lib/vtk/python/libVTKLocalPython.pyo -lib/vtk/python/libVTKPatentedPython.py -lib/vtk/python/libVTKPatentedPython.pyc -lib/vtk/python/libVTKPatentedPython.pyo -lib/vtk/python/vtkConstants.py -lib/vtk/python/vtkConstants.pyc -lib/vtk/python/vtkConstants.pyo -lib/vtk/python/vtkImageExportToArray.py -lib/vtk/python/vtkImageExportToArray.pyc -lib/vtk/python/vtkImageExportToArray.pyo -lib/vtk/python/vtkImageImportFromArray.py -lib/vtk/python/vtkImageImportFromArray.pyc -lib/vtk/python/vtkImageImportFromArray.pyo -lib/vtk/python/vtkImageViewerWidget.py -lib/vtk/python/vtkImageViewerWidget.pyc -lib/vtk/python/vtkImageViewerWidget.pyo -lib/vtk/python/vtkImageWindowWidget.py -lib/vtk/python/vtkImageWindowWidget.pyc -lib/vtk/python/vtkImageWindowWidget.pyo -lib/vtk/python/vtkRenderWidget.py -lib/vtk/python/vtkRenderWidget.pyc -lib/vtk/python/vtkRenderWidget.pyo -lib/vtk/python/vtkpython.so -lib/vtk/python/vtkTkImageViewerWidget -lib/vtk/python/vtkTkImageWindowWidget -lib/vtk/python/vtkTkRenderWidget -@dirrm lib/vtk/python -@dirrm lib/vtk diff --git a/math/vtk5/pkg-plist.with_patented b/math/vtk5/pkg-plist.with_patented deleted file mode 100644 index 89ae883f6c4b..000000000000 --- a/math/vtk5/pkg-plist.with_patented +++ /dev/null @@ -1,61 +0,0 @@ -bin/vtk -lib/libVTKCommon.so -lib/libVTKCommonTcl.so -lib/libVTKCommonPython.so -lib/libVTKGraphics.so -lib/libVTKGraphicsTcl.so -lib/libVTKGraphicsPython.so -lib/libVTKImaging.so -lib/libVTKImagingTcl.so -lib/libVTKImagingPython.so -lib/libVTKPatented.so -lib/libVTKPatentedTcl.so -lib/libVTKPatentedPython.so -lib/libVTKContrib.so -lib/libVTKContribTcl.so -lib/libVTKContribPython.so -lib/vtk/python/VTK.py -lib/vtk/python/VTK.pyc -lib/vtk/python/VTK.pyo -lib/vtk/python/libVTKCommonPython.py -lib/vtk/python/libVTKCommonPython.pyc -lib/vtk/python/libVTKCommonPython.pyo -lib/vtk/python/libVTKContribPython.py -lib/vtk/python/libVTKContribPython.pyc -lib/vtk/python/libVTKContribPython.pyo -lib/vtk/python/libVTKGraphicsPython.py -lib/vtk/python/libVTKGraphicsPython.pyc -lib/vtk/python/libVTKGraphicsPython.pyo -lib/vtk/python/libVTKImagingPython.py -lib/vtk/python/libVTKImagingPython.pyc -lib/vtk/python/libVTKImagingPython.pyo -lib/vtk/python/libVTKLocalPython.py -lib/vtk/python/libVTKLocalPython.pyc -lib/vtk/python/libVTKLocalPython.pyo -lib/vtk/python/libVTKPatentedPython.py -lib/vtk/python/libVTKPatentedPython.pyc -lib/vtk/python/libVTKPatentedPython.pyo -lib/vtk/python/vtkConstants.py -lib/vtk/python/vtkConstants.pyc -lib/vtk/python/vtkConstants.pyo -lib/vtk/python/vtkImageExportToArray.py -lib/vtk/python/vtkImageExportToArray.pyc -lib/vtk/python/vtkImageExportToArray.pyo -lib/vtk/python/vtkImageImportFromArray.py -lib/vtk/python/vtkImageImportFromArray.pyc -lib/vtk/python/vtkImageImportFromArray.pyo -lib/vtk/python/vtkImageViewerWidget.py -lib/vtk/python/vtkImageViewerWidget.pyc -lib/vtk/python/vtkImageViewerWidget.pyo -lib/vtk/python/vtkImageWindowWidget.py -lib/vtk/python/vtkImageWindowWidget.pyc -lib/vtk/python/vtkImageWindowWidget.pyo -lib/vtk/python/vtkRenderWidget.py -lib/vtk/python/vtkRenderWidget.pyc -lib/vtk/python/vtkRenderWidget.pyo -lib/vtk/python/vtkpython.so -lib/vtk/python/vtkTkImageViewerWidget -lib/vtk/python/vtkTkImageWindowWidget -lib/vtk/python/vtkTkRenderWidget -@dirrm lib/vtk/python -@dirrm lib/vtk |