Title: Analyze and Gaussianize skewed, heavy-tailed data
Diff between LambertW versions 0.2.9.5 dated 2011-06-01 and 0.2.9.9 dated 2012-01-07
Description: The Lambert W framework is a new generalized way to analyze skewed, heavy-tailed data. Lambert W random variables (RV) are based on an input/output framework where the input is a RV X with distribution F(x), and the output Y = func(X) has similar properties as X (but slightly skewed or heavy-tailed). Then this transformed RV Y has a Lambert W x F distribution - for details see References. This package contains functions to perform a Lambert W analysis of skewed and heavy-tailed data: data can be simulated, parameters can be estimated from real world data, quantiles can be computed, and results plotted/printed in a 'nice' way. Probably the most important function is 'Gaussianize', which works the same way as the R function 'scale' but actually makes your data Gaussian. An optional modular toolkit implementation allows users to define their own Lambert W x 'my favorite distribution' and use it for their analysis.
Author: Georg M. Goerg
Maintainer: Georg M. Goerg
DESCRIPTION | 27 +----
MD5 |only
NAMESPACE |only
R/G.R | 1
R/G_2delta_alpha.R | 1
R/G_delta_alpha.R | 1
R/Gaussianize.R | 1
R/H.R | 1
R/H_gamma.R | 1
R/IGMM.R | 4
R/IGMM.default.R | 201 +++++++++++++++++++++++------------------
R/MLE_LambertW.R | 1
R/MLE_LambertW.default.R | 1
R/MLE_LambertW_new.R | 110 ++++++++++++++--------
R/MLE_LambertW_new.default.R | 1
R/W.R | 1
R/W_1.R | 1
R/W_2delta.R | 1
R/W_2delta_alpha.R | 1
R/W_delta.R | 1
R/W_delta_alpha.R | 1
R/W_gamma.R | 1
R/W_gamma_1.R | 1
R/beta2tau.R | 1
R/beta_names.R | 1
R/bounds_theta.R | 1
R/check_theta.R | 1
R/complete_theta.R | 1
R/create_LambertW_input.R | 4
R/create_LambertW_output.R | 1
R/d1W.R | 1
R/d1W_1.R | 1
R/d1W_delta.R | 1
R/d1W_delta_alpha.R | 1
R/dLambertW.R | 1
R/dU.R | 1
R/delta_01.R | 1
R/delta_GMM.R | 45 ++++++---
R/delta_Taylor.R | 6 -
R/gamma_01.R | 1
R/gamma_GMM.R | 11 +-
R/gamma_Taylor.R |only
R/get.input.R | 55 +++++------
R/ks.test.t.R | 1
R/loglik_LambertW.R | 50 ++++++----
R/loglik_input.R | 1
R/loglik_penalty.R | 47 +++++----
R/mLambertW.R | 91 +++++++++---------
R/mc.R | 1
R/normfit.R | 1
R/pLambertW.R | 1
R/pU.R | 1
R/p_1.R | 1
R/params2theta.R | 1
R/plot.LambertW_fit.R | 1
R/plot.LambertW_input.R | 1
R/plot.LambertW_output.R | 1
R/print.LambertW_fit.R | 6 -
R/print.LambertW_input.R | 1
R/print.LambertW_output.R | 1
R/print.summary.LambertW_fit.R | 22 +++-
R/qLambertW.R | 1
R/qU.R | 1
R/qqLambertW.R | 1
R/rLambertW.R | 1
R/rU.R | 1
R/restrict_theta.R | 1
R/sd.R | 1
R/skewness_test.R | 1
R/starting_theta.R | 7 -
R/summary.LambertW_fit.R | 10 +-
R/support.R | 1
R/theta2params.R | 1
R/theta2tau.R | 1
R/vec.norm.R | 1
data/AA.rda |binary
data/SolarFlares.rda |only
man/IGMM.Rd | 11 +-
man/SolarFlares.Rd |only
man/delta_GMM.Rd | 6 +
man/delta_Taylor.Rd | 3
man/gamma_GMM.Rd | 3
man/gamma_Taylor.Rd |only
man/loglik-utils.Rd | 2
84 files changed, 413 insertions(+), 364 deletions(-)
Title: General-purpose unconstrained non-linear optimization
Diff between ucminf versions 1.1-2 dated 2011-06-02 and 1.1-3 dated 2012-01-07
Description: An algorithm for general-purpose unconstrained non-linear optimization.
The algorithm is of quasi-Newton type with BFGS updating of the inverse
Hessian and soft line search with a trust region type monitoring of the
input to the line search algorithm. The interface of 'ucminf' is
designed for easy interchange with 'optim'.
Author: Hans Bruun Nielsen and Stig Bousgaard Mortensen
Maintainer: Stig Bousgaard Mortensen
ucminf-1.1-2/ucminf/R/zzz.R |only
ucminf-1.1-3/ucminf/DESCRIPTION | 21 ++++++++++-----------
ucminf-1.1-3/ucminf/MD5 |only
ucminf-1.1-3/ucminf/NAMESPACE |only
ucminf-1.1-3/ucminf/R/ucminf.R | 2 +-
ucminf-1.1-3/ucminf/inst/doc/TR0019.pdf |binary
6 files changed, 11 insertions(+), 12 deletions(-)
Title: Survival Regression with Smoothed Error Distribution
Diff between smoothSurv versions 0.7 dated 2010-05-30 and 1.0 dated 2012-01-07
Description: This package contains primarily a function to fit
a regression model with possibly right, left or interval
censored observations and with the error distrbution
expressed as a mixture of G-splines. Core part
of the computation is done in compiled C++ written
using the Scythe Statistical Libary Version 0.3.
Author: Arnošt Komárek
Maintainer: Arnošt Komárek
smoothSurv-0.7/smoothSurv/CHANGES |only
smoothSurv-0.7/smoothSurv/R/zzz.r |only
smoothSurv-1.0/smoothSurv/DESCRIPTION | 27 +++++++--------
smoothSurv-1.0/smoothSurv/MD5 |only
smoothSurv-1.0/smoothSurv/NAMESPACE |only
smoothSurv-1.0/smoothSurv/NEWS |only
smoothSurv-1.0/smoothSurv/R/smoothSurvReg.fit.R | 14 ++++++-
smoothSurv-1.0/smoothSurv/R/zzz.R |only
smoothSurv-1.0/smoothSurv/inst/CITATION |only
smoothSurv-1.0/smoothSurv/man/MP.pseudoinv.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/a2c.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/c2a.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/derivative.cc3.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/derivative.expAD.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/dextreme.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/dstlogis.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/estimTdiff.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/eval.Gspline.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/fdensity.smoothSurvReg.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/find.c.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/give.c.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/hazard.smoothSurvReg.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/minPenalty.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/piece.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/plot.smoothSurvReg.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/print.estimTdiff.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/print.smoothSurvReg.Rd | 23 +++++-------
smoothSurv-1.0/smoothSurv/man/residuals.smoothSurvReg.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/smoothSurvReg.Rd | 6 +--
smoothSurv-1.0/smoothSurv/man/smoothSurvReg.control.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/smoothSurvReg.fit.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/smoothSurvReg.object.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/std.data.Rd | 2 -
smoothSurv-1.0/smoothSurv/man/survfit.smoothSurvReg.Rd | 2 -
smoothSurv-1.0/smoothSurv/smoothSurv-Ex.R |only
smoothSurv-1.0/smoothSurv/src/Scythe_Error.h | 12 ++++--
smoothSurv-1.0/smoothSurv/src/smoothSurvReg84.cpp | 6 ++-
37 files changed, 73 insertions(+), 61 deletions(-)
Title: Interface to Geometry Engine - Open Source (GEOS)
Diff between rgeos versions 0.1-16 dated 2012-01-02 and 0.1-17 dated 2012-01-07
Description: Interface to Geometry Engine - Open Source (GEOS) using the C API for topology operations on geometries.
Author: Roger Bivand and Colin Rundel
Maintainer: Roger Bivand
ChangeLog | 20 ++++++++++++++++++++
DESCRIPTION | 8 ++++----
MD5 | 20 ++++++++++----------
inst/ChangeLog | 20 ++++++++++++++++++++
inst/SVN_VERSION | 2 +-
src/rgeos_R2geos.c | 19 ++++++++++++++-----
src/rgeos_buffer.c | 17 ++++++-----------
src/rgeos_coord.c | 4 ++--
src/rgeos_geos2R.c | 17 ++++-------------
src/rgeos_topology.c | 2 +-
src/rgeos_wkt.c | 5 +----
11 files changed, 83 insertions(+), 51 deletions(-)
Title: Multivariate partitioning
Diff between mvpart versions 1.4-0 dated 2011-03-11 and 1.5-0 dated 2012-01-07
Description: Multivariate regression trees
Author: rpart by Terry M Therneau and Beth Atkinson
Maintainer: Glenn De'ath
mvpart-1.4-0/mvpart/INDEX |only
mvpart-1.4-0/mvpart/R/First.lib.R |only
mvpart-1.4-0/mvpart/data/car.test.frame.csv |only
mvpart-1.4-0/mvpart/data/kyphosis.tab |only
mvpart-1.4-0/mvpart/data/solder.tab |only
mvpart-1.4-0/mvpart/data/spider.tab |only
mvpart-1.5-0/mvpart/DESCRIPTION | 17 +-
mvpart-1.5-0/mvpart/MD5 |only
mvpart-1.5-0/mvpart/NAMESPACE |only
mvpart-1.5-0/mvpart/R/trclcomp.R | 16 +-
mvpart-1.5-0/mvpart/data/car.test.frame.csv.gz |only
mvpart-1.5-0/mvpart/data/kyphosis.tab.gz |only
mvpart-1.5-0/mvpart/data/solder.tab.gz |only
mvpart-1.5-0/mvpart/data/spider.tab.gz |only
mvpart-1.5-0/mvpart/man/trclcomp.Rd | 16 +-
mvpart-1.5-0/mvpart/src/anova.c | 34 ++---
mvpart-1.5-0/mvpart/src/dist.c | 38 ++---
mvpart-1.5-0/mvpart/src/mrt.c | 41 +++---
mvpart-1.5-0/mvpart/src/xdiss.c | 159 +++++++++++--------------
19 files changed, 157 insertions(+), 164 deletions(-)
Title: Estimation for multivariate normal and Student-t data with
monotone missingness
Diff between monomvn versions 1.8-8 dated 2011-12-19 and 1.8-9 dated 2012-01-07
Description: Estimation of multivariate normal and student-t data of
arbitrary dimension where the pattern of missing data is monotone.
Through the use of parsimonious/shrinkage regressions
(plsr, pcr, lasso, ridge, etc.), where standard regressions fail,
the package can handle a nearly arbitrary amount of missing data.
The current version supports maximum likelihood inference and
a full Bayesian approach employing scale-mixtures for the
lasso (double-exponential) and Normal-Gamma priors,
and Student-t errors. Monotone data augmentation extends this
Bayesian approach to arbitrary missingness patterns.
A fully functional standalone interface to the Bayesian lasso
(from Park & Casella), Normal-Gamma (from Griffin & Brown),
and ridge regression with model selection via Reversible Jump,
and student-t errors (from Geweke) is also provided
Author: Robert B. Gramacy
Maintainer: Robert B. Gramacy
monomvn-1.8-8/monomvn/R/zzz.R |only
monomvn-1.8-9/monomvn/ChangeLog | 10 +++++-
monomvn-1.8-9/monomvn/DESCRIPTION | 16 +++++-----
monomvn-1.8-9/monomvn/MD5 | 39 ++++++++++++--------------
monomvn-1.8-9/monomvn/NAMESPACE | 25 ++++++++++------
monomvn-1.8-9/monomvn/man/blasso.Rd | 7 +++-
monomvn-1.8-9/monomvn/man/blasso.s3.Rd | 4 +-
monomvn-1.8-9/monomvn/man/bmonomvn.Rd | 4 +-
monomvn-1.8-9/monomvn/man/default.QP.Rd | 2 -
monomvn-1.8-9/monomvn/man/metrics.Rd | 4 +-
monomvn-1.8-9/monomvn/man/monomvn-internal.Rd | 1
monomvn-1.8-9/monomvn/man/monomvn-package.Rd | 6 ++--
monomvn-1.8-9/monomvn/man/monomvn.Rd | 4 +-
monomvn-1.8-9/monomvn/man/monomvn.s3.Rd | 4 +-
monomvn-1.8-9/monomvn/man/monomvn.solve.QP.Rd | 2 -
monomvn-1.8-9/monomvn/man/plot.monomvn.Rd | 4 +-
monomvn-1.8-9/monomvn/man/posdef.approx.Rd | 4 +-
monomvn-1.8-9/monomvn/man/randmvn.Rd | 2 -
monomvn-1.8-9/monomvn/man/regress.Rd | 4 +-
monomvn-1.8-9/monomvn/man/returns.Rd | 2 -
monomvn-1.8-9/monomvn/man/rmono.Rd | 4 +-
21 files changed, 82 insertions(+), 66 deletions(-)
Title: Model-Based Clustering / Normal Mixture Modeling
Diff between mclust versions 3.4.10 dated 2011-05-30 and 3.4.11 dated 2012-01-07
Description: Model-based clustering and normal mixture modeling
including Bayesian regularization
Author: Chris Fraley and Adrian Raftery
Maintainer: Chris Fraley
CHANGELOG | 3 ++-
DESCRIPTION | 12 ++++++------
LICENSE | 2 +-
MD5 |only
NAMESPACE |only
R/zzz.R | 7 ++-----
inst/CITATION | 2 +-
inst/cite | 2 +-
8 files changed, 13 insertions(+), 15 deletions(-)
Title: Dynamic trees for learning and design
Diff between dynaTree versions 1.2-4 dated 2011-12-19 and 1.2-5 dated 2012-01-07
Description: Inference by sequential Monte Carlo for
dynamic tree regression and classification models
with hooks provided for sequential design and optimization,
fully online learning with drift, variable selection, and
sensitivity analysis of inputs. Illustrative
examples from the original dynamic trees paper are facilitated
by demos in the package; see demo(package="dynaTree")
Author: Robert B. Gramacy
Maintainer: Robert B. Gramacy
dynaTree-1.2-4/dynaTree/R/zzz.R |only
dynaTree-1.2-5/dynaTree/ChangeLog | 6 +++++
dynaTree-1.2-5/dynaTree/DESCRIPTION | 8 +++----
dynaTree-1.2-5/dynaTree/MD5 | 13 +++++-------
dynaTree-1.2-5/dynaTree/NAMESPACE | 28 +++++++++++++++++++++++----
dynaTree-1.2-5/dynaTree/demo/elec2.R | 1
dynaTree-1.2-5/dynaTree/man/deletecloud.Rd | 2 -
dynaTree-1.2-5/dynaTree/man/sens.dynaTree.Rd | 5 ++--
8 files changed, 44 insertions(+), 19 deletions(-)
Title: David Scott's ASH routines
Diff between ash versions 1.0-12 dated 2009-09-21 and 1.0-13 dated 2012-01-07
Description: David Scotts ASH routines
Author: S original by David W. Scott
R port by Albrecht Gebhardt
Maintainer: Albrecht Gebhardt
DESCRIPTION | 14 +++++++-------
MD5 |only
NAMESPACE |only
man/ash2.Rd | 6 +++---
4 files changed, 10 insertions(+), 10 deletions(-)
Title: Measuring Inequality, Concentration, and Poverty
Diff between ineq versions 0.2-9 dated 2009-12-16 and 0.2-10 dated 2012-01-07
Description: Inequality, concentration, and poverty measures. Lorenz
curves (empirical and theoretical).
Author: Achim Zeileis [aut, cre]
Maintainer: Achim Zeileis
ineq-0.2-10/ineq/DESCRIPTION | 15 +++++++++------
ineq-0.2-10/ineq/MD5 |only
ineq-0.2-10/ineq/NAMESPACE |only
ineq-0.2-10/ineq/data/Ilocos.rda |binary
ineq-0.2-9/ineq/COPYING |only
ineq-0.2-9/ineq/COPYRIGHT |only
6 files changed, 9 insertions(+), 6 deletions(-)
Title: Genetic algorithms and C-steps based LTS (Least Trimmed Squares)
estimation
Diff between galts versions 1.1 dated 2011-02-05 and 1.2 dated 2012-01-07
Description: This package includes the ga.lts function that estimates
LTS (Least Trimmed Squares) parameters using genetic algorithms
and C-steps. ga.lts() constructs a genetic algorithm to form a
basic subset and iterates C-steps as defined in Rousseeuw and
van-Driessen (2006) to calculate the cost value of the LTS
criterion. OLS(Ordinary Least Squares) regression is known to
be sensitive to outliers. A single outlying observation can
change the values of estimated parameters. LTS is a resistant
estimator even the number of outliers is up to half of the
data. This package is for estimating the LTS parameters with
lower bias and variance in a reasonable time.
Author: Mehmet Hakan Satman
Maintainer: Mehmet Hakan Satman
DESCRIPTION | 8 ++++----
MD5 |only
NAMESPACE |only
man/ga.lts.Rd | 2 ++
man/galts-package.Rd | 2 ++
5 files changed, 8 insertions(+), 4 deletions(-)
Title: Tweedie compound Poisson linear models
Diff between cplm versions 0.4-1 dated 2011-11-08 and 0.5-1 dated 2012-01-07
Description: Fit Tweedie compound Poisson linear models and their Bayesian extensions.
Author: Wayne Zhang
Maintainer: Wayne Zhang
cplm-0.4-1/cplm/man/bcpglmm.Rd |only
cplm-0.4-1/cplm/src/cpglm_em.c |only
cplm-0.5-1/cplm/DESCRIPTION | 12
cplm-0.5-1/cplm/MD5 | 56 +-
cplm-0.5-1/cplm/NAMESPACE | 31 -
cplm-0.5-1/cplm/NEWS | 146 ++++---
cplm-0.5-1/cplm/R/bcpglm.R | 302 +++++++--------
cplm-0.5-1/cplm/R/bcpglmm.R | 91 +++-
cplm-0.5-1/cplm/R/classMethods.R | 584 +++++++++++++++++++++++++-----
cplm-0.5-1/cplm/R/cpglm.R | 426 ++++++---------------
cplm-0.5-1/cplm/R/cpglmm.R | 267 ++++++++-----
cplm-0.5-1/cplm/R/spline.R |only
cplm-0.5-1/cplm/R/utilities.R | 235 ++++++++++--
cplm-0.5-1/cplm/man/bcpglm.Rd | 371 +++++++++++--------
cplm-0.5-1/cplm/man/cpglm.Rd | 266 +++++--------
cplm-0.5-1/cplm/man/cpglmm.Rd | 182 +++++----
cplm-0.5-1/cplm/man/cplm-class-methods.Rd | 35 -
cplm-0.5-1/cplm/man/cplm-package.Rd | 28 -
cplm-0.5-1/cplm/man/sp2d.Rd |only
cplm-0.5-1/cplm/src/bcpglm_lat.c | 203 ++++------
cplm-0.5-1/cplm/src/bcpglm_tw.c | 28 -
cplm-0.5-1/cplm/src/bcpglmm_lat.c |only
cplm-0.5-1/cplm/src/bcpglmm_tw.c | 152 +------
cplm-0.5-1/cplm/src/cpglmm_lap.c | 246 ++++++++----
cplm-0.5-1/cplm/src/cplm.h | 60 ++-
cplm-0.5-1/cplm/src/init.c | 29 +
cplm-0.5-1/cplm/src/latent_sim.c |only
cplm-0.5-1/cplm/src/utilities.c | 232 +++++++++++
cplm-0.5-1/cplm/test/test_bcpglm.R | 5
cplm-0.5-1/cplm/test/test_bcpglmm.R | 2
cplm-0.5-1/cplm/test/test_cpglmm.R | 20 -
cplm-0.5-1/cplm/test/test_cpglmm2.R | 4
32 files changed, 2384 insertions(+), 1629 deletions(-)
Title: The multivariate normal and t distributions
Diff between mnormt versions 1.4-3 dated 2011-05-04 and 1.4-5 dated 2012-01-07
Description: This package provides functions for computing the density and the
distribution function of multivariate normal and multivariate "t" variates,
and for generating random vectors sampled from these distributions.
Probabilities are computed via a non-Monte Carlo method; different routines
are used for the case d=1, d=2, d>2, if d denotes the number of dimensions.
Author: Fortran code by Alan Genz, R code by Adelchi Azzalini
Maintainer: Adelchi Azzalini
DESCRIPTION | 21 ++++++++++-----------
MD5 |only
NAMESPACE |only
R/mnormt.R | 2 +-
history.txt | 1 +
src/sadmvnt.f | 1 +
6 files changed, 13 insertions(+), 12 deletions(-)
Title: Density estimation and nonparametric regression on irregular
regions
Diff between latticeDensity versions 1.0.6 dated 2011-06-25 and 1.0.7 dated 2012-01-07
More information about latticeDensity at CRAN
Description: This package contains functions that compute the
lattice-based density estimator of Barry and McIntyre, which
accounts for point processes in two-dimensional regions with
irregular boundaries and holes. The package also implements
two-dimensional non-parametric regression for similar regions.
Author: Ronald Barry
Maintainer: Ronald Barry
DESCRIPTION | 16 ++++++++--------
MD5 |only
NEWS | 6 ++++++
R/nodeFilling.R | 1 +
4 files changed, 15 insertions(+), 8 deletions(-)
Permanent link
Title: functions in Grid graphics
Diff between gridExtra versions 0.8.5 dated 2011-10-27 and 0.9 dated 2012-01-07
Description: misc. high-level Grid functions
Author: Baptiste Auguie
Maintainer: baptiste
gridExtra-0.8.5/gridExtra/inst/tableGrob2.r |only
gridExtra-0.9/gridExtra/DESCRIPTION | 16 +-
gridExtra-0.9/gridExtra/MD5 | 89 ++++++-------
gridExtra-0.9/gridExtra/NAMESPACE | 59 ++++++++
gridExtra-0.9/gridExtra/NEWS | 13 +
gridExtra-0.9/gridExtra/R/arcText.r | 9 -
gridExtra-0.9/gridExtra/R/arrange.r | 155 +++++++++++++++--------
gridExtra-0.9/gridExtra/R/barbedGrob.r | 13 +
gridExtra-0.9/gridExtra/R/borderGrob.r | 3
gridExtra-0.9/gridExtra/R/colorstripGrob.r | 9 -
gridExtra-0.9/gridExtra/R/ebimage.r | 4
gridExtra-0.9/gridExtra/R/ellipseGrob.r | 3
gridExtra-0.9/gridExtra/R/gridExtra-package.r | 39 +----
gridExtra-0.9/gridExtra/R/grob-utils.r | 19 ++
gridExtra-0.9/gridExtra/R/ngonGrob.r | 4
gridExtra-0.9/gridExtra/R/patternGrob.r | 12 +
gridExtra-0.9/gridExtra/R/pixmap.r | 10 -
gridExtra-0.9/gridExtra/R/polygon.regular.r | 29 +---
gridExtra-0.9/gridExtra/R/rpattern.r | 14 +-
gridExtra-0.9/gridExtra/R/stextGrob.r | 4
gridExtra-0.9/gridExtra/R/tableGrob.r | 18 ++
gridExtra-0.9/gridExtra/TODO | 6
gridExtra-0.9/gridExtra/inst/test/tableGrob2.r |only
gridExtra-0.9/gridExtra/man/arcTextGrob.Rd | 47 +++++-
gridExtra-0.9/gridExtra/man/arrangeGrob.Rd | 78 +++++------
gridExtra-0.9/gridExtra/man/barbedGrob.Rd | 73 +++++++---
gridExtra-0.9/gridExtra/man/borderGrob.Rd | 53 +++++--
gridExtra-0.9/gridExtra/man/colorstripGrob.Rd | 48 ++++---
gridExtra-0.9/gridExtra/man/ebimageGrob.Rd | 56 ++++++--
gridExtra-0.9/gridExtra/man/ellipseGrob.Rd | 46 +++++-
gridExtra-0.9/gridExtra/man/expand.arguments.Rd | 26 ++-
gridExtra-0.9/gridExtra/man/gridExtra-package.Rd | 25 +--
gridExtra-0.9/gridExtra/man/interleaven.Rd | 34 +++--
gridExtra-0.9/gridExtra/man/marrangeGrob.Rd |only
gridExtra-0.9/gridExtra/man/ngonGrob.Rd | 49 +++++--
gridExtra-0.9/gridExtra/man/patternGrob.Rd | 70 +++++++---
gridExtra-0.9/gridExtra/man/pixmapGrob.Rd | 50 +++++--
gridExtra-0.9/gridExtra/man/polygon.regular.Rd | 31 +++-
gridExtra-0.9/gridExtra/man/polygon.star.Rd | 23 ++-
gridExtra-0.9/gridExtra/man/polygon1.Rd | 25 ++-
gridExtra-0.9/gridExtra/man/read.tiff.Rd | 19 +-
gridExtra-0.9/gridExtra/man/rowMax.units.Rd | 23 ++-
gridExtra-0.9/gridExtra/man/rpatternGrob.Rd | 62 ++++++---
gridExtra-0.9/gridExtra/man/stextGrob.Rd | 22 ++-
gridExtra-0.9/gridExtra/man/tableGrob.Rd | 147 +++++++++++++++------
gridExtra-0.9/gridExtra/man/theme.default.Rd | 25 ++-
gridExtra-0.9/gridExtra/man/virtualGrob.Rd | 35 ++++-
47 files changed, 1081 insertions(+), 514 deletions(-)