Author: Bernhard Pfaff
Title: VAR Modelling
Description: Estimation, lag selection, diagnostic testing, forecasting, causality analysis, forecast error variance decomposition and impulse response functions of VAR models and estimation of SVAR/SVEC models.
Diff between vars versions 1.3-7 dated 2008-02-12 and 1.3-8 dated 2008-05-13
DESCRIPTION | 6 +++--- R/internal.R | 4 ++-- inst/ChangeLog | 5 +++++ 3 files changed, 10 insertions(+), 5 deletions(-)
Author: Daniel Adler
Diff between rgl versions 0.77 dated 2008-03-12 and 0.78.671 dated 2008-05-13
Title: 3D visualization device system (OpenGL)
Description: 3D visualization device (OpenGL)
DESCRIPTION | 8 +-
NAMESPACE | 2
R/fonts.R |only
R/par3d.R | 5 -
R/r3d.rgl.R | 5 -
R/scene.R | 27 ++++++-
README | 22 ++++-
configure | 67 +++++++++++++++++-
configure.ac | 23 +++++-
configure.win | 42 ++++++++---
inst/NEWS | 12 ++-
inst/fonts |only
man/par3d.Rd | 5 +
man/persp3d.Rd | 4 -
man/texts.Rd | 103 +++++++++++++++++++++++++--
src/BBoxDeco.cpp | 12 +--
src/Device.hpp | 5 +
src/RenderContext.cpp | 2
src/RenderContext.hpp | 12 ++-
src/TextSet.cpp | 37 ++++++----
src/TextSet.hpp | 20 ++++-
src/Viewpoint.cpp | 3
src/api.cpp | 123 +++++++++++++++++++++++++++++++--
src/api.h | 15 +++-
src/device.cpp | 9 +-
src/ext/ftgl |only
src/fps.cpp | 7 +
src/ftgl.cpp |only
src/glgui.cpp | 164 +++++++++++++++++++++++++++++++++++++-------
src/glgui.hpp | 127 ++++++++++++++++++++++++++++++----
src/gui.cpp | 22 +++++
src/gui.hpp | 12 ++-
src/math.h | 6 -
src/osxgui.cpp | 57 +++++++++++----
src/par3d.cpp | 67 +++++++++++++++++-
src/rglview.cpp | 62 ++++++++++++++++
src/rglview.h | 12 ++-
src/scene.cpp | 27 +++----
src/win32gui.cpp | 185 +++++++++++++++++++++++++++++++++++++++++---------
src/x11gui.cpp | 76 +++++++++++++-------
src/x11gui.hpp | 4 -
41 files changed, 1170 insertions(+), 221 deletions(-)
Author: Frank Schaarschmidt
Title: Confidence intervals for two sample comparisons
Description: Calculation of the parametric, nonparametric confidence intervals
for the difference or ratio of location parameters and for the difference, ratio
and odds-ratio of binomial proportions for comparison of independent samples.
CI are not adjusted for multiplicity. A by statement allows calculation of CI
separately for the levels of further factors. Please note that, when a (generalized)
linear model can be reasonably assumed, there are smarter methods for CI calculation
available than are implemented in this package!
Diff between pairwiseCI versions 0.1-11 dated 2008-04-14 and 0.1-12 dated 2008-05-13
DESCRIPTION | 8 +-- R/Prop.diff.R | 12 ++-- R/Prop.or.R | 39 ++++++++++++++- R/Prop.ratio.R | 4 - man/pairwiseCImethodsProp.Rd | 110 +++++++++++++++++++++++++++++++++++++++++-- 5 files changed, 156 insertions(+), 17 deletions(-)
Author: Ben B. Hansen
Diff between optmatch versions 0.3-4 dated 2008-02-27 and 0.3-8 dated 2008-05-13
Title: Functions for optimal matching
Description: Functions to perform optimal matching, particularly full matching
optmatch-0.3-4/optmatch/R/fullmatch200706.R |only
optmatch-0.3-4/optmatch/inst/doc/optmatch.aux |only
optmatch-0.3-4/optmatch/inst/doc/optmatch.bbl |only
optmatch-0.3-4/optmatch/inst/doc/optmatch.blg |only
optmatch-0.3-4/optmatch/inst/doc/optmatch.log |only
optmatch-0.3-4/optmatch/inst/doc/optmatch.out |only
optmatch-0.3-8/optmatch/ChangeLog | 10
optmatch-0.3-8/optmatch/DESCRIPTION | 6
optmatch-0.3-8/optmatch/R/fullmatch.R |only
optmatch-0.3-8/optmatch/R/mahal.dist.R | 9
optmatch-0.3-8/optmatch/ToDo | 4
optmatch-0.3-8/optmatch/data/nuclearplants.rda |only
optmatch-0.3-8/optmatch/inst/doc/optmatch.Rnw | 1735 ++++++++++-----------
optmatch-0.3-8/optmatch/inst/doc/optmatch.pdf |binary
optmatch-0.3-8/optmatch/man/fullmatch.Rd | 34
optmatch-0.3-8/optmatch/man/mahal.dist.Rd | 13
optmatch-0.3-8/optmatch/man/makedist.Rd | 22
optmatch-0.3-8/optmatch/man/matched.distances.Rd | 2
optmatch-0.3-8/optmatch/man/nuclearplants.Rd |only
optmatch-0.3-8/optmatch/man/pscore.dist.Rd | 4
optmatch-0.3-8/optmatch/tests/fullmatch.R |only
optmatch-0.3-8/optmatch/tests/fullmatch.Rout.save |only
optmatch-0.3-8/optmatch/tests/mahal-dist.R | 7
optmatch-0.3-8/optmatch/tests/mahal-dist.Rout.save | 111 +
24 files changed, 1021 insertions(+), 936 deletions(-)
Author: Peter Langfelder
Diff between moduleColor versions 1.05-3 dated 2008-04-10 and 1.06 dated 2008-05-13
Title: Basic module functions
Description: Methods for color labeling, calculation of eigengenes, merging of closely related modules.
moduleColor-1.05-3/moduleColor/Changelog.txt |only
moduleColor-1.06/moduleColor/Changelog |only
moduleColor-1.06/moduleColor/DESCRIPTION | 24 +++---
moduleColor-1.06/moduleColor/R/Functions.R | 58 ++++++++++++----
moduleColor-1.06/moduleColor/man/mergeCloseModules.Rd | 18 ++++
moduleColor-1.06/moduleColor/man/moduleColor-package.Rd | 8 +-
6 files changed, 78 insertions(+), 30 deletions(-)
Author: Robin K. S. Hankin
Title: create and investigate magic squares
Description: a collection of efficient, vectorized algorithms for the
creation and investigation of magic squares and hypercubes, including
a variety of functions for the manipulation and analysis of
arbitrarily dimensioned arrays. The package includes methods for
creating normal magic squares of any order greater than 2. The
ultimate intention is for the package to be a computerized embodiment
all magic square knowledge, including direct numerical verification
of properties of magic squares (such as recent results on the
determinant of odd-ordered semimagic squares). The package also
serves as a rebuttal to the often-heard comment "I thought R
was just for statistics".
Diff between magic versions 1.3-31 dated 2007-12-24 and 1.3-33 dated 2008-05-13
DESCRIPTION | 6 +- inst |only man/adiag.Rd | 21 +++++---- man/as.standard.Rd | 4 - man/hudson.Rd | 4 - man/is.magic.Rd | 72 +++++++++++++++---------------- man/is.magichypercube.Rd | 108 +++++++++++++++++++++++------------------------ man/magic.4n.Rd | 5 +- man/magic.4np2.Rd | 8 +-- man/notmagic.2n.Rd | 4 - man/shift.Rd | 5 -- man/strachey.Rd | 2 12 files changed, 122 insertions(+), 117 deletions(-)
Author: Robin K. S. Hankin
Title: The hypergeometric function
Description: The hypergeometric function, hypergeo(), for complex numbers
Diff between hypergeo versions 1.1-2 dated 2008-04-24 and 1.1-3 dated 2008-05-13
DESCRIPTION | 4 ++-- INDEX | 4 ++-- R/hypergeo.R | 2 +- man/f15.3.1.Rd | 1 - man/genhypergeo.Rd | 9 ++++----- man/wolfram.Rd | 6 ++---- 6 files changed, 11 insertions(+), 15 deletions(-)
Author: Sinnwell JP, Schaid DJ, Yu Z
Title: Statistical Analysis of Haplotypes with Traits and Covariates when Linkage Phase is Ambiguous
Description: A suite of S-PLUS/R routines for the analysis of indirectly measured haplotypes. The statistical methods assume that all subjects are unrelated and that haplotypes are ambiguous (due to unknown linkage phase of the genetic markers). The main functions are: haplo.em, haplo.glm, haplo.score, haplo.power, and seqhap. Copyright: 2003 Mayo Foundation for Medical Education and Research.
Diff between haplo.stats versions 1.3.1 dated 2007-06-14 and 1.3.8 dated 2008-05-13
haplo.stats-1.3.1/haplo.stats/R/sr.strsplit.q |only haplo.stats-1.3.1/haplo.stats/inst/doc/LICENSE |only haplo.stats-1.3.1/haplo.stats/man/allele.recode.Rd |only haplo.stats-1.3.1/haplo.stats/man/dglm.fit.Rd |only haplo.stats-1.3.1/haplo.stats/man/geno.recode.Rd |only haplo.stats-1.3.1/haplo.stats/man/haplo.chistat.Rd |only haplo.stats-1.3.1/haplo.stats/man/haplo.enum.Rd |only haplo.stats-1.3.1/haplo.stats/man/haplo.scan.obs.Rd |only haplo.stats-1.3.1/haplo.stats/man/haplo.scan.sim.Rd |only haplo.stats-1.3.1/haplo.stats/man/haplo.score.glm.Rd |only haplo.stats-1.3.1/haplo.stats/man/haplo.score.podds.Rd |only haplo.stats-1.3.1/haplo.stats/man/mf.gindx.Rd |only haplo.stats-1.3.1/haplo.stats/man/residScaledGlmFit.Rd |only haplo.stats-1.3.1/haplo.stats/man/sr.class.Rd |only haplo.stats-1.3.1/haplo.stats/man/sr.strsplit.Rd |only haplo.stats-1.3.1/haplo.stats/man/varfunc.glm.fit.Rd |only haplo.stats-1.3.8/haplo.stats/DESCRIPTION | 14 - haplo.stats-1.3.8/haplo.stats/INDEX | 35 -- haplo.stats-1.3.8/haplo.stats/LICENSE |only haplo.stats-1.3.8/haplo.stats/NEWS | 135 ++++++++++- haplo.stats-1.3.8/haplo.stats/R/chisq.power.q |only haplo.stats-1.3.8/haplo.stats/R/f.power.q |only haplo.stats-1.3.8/haplo.stats/R/find.haplo.beta.qt.q |only haplo.stats-1.3.8/haplo.stats/R/get.hapPair.q |only haplo.stats-1.3.8/haplo.stats/R/haplo.cc.q | 37 +-- haplo.stats-1.3.8/haplo.stats/R/haplo.chistat.q | 9 haplo.stats-1.3.8/haplo.stats/R/haplo.em.control.q | 40 ++- haplo.stats-1.3.8/haplo.stats/R/haplo.em.q | 39 ++- haplo.stats-1.3.8/haplo.stats/R/haplo.glm.control.q | 49 ++- haplo.stats-1.3.8/haplo.stats/R/haplo.glm.q | 102 +++++--- haplo.stats-1.3.8/haplo.stats/R/haplo.model.frame.q | 55 ++-- haplo.stats-1.3.8/haplo.stats/R/haplo.power.cc.ncp.q |only haplo.stats-1.3.8/haplo.stats/R/haplo.power.cc.q |only haplo.stats-1.3.8/haplo.stats/R/haplo.power.qt.ncp.q |only haplo.stats-1.3.8/haplo.stats/R/haplo.power.qt.q |only haplo.stats-1.3.8/haplo.stats/R/haplo.score.q | 32 +- haplo.stats-1.3.8/haplo.stats/R/haplo.score.slide.q | 13 - haplo.stats-1.3.8/haplo.stats/R/na.geno.keep.q | 46 +++ haplo.stats-1.3.8/haplo.stats/R/plot.haplo.score.slide.q | 17 - haplo.stats-1.3.8/haplo.stats/R/plot.seqhap.q | 69 +++-- haplo.stats-1.3.8/haplo.stats/R/print.haplo.em.q | 29 +- haplo.stats-1.3.8/haplo.stats/R/print.haplo.glm.q | 25 +- haplo.stats-1.3.8/haplo.stats/R/print.haplo.score.q | 17 + haplo.stats-1.3.8/haplo.stats/R/print.haplo.score.slide.q | 16 - haplo.stats-1.3.8/haplo.stats/R/summary.haplo.em.q | 14 - haplo.stats-1.3.8/haplo.stats/R/summaryGeno.q | 12 haplo.stats-1.3.8/haplo.stats/data/hapPower.demo.tab |only haplo.stats-1.3.8/haplo.stats/man/Ginv.Rd | 44 +++ haplo.stats-1.3.8/haplo.stats/man/chisq.power.Rd |only haplo.stats-1.3.8/haplo.stats/man/f.power.Rd |only haplo.stats-1.3.8/haplo.stats/man/find.haplo.beta.qt.Rd |only haplo.stats-1.3.8/haplo.stats/man/geno.count.pairs.Rd | 32 ++ haplo.stats-1.3.8/haplo.stats/man/geno1to2.Rd | 27 ++ haplo.stats-1.3.8/haplo.stats/man/get.hapPair.Rd |only haplo.stats-1.3.8/haplo.stats/man/hapPower.demo.Rd |only haplo.stats-1.3.8/haplo.stats/man/haplo.cc.Rd | 49 +++ haplo.stats-1.3.8/haplo.stats/man/haplo.design.Rd | 6 haplo.stats-1.3.8/haplo.stats/man/haplo.em.Rd | 39 +++ haplo.stats-1.3.8/haplo.stats/man/haplo.em.control.Rd | 59 ++++ haplo.stats-1.3.8/haplo.stats/man/haplo.em.fitter.Rd | 13 + haplo.stats-1.3.8/haplo.stats/man/haplo.glm.Rd | 86 ++++--- haplo.stats-1.3.8/haplo.stats/man/haplo.glm.control.Rd | 28 ++ haplo.stats-1.3.8/haplo.stats/man/haplo.group.Rd | 41 +++ haplo.stats-1.3.8/haplo.stats/man/haplo.hash.Rd | 9 haplo.stats-1.3.8/haplo.stats/man/haplo.model.frame.Rd | 34 +- haplo.stats-1.3.8/haplo.stats/man/haplo.power.cc.Rd |only haplo.stats-1.3.8/haplo.stats/man/haplo.power.qt.Rd |only haplo.stats-1.3.8/haplo.stats/man/haplo.scan.Rd | 53 ++++ haplo.stats-1.3.8/haplo.stats/man/haplo.score.Rd | 98 ++++++- haplo.stats-1.3.8/haplo.stats/man/haplo.score.merge.Rd | 21 + haplo.stats-1.3.8/haplo.stats/man/haplo.score.slide.Rd | 67 ++++- haplo.stats-1.3.8/haplo.stats/man/internalHaploStats.Rd |only haplo.stats-1.3.8/haplo.stats/man/locator.haplo.Rd | 17 + haplo.stats-1.3.8/haplo.stats/man/loci.Rd | 12 haplo.stats-1.3.8/haplo.stats/man/locus.Rd | 9 haplo.stats-1.3.8/haplo.stats/man/louis.info.Rd | 9 haplo.stats-1.3.8/haplo.stats/man/na.geno.keep.Rd | 10 haplo.stats-1.3.8/haplo.stats/man/plot.haplo.score.Rd | 32 ++ haplo.stats-1.3.8/haplo.stats/man/plot.haplo.score.slide.Rd | 57 ++++ haplo.stats-1.3.8/haplo.stats/man/plot.seqhap.Rd | 28 ++ haplo.stats-1.3.8/haplo.stats/man/print.haplo.cc.Rd | 29 ++ haplo.stats-1.3.8/haplo.stats/man/print.haplo.em.Rd | 29 ++ haplo.stats-1.3.8/haplo.stats/man/print.haplo.glm.Rd | 30 ++ haplo.stats-1.3.8/haplo.stats/man/print.haplo.group.Rd | 29 ++ haplo.stats-1.3.8/haplo.stats/man/print.haplo.scan.Rd | 14 + haplo.stats-1.3.8/haplo.stats/man/print.haplo.score.Rd | 32 ++ haplo.stats-1.3.8/haplo.stats/man/print.haplo.score.merge.Rd | 53 ++++ haplo.stats-1.3.8/haplo.stats/man/print.haplo.score.slide.Rd | 12 haplo.stats-1.3.8/haplo.stats/man/print.seqhap.Rd | 19 + haplo.stats-1.3.8/haplo.stats/man/printBanner.Rd | 34 ++ haplo.stats-1.3.8/haplo.stats/man/score.sim.control.Rd | 24 + haplo.stats-1.3.8/haplo.stats/man/seqhap.Rd | 32 ++ haplo.stats-1.3.8/haplo.stats/man/setupData.Rd | 6 haplo.stats-1.3.8/haplo.stats/man/setupGeno.Rd | 14 + haplo.stats-1.3.8/haplo.stats/man/summary.haplo.em.Rd | 22 + haplo.stats-1.3.8/haplo.stats/man/summaryGeno.Rd | 18 + haplo.stats-1.3.8/haplo.stats/man/x.sexcheck.Rd | 9 97 files changed, 1767 insertions(+), 324 deletions(-)
Author: Raoul Grasman and Robert B. Gramacy
Diff between geometry versions 0.1-1 dated 2008-04-15 and 0.1-2 dated 2008-05-13
Title: Mesh generation and surface tesselation
Description: This package makes the qhull library (www.qhull.org) available in R,
in a similar manner as in Octave and MATLAB. Qhull computes convex hulls,
Delaunay triangulations, halfspace intersections about a point, Voronoi diagrams,
furthest-site Delaunay triangulations, and furthest-site Voronoi diagrams.
It runs in 2-d, 3-d, 4-d, and higher dimensions. It implements the Quickhull
algorithm for computing the convex hull. Qhull does not support constrained
Delaunay triangulations, or mesh generation of non-convex objects, but the
package does include some R functions that allow for this. Currently the package
only gives access to Delaunay triangulation and convex hull computation.
._COPYING |binary
._DESCRIPTION |binary
._NAMESPACE |binary
._R |binary
._TODO |binary
._configure |binary
._configure.ac |binary
._configure.win |binary
._inst |binary
._man |binary
._src |binary
DESCRIPTION | 6 +++---
LICENSE |only
inst/._doc |only
inst/doc/._Announce.txt |only
inst/doc/._COPYING.txt |only
inst/doc/._File_id.diz |only
inst/doc/._MODIFIED.txt |only
inst/doc/._README.txt |only
inst/doc/._REGISTER.txt |only
inst/doc/._html |only
inst/doc/._index.htm |only
inst/doc/._src |only
inst/doc/html/._index.htm |binary
inst/doc/html/._qconvex.htm |binary
inst/doc/html/._qdelau_f.htm |binary
inst/doc/html/._qdelaun.htm |binary
inst/doc/html/._qh--4d.gif |binary
inst/doc/html/._qh--cone.gif |binary
inst/doc/html/._qh--dt.gif |binary
inst/doc/html/._qh--geom.gif |binary
inst/doc/html/._qh--half.gif |binary
inst/doc/html/._qh--rand.gif |binary
inst/doc/html/._qh-eg.htm |binary
inst/doc/html/._qh-faq.htm |binary
inst/doc/html/._qh-get.htm |binary
inst/doc/html/._qh-impre.htm |binary
inst/doc/html/._qh-in.htm |binary
inst/doc/html/._qh-optc.htm |binary
inst/doc/html/._qh-optf.htm |binary
inst/doc/html/._qh-optg.htm |binary
inst/doc/html/._qh-opto.htm |binary
inst/doc/html/._qh-optp.htm |binary
inst/doc/html/._qh-optq.htm |binary
inst/doc/html/._qh-optt.htm |binary
inst/doc/html/._qh-quick.htm |binary
inst/doc/html/._qhalf.htm |binary
inst/doc/html/._qhull.htm |binary
inst/doc/html/._qhull.man |binary
inst/doc/html/._qhull.txt |binary
inst/doc/html/._qvoron_f.htm |binary
inst/doc/html/._qvoronoi.htm |binary
inst/doc/html/._rbox.htm |binary
inst/doc/html/._rbox.man |binary
inst/doc/html/._rbox.txt |binary
inst/doc/src/._Changes.txt |binary
inst/doc/src/._Makefile.txt |binary
inst/doc/src/._index.htm |binary
inst/doc/src/._qh-geom.htm |binary
inst/doc/src/._qh-globa.htm |binary
inst/doc/src/._qh-io.htm |binary
inst/doc/src/._qh-mem.htm |binary
inst/doc/src/._qh-merge.htm |binary
inst/doc/src/._qh-poly.htm |binary
inst/doc/src/._qh-qhull.htm |binary
inst/doc/src/._qh-set.htm |binary
inst/doc/src/._qh-stat.htm |binary
inst/doc/src/._qh-user.htm |binary
man/convhulln.Rd | 14 ++++++++++----
src/convhulln.c | 42 ++++++++++++++++++++++++++++++++++++++----
src/src/._Changes.txt |only
src/src/._Make-config.sh |only
src/src/._Makefile.txt |only
src/src/._Mborland |only
src/src/._geom.c |only
src/src/._geom.def |only
src/src/._geom.h |only
src/src/._geom2.c |only
src/src/._global.c |only
src/src/._index.htm |only
src/src/._io.c |only
src/src/._io.h |only
src/src/._mem.c |only
src/src/._mem.h |only
src/src/._merge.c |only
src/src/._merge.h |only
src/src/._poly.c |only
src/src/._poly.h |only
src/src/._poly2.c |only
src/src/._qconvex.c |only
src/src/._qdelaun.c |only
src/src/._qh-geom.htm |only
src/src/._qh-globa.htm |only
src/src/._qh-io.htm |only
src/src/._qh-mem.htm |only
src/src/._qh-merge.htm |only
src/src/._qh-poly.htm |only
src/src/._qh-qhull.htm |only
src/src/._qh-set.htm |only
src/src/._qh-stat.htm |only
src/src/._qh-user.htm |only
src/src/._qhalf.c |only
src/src/._qhull.c |only
src/src/._qhull.h |only
src/src/._qhull_a.h |only
src/src/._qhull_interface.cpp |only
src/src/._qset.c |only
src/src/._qset.h |only
src/src/._qvoronoi.c |only
src/src/._rbox.c |only
src/src/._stat.c |only
src/src/._stat.h |only
src/src/._unix.c |only
src/src/._user.c |only
src/src/._user.h |only
src/src/._user_eg.c |only
src/src/._user_eg2.c |only
117 files changed, 51 insertions(+), 11 deletions(-)
Author: Gregory R. Warnes and Gregor Gorjanc. Includes R source code
and/or documentation contributed by Ben Bolker and Thomas Lumley.
Title: Various R programming tools for data manipulation
Description: Various R programming tools for data manipulation
Diff between gdata versions 2.4.1 dated 2008-03-25 and 2.4.2 dated 2008-05-13
ChangeLog | 39 +++++++++++++ DESCRIPTION | 6 +- NEWS | 20 +++++++ R/read.xls.R | 80 +++++++++++++++++++++++----- inst/ChangeLog | 39 +++++++++++++ inst/NEWS | 20 +++++++ inst/doc/mapLevels.pdf |binary inst/doc/unknown.pdf |binary inst/perl/Spreadsheet/ParseExcel/Utility.pm | 4 + 9 files changed, 193 insertions(+), 15 deletions(-)
Author: Jeff Hallman
Diff between fame versions 1.11 dated 2008-05-02 and 1.13 dated 2008-05-13
Title: Interface for FAME time series database
Description: Includes FAME storage and retrieval function, as well as functions and S3 classes for time indexes and time indexed series, which are compatible with FAME frequencies.
fame-1.11/fame/R/firstLast.R |only
fame-1.13/fame/DESCRIPTION | 18 +++++++++---------
fame-1.13/fame/NAMESPACE | 10 +++++-----
fame-1.13/fame/R/addLast.R |only
fame-1.13/fame/R/clientServer.R | 1 -
fame-1.13/fame/R/is.scalar.R | 8 ++++++++
fame-1.13/fame/R/unix/fame.R | 6 ++++++
fame-1.13/fame/R/unix/fameLast.R |only
fame-1.13/fame/R/windows/alarmc.R |only
fame-1.13/fame/R/windows/fame.R | 4 ++--
fame-1.13/fame/R/windows/fameLast.R |only
fame-1.13/fame/man/windows/alarmc.Rd |only
12 files changed, 30 insertions(+), 17 deletions(-)
Author: Diethelm Wuertz and many others. See the SOURCE file
Title: Rmetrics - Rmetrics Function Utilities
Description: Environment for teaching "Financial Engineering and Computational Finance"
Diff between fUtilities versions 260.72 dated 2007-10-08 and 270.73 dated 2008-05-13
fUtilities-260.72/fUtilities/R/BasicExtensions.R |only fUtilities-260.72/fUtilities/R/BivariateInterpolation.R |only fUtilities-260.72/fUtilities/R/ChronFunctions.R |only fUtilities-260.72/fUtilities/R/CodeTables.R |only fUtilities-260.72/fUtilities/R/ColorPalettes.R |only fUtilities-260.72/fUtilities/R/ColumnStatistics.R |only fUtilities-260.72/fUtilities/R/GeneralS4Extractors.R |only fUtilities-260.72/fUtilities/R/GeneralUtilities.R |only fUtilities-260.72/fUtilities/R/HeavisideFunction.R |only fUtilities-260.72/fUtilities/R/HypothesisTesting.R |only fUtilities-260.72/fUtilities/R/InteractivePlots.R |only fUtilities-260.72/fUtilities/R/PlotFunctions.R |only fUtilities-260.72/fUtilities/R/PortableInnovations.R |only fUtilities-260.72/fUtilities/R/RowStatistics.R |only fUtilities-260.72/fUtilities/R/SkewnessKurtosis.R |only fUtilities-260.72/fUtilities/R/SliderMenus.R |only fUtilities-260.72/fUtilities/R/UnitTesting.R |only fUtilities-260.72/fUtilities/R/VectorMatrixAddon.R |only fUtilities-260.72/fUtilities/inst/doc |only fUtilities-260.72/fUtilities/inst/unitTests/runitBasicExtensions.R |only fUtilities-260.72/fUtilities/inst/unitTests/runitCodeTables.R |only fUtilities-260.72/fUtilities/inst/unitTests/runitColorPalettes.R |only fUtilities-260.72/fUtilities/inst/unitTests/runitColumnRowStatistics.R |only fUtilities-260.72/fUtilities/inst/unitTests/runitHeavisideFunction.R |only fUtilities-260.72/fUtilities/inst/unitTests/runitHypothesisTesting.R |only fUtilities-260.72/fUtilities/inst/unitTests/runitInteractivePlots.R |only fUtilities-260.72/fUtilities/inst/unitTests/runitPortableInnovations.R |only fUtilities-260.72/fUtilities/inst/unitTests/runitSkewnessKurtosis.R |only fUtilities-260.72/fUtilities/inst/unitTests/runitVectorMatrixAddon.R |only fUtilities-260.72/fUtilities/man/BasicExtensions.Rd |only fUtilities-260.72/fUtilities/man/BivariateInterpolation.Rd |only fUtilities-260.72/fUtilities/man/CodeTables.Rd |only fUtilities-260.72/fUtilities/man/ColorPalettes.Rd |only fUtilities-260.72/fUtilities/man/ColumnStatistics.Rd |only fUtilities-260.72/fUtilities/man/GeneralS4Extractors.Rd |only fUtilities-260.72/fUtilities/man/HeavisideFunction.Rd |only fUtilities-260.72/fUtilities/man/HypothesisTesting.Rd |only fUtilities-260.72/fUtilities/man/InteractivePlots.Rd |only fUtilities-260.72/fUtilities/man/PortableInnovations.Rd |only fUtilities-260.72/fUtilities/man/RowStatistics.Rd |only fUtilities-260.72/fUtilities/man/SkewnessKurtosis.Rd |only fUtilities-260.72/fUtilities/man/VectorMatrixAddon.Rd |only fUtilities-270.73/fUtilities/DESCRIPTION | 33 +++++----- fUtilities-270.73/fUtilities/R/Heaviside.R |only fUtilities-270.73/fUtilities/R/HeavisideSlider.R |only fUtilities-270.73/fUtilities/R/Sys.putenv.R |only fUtilities-270.73/fUtilities/R/akimaInterp.R |only fUtilities-270.73/fUtilities/R/as.POSIXlt.R |only fUtilities-270.73/fUtilities/R/as.matrix.ts.R |only fUtilities-270.73/fUtilities/R/baseMethods.R |only fUtilities-270.73/fUtilities/R/characterTable.R |only fUtilities-270.73/fUtilities/R/colIds.R |only fUtilities-270.73/fUtilities/R/colStats.R |only fUtilities-270.73/fUtilities/R/colVec.R |only fUtilities-270.73/fUtilities/R/colorLocator.R |only fUtilities-270.73/fUtilities/R/colorPalette.R |only fUtilities-270.73/fUtilities/R/colorTable.R |only fUtilities-270.73/fUtilities/R/decor.R |only fUtilities-270.73/fUtilities/R/description.R |only fUtilities-270.73/fUtilities/R/distCheck.R |only fUtilities-270.73/fUtilities/R/fHTEST.R |only fUtilities-270.73/fUtilities/R/getS4.R |only fUtilities-270.73/fUtilities/R/gridVector.R |only fUtilities-270.73/fUtilities/R/hilbert.R |only fUtilities-270.73/fUtilities/R/interactivePlot.R |only fUtilities-270.73/fUtilities/R/inv.R |only fUtilities-270.73/fUtilities/R/julian.R |only fUtilities-270.73/fUtilities/R/krigeInterp.R |only fUtilities-270.73/fUtilities/R/kron.R |only fUtilities-270.73/fUtilities/R/kurtosis.R |only fUtilities-270.73/fUtilities/R/lcg.R |only fUtilities-270.73/fUtilities/R/linearInterp.R |only fUtilities-270.73/fUtilities/R/listDescription.R |only fUtilities-270.73/fUtilities/R/listFunctions.R |only fUtilities-270.73/fUtilities/R/listIndex.R |only fUtilities-270.73/fUtilities/R/norm.R |only fUtilities-270.73/fUtilities/R/pascal.R |only fUtilities-270.73/fUtilities/R/pdl.R |only fUtilities-270.73/fUtilities/R/plot.R |only fUtilities-270.73/fUtilities/R/positiveDefinite.R |only fUtilities-270.73/fUtilities/R/print.R |only fUtilities-270.73/fUtilities/R/rgb.R |only fUtilities-270.73/fUtilities/R/rk.R |only fUtilities-270.73/fUtilities/R/rowStats.R |only fUtilities-270.73/fUtilities/R/skewness.R |only fUtilities-270.73/fUtilities/R/sliderMenu.R |only fUtilities-270.73/fUtilities/R/subPlot.R |only fUtilities-270.73/fUtilities/R/subStars.R |only fUtilities-270.73/fUtilities/R/symbolTable.R |only fUtilities-270.73/fUtilities/R/tr.R |only fUtilities-270.73/fUtilities/R/triang.R |only fUtilities-270.73/fUtilities/R/tslag.R |only fUtilities-270.73/fUtilities/R/unitTest.R |only fUtilities-270.73/fUtilities/R/unitrootNA.R |only fUtilities-270.73/fUtilities/R/vec.R |only fUtilities-270.73/fUtilities/R/zzz.R | 9 -- fUtilities-270.73/fUtilities/inst/unitTests/HeavisideSlider.R |only fUtilities-270.73/fUtilities/inst/unitTests/runTests.R | 1 fUtilities-270.73/fUtilities/inst/unitTests/runit.Heaviside.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.Sys.putenv.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.akimaInterp.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.as.matrix.ts.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.asPOSIXlt.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.baseMethods.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.characterTable.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.colStats.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.colorLocator.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.colorPalette.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.colorTable.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.decor.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.description.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.distCheck.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.fHTEST.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.getS4.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.gridVector.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.interactivePlot.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.julian.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.krigeInterp.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.kurtosis.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.lcg.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.linearInterp.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.listDescription.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.listFunctions.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.listIndex.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.matrixAddon.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.plot.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.print.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.rgb.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.rowStats.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.skewness.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.sliderMenu.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.subPlot.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.subStars.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.symbolTable.R |only fUtilities-270.73/fUtilities/inst/unitTests/runit.unitrootNA.R |only fUtilities-270.73/fUtilities/man/00fUtilities-package.Rd |only fUtilities-270.73/fUtilities/man/Heaviside.Rd |only fUtilities-270.73/fUtilities/man/akimaInterp.Rd |only fUtilities-270.73/fUtilities/man/as.POSIXlt.Rd |only fUtilities-270.73/fUtilities/man/as.matrix.ts.Rd |only fUtilities-270.73/fUtilities/man/baseMethods.Rd |only fUtilities-270.73/fUtilities/man/characterTable.Rd |only fUtilities-270.73/fUtilities/man/colIds.Rd |only fUtilities-270.73/fUtilities/man/colStats.Rd |only fUtilities-270.73/fUtilities/man/colVec.Rd |only fUtilities-270.73/fUtilities/man/colorLocator.Rd |only fUtilities-270.73/fUtilities/man/colorPalette.Rd |only fUtilities-270.73/fUtilities/man/colorTable.Rd |only fUtilities-270.73/fUtilities/man/decor.Rd |only fUtilities-270.73/fUtilities/man/description.Rd |only fUtilities-270.73/fUtilities/man/distCheck.Rd |only fUtilities-270.73/fUtilities/man/fHTEST.Rd |only fUtilities-270.73/fUtilities/man/getS4.Rd |only fUtilities-270.73/fUtilities/man/gridVector.Rd |only fUtilities-270.73/fUtilities/man/hilbert.Rd |only fUtilities-270.73/fUtilities/man/interactivePlot.Rd |only fUtilities-270.73/fUtilities/man/inv.Rd |only fUtilities-270.73/fUtilities/man/krigeInterp.Rd |only fUtilities-270.73/fUtilities/man/kron.Rd |only fUtilities-270.73/fUtilities/man/kurtosis.Rd |only fUtilities-270.73/fUtilities/man/lcg.Rd |only fUtilities-270.73/fUtilities/man/linearInterp.Rd |only fUtilities-270.73/fUtilities/man/listDescription.Rd |only fUtilities-270.73/fUtilities/man/listFunctions.Rd |only fUtilities-270.73/fUtilities/man/listIndex.Rd |only fUtilities-270.73/fUtilities/man/norm.Rd |only fUtilities-270.73/fUtilities/man/pascal.Rd |only fUtilities-270.73/fUtilities/man/pdl.Rd |only fUtilities-270.73/fUtilities/man/positiveDefinite.Rd |only fUtilities-270.73/fUtilities/man/print.Rd |only fUtilities-270.73/fUtilities/man/rk.Rd |only fUtilities-270.73/fUtilities/man/rowStats.Rd |only fUtilities-270.73/fUtilities/man/skewness.Rd |only fUtilities-270.73/fUtilities/man/symbolTable.Rd |only fUtilities-270.73/fUtilities/man/tr.Rd |only fUtilities-270.73/fUtilities/man/triang.Rd |only fUtilities-270.73/fUtilities/man/tslag.Rd |only fUtilities-270.73/fUtilities/man/vec.Rd |only 178 files changed, 21 insertions(+), 22 deletions(-)
Author: Diethelm Wuertz and many others. See the SOURCE file
Title: Rmetrics - Economic and Financial Data Sets
Description: Environment for teaching "Financial Engineering and Computational Finance"
Diff between fEcofin versions 260.72 dated 2007-10-08 and 270.73 dated 2008-05-13
fEcofin-260.72/fEcofin/data/edhec.csv |only fEcofin-260.72/fEcofin/data/managers.csv |only fEcofin-260.72/fEcofin/inst/unitTests/runitCIAFactbook.R |only fEcofin-260.72/fEcofin/inst/unitTests/runitWFEStatistics.R |only fEcofin-270.73/fEcofin/DESCRIPTION | 32 fEcofin-270.73/fEcofin/R/BondsData.R |only fEcofin-270.73/fEcofin/R/CIAFactbook.R | 3 fEcofin-270.73/fEcofin/R/PerformanceAnalyticsData.R |only fEcofin-270.73/fEcofin/R/PortfolioData.R |only fEcofin-270.73/fEcofin/R/TimeSeriesData.R | 50 - fEcofin-270.73/fEcofin/R/WFEStatistics.R | 4 fEcofin-270.73/fEcofin/R/zzz.R | 6 fEcofin-270.73/fEcofin/data/DEM98NYC.CSV |only fEcofin-270.73/fEcofin/data/DEM98ZRH.CSV |only fEcofin-270.73/fEcofin/data/edhec.tS.csv |only fEcofin-270.73/fEcofin/data/managers.tS.csv |only fEcofin-270.73/fEcofin/inst/unitTests/Makefile | 2 fEcofin-270.73/fEcofin/inst/unitTests/runit.BondsData.R |only fEcofin-270.73/fEcofin/inst/unitTests/runit.CIAFactbook.R |only fEcofin-270.73/fEcofin/inst/unitTests/runit.PerformanceAnalyticsData.R |only fEcofin-270.73/fEcofin/inst/unitTests/runit.PortfolioData.R |only fEcofin-270.73/fEcofin/inst/unitTests/runit.TimeSeriesData.R |only fEcofin-270.73/fEcofin/inst/unitTests/runit.WFEStatistics.R |only fEcofin-270.73/fEcofin/man/00fEcofin-package.Rd |only fEcofin-270.73/fEcofin/man/BondsData.Rd | 50 - fEcofin-270.73/fEcofin/man/PerformanceAnalyticsData.Rd | 30 fEcofin-270.73/fEcofin/man/PortfolioData.Rd | 199 ++++ fEcofin-270.73/fEcofin/man/TimeSeriesData.Rd | 446 ++++++---- fEcofin-270.73/fEcofin/man/WFEStatistics.Rd | 8 29 files changed, 586 insertions(+), 244 deletions(-)
Author: Diethelm Wuertz and many others, see the SOURCE file
Title: Rmetrics - Chronological and Calendarical Objects
Description: Environment for teaching "Financial Engineering and Computational Finance"
Diff between fCalendar versions 262.73 dated 2008-02-07 and 270.74 dated 2008-05-13
fCalendar-262.73/fCalendar/R/DaylightSavingTimeOld.R |only fCalendar-262.73/fCalendar/R/HolidayCalendars.R |only fCalendar-262.73/fCalendar/R/format.R |only fCalendar-262.73/fCalendar/R/getDayOfWeek.R |only fCalendar-262.73/fCalendar/R/holidays.R |only fCalendar-262.73/fCalendar/R/is.timeDate.R |only fCalendar-262.73/fCalendar/R/lastDay.R |only fCalendar-262.73/fCalendar/R/nthDay.R |only fCalendar-262.73/fCalendar/R/show.R |only fCalendar-262.73/fCalendar/inst/unitTests/runitDaylightSavingTime.R |only fCalendar-262.73/fCalendar/inst/unitTests/runitFinCenter.R |only fCalendar-262.73/fCalendar/inst/unitTests/runitHolidayCalendars.R |only fCalendar-262.73/fCalendar/inst/unitTests/runitHolidayDates.R |only fCalendar-262.73/fCalendar/inst/unitTests/runitSpecialDates.R |only fCalendar-262.73/fCalendar/inst/unitTests/runitTimeDataMathOps.R |only fCalendar-262.73/fCalendar/inst/unitTests/runitTimeDateClass.R |only fCalendar-262.73/fCalendar/inst/unitTests/runitTimeDateCoercion.R |only fCalendar-262.73/fCalendar/inst/unitTests/runitTimeDateSubsets.R |only fCalendar-262.73/fCalendar/man/FinCenter.Rd |only fCalendar-262.73/fCalendar/man/HolidayDates.Rd |only fCalendar-262.73/fCalendar/man/TimeDateClass.Rd |only fCalendar-262.73/fCalendar/man/TimeDateCoercion.Rd |only fCalendar-262.73/fCalendar/man/TimeDateMathOps.Rd |only fCalendar-262.73/fCalendar/man/TimeDateSpecDates.Rd |only fCalendar-262.73/fCalendar/man/getDayOfWeek.Rd |only fCalendar-262.73/fCalendar/man/holidayCalendar.Rd |only fCalendar-262.73/fCalendar/man/timeDateOrdering.Rd |only fCalendar-270.74/fCalendar/DESCRIPTION | 8 fCalendar-270.74/fCalendar/R/DaylightSavingTime.R | 15 fCalendar-270.74/fCalendar/R/Easter.R |only fCalendar-270.74/fCalendar/R/Ops.R | 250 -- fCalendar-270.74/fCalendar/R/as.R | 6 fCalendar-270.74/fCalendar/R/as.timeDate.R | 113 - fCalendar-270.74/fCalendar/R/blockStart.R |only fCalendar-270.74/fCalendar/R/c.R | 184 - fCalendar-270.74/fCalendar/R/class-timeDate.R |only fCalendar-270.74/fCalendar/R/currentYear.R | 15 fCalendar-270.74/fCalendar/R/dayOfWeek.R |only fCalendar-270.74/fCalendar/R/dayOfYear.R |only fCalendar-270.74/fCalendar/R/diff.R |only fCalendar-270.74/fCalendar/R/difftimeDate.R |only fCalendar-270.74/fCalendar/R/firstDay.R |only fCalendar-270.74/fCalendar/R/holiday.R |only fCalendar-270.74/fCalendar/R/holidayDate.R |only fCalendar-270.74/fCalendar/R/holidayNYSE.R | 31 fCalendar-270.74/fCalendar/R/holidayTSX.R | 13 fCalendar-270.74/fCalendar/R/holidayZURICH.R | 8 fCalendar-270.74/fCalendar/R/isBizday.R |only fCalendar-270.74/fCalendar/R/isWeekday.R | 10 fCalendar-270.74/fCalendar/R/julian.R | 6 fCalendar-270.74/fCalendar/R/length.R |only fCalendar-270.74/fCalendar/R/listFinCenter.R | 996 ++++------ fCalendar-270.74/fCalendar/R/listHolidays.R | 115 - fCalendar-270.74/fCalendar/R/methods-format.R |only fCalendar-270.74/fCalendar/R/methods-plot.R |only fCalendar-270.74/fCalendar/R/methods-show.R |only fCalendar-270.74/fCalendar/R/methods-summary.R |only fCalendar-270.74/fCalendar/R/midnightStandard.R |only fCalendar-270.74/fCalendar/R/myFinCenter.R |only fCalendar-270.74/fCalendar/R/myUnits.R |only fCalendar-270.74/fCalendar/R/nDay.R |only fCalendar-270.74/fCalendar/R/onOrAfter.R | 399 ---- fCalendar-270.74/fCalendar/R/periods.R |only fCalendar-270.74/fCalendar/R/rep.R |only fCalendar-270.74/fCalendar/R/rev.R |only fCalendar-270.74/fCalendar/R/round.R |only fCalendar-270.74/fCalendar/R/rulesFinCenter.R |only fCalendar-270.74/fCalendar/R/sample.R |only fCalendar-270.74/fCalendar/R/sort.R |only fCalendar-270.74/fCalendar/R/start.R |only fCalendar-270.74/fCalendar/R/subset.R | 278 -- fCalendar-270.74/fCalendar/R/timeDate.R | 324 --- fCalendar-270.74/fCalendar/R/timeSequence.R | 22 fCalendar-270.74/fCalendar/R/unique.R |only fCalendar-270.74/fCalendar/R/whichFormat.R |only fCalendar-270.74/fCalendar/R/window.R |only fCalendar-270.74/fCalendar/inst/todo.txt |only fCalendar-270.74/fCalendar/inst/unitTests/runi.Coercion.R |only fCalendar-270.74/fCalendar/inst/unitTests/runit.Class.R |only fCalendar-270.74/fCalendar/inst/unitTests/runit.DaylightSavingTime.R |only fCalendar-270.74/fCalendar/inst/unitTests/runit.FinCenter.R |only fCalendar-270.74/fCalendar/inst/unitTests/runit.HolidayCalendars.R |only fCalendar-270.74/fCalendar/inst/unitTests/runit.HolidayDates.R |only fCalendar-270.74/fCalendar/inst/unitTests/runit.MathOps.R |only fCalendar-270.74/fCalendar/inst/unitTests/runit.SpecialDates.R |only fCalendar-270.74/fCalendar/inst/unitTests/runit.Subsets.R |only fCalendar-270.74/fCalendar/man/00fCalendar-package.Rd |only fCalendar-270.74/fCalendar/man/DaylightSavingTime.Rd | 64 fCalendar-270.74/fCalendar/man/Easter.Rd |only fCalendar-270.74/fCalendar/man/Ops.Rd |only fCalendar-270.74/fCalendar/man/Sys.timeDate.Rd |only fCalendar-270.74/fCalendar/man/as.Rd |only fCalendar-270.74/fCalendar/man/as.timeDate.Rd |only fCalendar-270.74/fCalendar/man/blockStart.Rd |only fCalendar-270.74/fCalendar/man/c.Rd |only fCalendar-270.74/fCalendar/man/class-timeDate.Rd |only fCalendar-270.74/fCalendar/man/currentYear.Rd |only fCalendar-270.74/fCalendar/man/dayOfWeek.Rd |only fCalendar-270.74/fCalendar/man/dayOfYear.Rd |only fCalendar-270.74/fCalendar/man/diff.Rd |only fCalendar-270.74/fCalendar/man/difftimeDate.Rd |only fCalendar-270.74/fCalendar/man/firstDay.Rd |only fCalendar-270.74/fCalendar/man/holiday.Rd | 89 fCalendar-270.74/fCalendar/man/holidayDate.Rd |only fCalendar-270.74/fCalendar/man/holidayNYSE.Rd |only fCalendar-270.74/fCalendar/man/holidayTSX.Rd |only fCalendar-270.74/fCalendar/man/holidayZURICH.Rd |only fCalendar-270.74/fCalendar/man/isBizday.Rd |only fCalendar-270.74/fCalendar/man/isWeekday.Rd | 39 fCalendar-270.74/fCalendar/man/julian.Rd |only fCalendar-270.74/fCalendar/man/length.Rd |only fCalendar-270.74/fCalendar/man/listFinCenter.Rd |only fCalendar-270.74/fCalendar/man/listHolidays.Rd |only fCalendar-270.74/fCalendar/man/methods-format.Rd |only fCalendar-270.74/fCalendar/man/methods-plot.Rd |only fCalendar-270.74/fCalendar/man/methods-show.Rd |only fCalendar-270.74/fCalendar/man/methods-summary.Rd |only fCalendar-270.74/fCalendar/man/midnightStandard.Rd |only fCalendar-270.74/fCalendar/man/myFinCenter.Rd |only fCalendar-270.74/fCalendar/man/myUnits.Rd |only fCalendar-270.74/fCalendar/man/nDay.Rd |only fCalendar-270.74/fCalendar/man/onOrAfter.Rd |only fCalendar-270.74/fCalendar/man/rep.Rd |only fCalendar-270.74/fCalendar/man/rev.Rd |only fCalendar-270.74/fCalendar/man/round.Rd |only fCalendar-270.74/fCalendar/man/rulesFinCenter.Rd |only fCalendar-270.74/fCalendar/man/sample.Rd |only fCalendar-270.74/fCalendar/man/sort.Rd |only fCalendar-270.74/fCalendar/man/start.Rd |only fCalendar-270.74/fCalendar/man/subset.Rd | 91 fCalendar-270.74/fCalendar/man/timeCalendar.Rd |only fCalendar-270.74/fCalendar/man/timeDate.Rd |only fCalendar-270.74/fCalendar/man/timeSequence.Rd |only fCalendar-270.74/fCalendar/man/unique.Rd |only fCalendar-270.74/fCalendar/man/whichFormat.Rd |only fCalendar-270.74/fCalendar/man/window.Rd |only 136 files changed, 911 insertions(+), 2165 deletions(-)
Author: Jonathan Harrington and others, IPS LMU Muenchen & IPDS CAU Kiel
Title: Interface to the Emu Speech Database System
Description: Provides an interface to the Emu speech database system and
many special purpose functions for display and analysis of speech
data.
Diff between emu versions 3.0 dated 2008-02-16 and 3.1 dated 2008-05-13
DESCRIPTION | 32 +-- R/AAoptions.S | 149 ++++++++-------- R/MethodEPG.S | 16 - R/bark.S | 52 ++--- R/buildtrack.S | 90 ++++----- R/dct.S | 82 ++++---- R/dimtrackdata.S | 30 +-- R/emu.track.S | 481 +++++++++++++++++++++++++++++----------------------- R/end.emusegs.S | 12 - R/locus.S | 70 +++---- R/makelab.S | 122 ++++++------- R/palate.S | 100 +++++----- R/plafit.S | 72 +++---- R/start.trackdata.S | 24 +- R/trackapply.S | 40 ++-- R/tracktimes.S | 42 ++-- man/dbnorm.Rd | 94 +++++----- man/dorfric.vl.Rd | 42 ++-- man/emu.query.Rd | 2 man/emu.track.Rd | 2 man/freqtoint.Rd | 98 +++++----- man/is.spectral.Rd | 76 ++++---- man/rad.Rd | 70 +++---- man/shift.Rd | 80 ++++---- man/trackfreq.Rd | 82 ++++---- 25 files changed, 1022 insertions(+), 938 deletions(-)
Author: Venkatraman E. Seshan
Title: Clinical Trial Design and Data Analysis Functions
Description: Utilities to make your clinical collaborations easier if not fun.
Diff between clinfun versions 0.7-4 dated 2007-10-07 and 0.7-5 dated 2008-05-13
DESCRIPTION | 6 +++--- R/calogrank.R | 2 +- R/jonkheere.R | 2 +- man/calogrank.Rd | 1 + man/coxphQuantile.Rd | 8 +++++--- man/oc.twostage.bdry.Rd | 2 +- 6 files changed, 12 insertions(+), 9 deletions(-)
Author: Gavin L. Simpson, Jari Oksanen
Title: Analogue and weighted averaging methods for palaeoecology
Description: Fits Modern Analogue Technique and Weighted Averaging transfer
function models for prediction of environmental data from species
data, and related methods used in palaeoecology.
Diff between analogue versions 0.5-1 dated 2008-04-24 and 0.5-2 dated 2008-05-13
DESCRIPTION | 6 +++--- R/internal.R | 7 ++++++- R/join.R | 9 +++++++-- R/predict.wa.R | 4 +++- R/wa.R | 6 ++++-- R/wa.formula.R | 2 +- inst/ChangeLog | 42 +++++++++++++++++++++++++++++------------- inst/doc/analogue_methods.pdf |binary man/analogue-internal.Rd | 1 + man/wa.Rd | 10 ++++++---- 10 files changed, 60 insertions(+), 27 deletions(-)
Author: Duncan Temple Lang (duncan@wald.ucdavis.edu)
Title: Tools for parsing and generating XML within R and S-Plus.
Description: Parsing facilities for arbitrary XML files, DTDs and HTML, offering both
event and tree based parsers which are customizable with R functions.
Diff between XML versions 1.95-1 dated 2008-05-07 and 1.95-2 dated 2008-05-13
Changes | 5 +++++ DESCRIPTION | 4 ++-- INSTALL | 2 +- R/XMLClasses.R | 2 ++ src/DocParse.c | 6 ++---- src/EventParse.c | 4 ++-- src/RUtils.c | 2 +- src/Utils.c | 22 +++++++++++----------- src/Utils.h | 2 +- src/XMLEventParse.c | 4 ++-- src/XMLTree.c | 5 ++--- src/catalog.c | 3 ++- 12 files changed, 33 insertions(+), 28 deletions(-)
Author: Duncan Temple Lang
Title: HTTP request interface
Description: The package allows one to compose HTTP requests to fetch URIs, post forms,
etc. and process the results returned by the Web server.
This provides a great deal of control over the HTTP connection and the form
of the request while providing a higher-level interface than is available just
using R socket connections. Additionally, the underlying implementation is robust
and extensive, supporting SSL/HTTPS, cookies, redirects, authentication, etc.
Diff between RCurl versions 0.9-2 dated 2008-05-08 and 0.9-3 dated 2008-05-13
RCurl-0.9-2/RCurl/base64.R |only RCurl-0.9-2/RCurl/inst/examples/concurrent.html |only RCurl-0.9-2/RCurl/src/curl.E |only RCurl-0.9-2/RCurl/testForm1.pl |only RCurl-0.9-3/RCurl/Changes.html | 10 +++++++++- RCurl-0.9-3/RCurl/DESCRIPTION | 4 ++-- RCurl-0.9-3/RCurl/man/MultiCURLHandle-class.Rd | 1 - RCurl-0.9-3/RCurl/src/Rcurl.h | 3 +++ RCurl-0.9-3/RCurl/src/base64.c | 2 +- RCurl-0.9-3/RCurl/src/curl.c | 6 ++---- RCurl-0.9-3/RCurl/src/memoryManagement.c | 2 +- 11 files changed, 18 insertions(+), 10 deletions(-)
Author: Thomas D. Fletcher
Title: Quantitative Psychology Tools
Description: Contains functions useful for data screening,
testing moderation, mediation and estimating power.
Diff between QuantPsyc versions 1.0 dated 2007-12-31 and 1.1 dated 2008-05-13
DESCRIPTION | 6 +++--- R/sim.slopes.R | 6 +++--- man/QuantPsyc-package.Rd | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-)
Author: Frank Schaarschmidt, Daniel Gerhard, Martin Sill
Title: Multiple comparisons using normal approximation
Description: Multiple contrast tests and simultaneous confidence
intervals based on normal approximation. With implementations for
binomial proportions in a 2xk setting (risk difference and odds ratio),
poly-3-adjusted tumour rates, and multiple comparisons of biodiversity indices.
Approximative power calculation for multiple contrast tests of binomial
proportions.
Diff between MCPAN versions 1.1-4 dated 2008-04-14 and 1.1-5 dated 2008-05-13
DESCRIPTION | 6 +++--- R/binomORci.R | 2 +- R/poly3ci.R | 2 +- R/poly3test.R | 2 +- man/MCPAN-package.Rd | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-)
Author: Robin K. S. Hankin
Title: The Davies quantile function
Description: The Davies quantile function and the Generalized Lambda distribution
Diff between Davies versions 1.0-2 dated 2007-10-11 and 1.1-2 dated 2008-05-13
DESCRIPTION | 4 ++-- R/parzfns.R | 21 ++++++++++++++++++--- man/hypergeo.Rd | 22 ++++++++++++++++------ 3 files changed, 36 insertions(+), 11 deletions(-)
Author: Roeland Kindt
Title: GUI for biodiversity and community ecology analysis
Description: This package provides a GUI (Graphical User Interface, via the R-Commander) and some utility functions (often based on the vegan package) for statistical analysis of biodiversity and ecological communities, including species accumulation curves, diversity indices, Renyi profiles, GLMs for analysis of species abundance and presence-absence, distance matrices, Mantel tests, and cluster, constrained and unconstrained ordination analysis. A book on biodiversity and community ecology analysis is available for free download from the website.
Diff between BiodiversityR versions 1.1 dated 2008-01-14 and 1.2 dated 2008-05-13
DESCRIPTION | 10 NAMESPACE | 2 R/caprescale.R |only R/nested.anova.dbrda.R | 244 ++- inst/etc/BiodiversityGUI.R | 9 inst/etc/Rcmdr-menus.txt | 17 man/BCI.env.Rd | 82 - man/BiodiversityR-package.Rd | 219 +-- man/BiodiversityRGUI.Rd | 3002 +++++++++++++++++++++---------------------- man/CAPdiscrim.Rd | 168 +- man/NMSrandom.Rd | 108 - man/PCAsignificance.Rd | 120 - man/accumresult.Rd | 180 +- man/add.spec.scores.Rd | 102 - man/balanced.specaccum.Rd | 120 - man/caprescale.Rd |only man/crosstabanalysis.Rd | 84 - man/deviancepercentage.Rd | 112 - man/dist.eval.Rd | 102 - man/dist.zeroes.Rd | 110 - man/distdisplayed.Rd | 126 - man/disttransform.Rd | 108 - man/diversityresult.Rd | 146 +- man/import.from.Excel.Rd | 138 - man/loaded.citations.Rd | 52 man/makecommunitydataset.Rd | 106 - man/multiconstrained.Rd | 132 - man/nested.anova.dbrda.Rd | 126 - man/nnetrandom.Rd | 118 - man/ordicoeno.Rd | 100 - man/ordisymbol.Rd | 204 +- man/radfitresult.Rd | 108 - man/rankabundance.Rd | 172 +- man/removeNAcomm.Rd | 174 +- man/renyiresult.Rd | 192 +- man/residualssurface.Rd | 124 - man/spatialsample.Rd | 150 +- 37 files changed, 3585 insertions(+), 3482 deletions(-)
Author: Andrew Parnell
Title: Create chronologies based on radiocarbon and non-radiocarbon dated depths
Description: This package follows the work of Parnell and Haslett (2007; JRSSC). It runs MCMC, predictions and plots for radiocarbon (and non radiocarbon) dated sediment cores.
Diff between Bchron versions 2.0 dated 2008-04-27 and 2.1 dated 2008-05-13
DESCRIPTION | 4 ++-- NAMESPACE | 2 +- R/BchronMCMC.R | 2 +- R/Bchroncalibrate.R | 26 +++++++++++++++++++++++++- R/Bchronconvergecheck.R | 4 ++++ R/Bchronmenu.R | 27 +++++++++++++++++++++++++-- R/Bchronplotevent.R | 6 +++--- R/Bchronplotterdatesonly.r |only R/Bchronpredictevent.R | 2 +- R/Bchronquickload.R | 1 + R/BchronreadEPD.r |only man/Bchroncalibrate.Rd | 2 +- man/Bchronplotterdatesonly.Rd |only man/BchronreadEPD.Rd |only src/calibrate.c | 2 +- 15 files changed, 65 insertions(+), 13 deletions(-)