Mon, 20 Apr 2009

Package limSolve updated to version 1.5 with previous version 1.4 dated 2009-04-15

Author: Karline Soetaert , Karel Van den Meersche , Dick van Oevelen
Title: Solving Linear Inverse Models
Description: Functions that (1.) Find the minimum/maximum of a linear or quadratic function: min or max (f(x)), where f(x) = ||Ax-b||^2 or f(x) = sum(ai*xi) subject to equality constraints Ex=f and/or inequality constraints Gx>=h. (2.) Sample an underdetermined- or overdetermined system Ex=f subject to Gx>=h, and if applicable Ax~=b. (3.) Solve a linear system Ax=B for the unknown x. Includes banded and tridiagonal linear systems. The package calls Fortran functions from LINPACK

Diff between limSolve versions 1.4 dated 2009-04-15 and 1.5 dated 2009-04-20

 limSolve-1.4/limSolve/inst/doc/Mirrortechnique-fig01.pdf |only
 limSolve-1.4/limSolve/inst/doc/jss.bst                   |only
 limSolve-1.4/limSolve/inst/doc/jss.cls                   |only
 limSolve-1.5/limSolve/DESCRIPTION                        |   12 
 limSolve-1.5/limSolve/inst/CITATION                      |only
 limSolve-1.5/limSolve/inst/doc/JSS-373-fig1.pdf          |only
 limSolve-1.5/limSolve/inst/doc/JSS-373-fig2.pdf          |only
 limSolve-1.5/limSolve/inst/doc/limSolve.pdf              |84401 +++++++--------
 limSolve-1.5/limSolve/inst/doc/limSolve.rnw              |   39 
 limSolve-1.5/limSolve/inst/doc/vignettes.bib             |  189 
 limSolve-1.5/limSolve/inst/doc/xsample.pdf               |binary
 limSolve-1.5/limSolve/inst/doc/xsample.rnw               |  843 
 limSolve-1.5/limSolve/man/limSolve.rd                    |    8 
 limSolve-1.5/limSolve/man/xsample.Rd                     |    6 
 14 files changed, 42914 insertions(+), 42584 deletions(-)

More information about limSolve at CRAN
Permanent link

Package ggplot2 updated to version 0.8.3 with previous version 0.8.2 dated 2009-02-25

Author: Hadley Wickham
Title: An implementation of the Grammar of Graphics
Description: An implementation of the grammar of graphics in R. It combines the advantages of both base and lattice graphics: conditioning and shared axes are handled automatically, and you can still build up a plot step by step from multiple data sources. It also implements a sophisticated multidimensional conditioning system and a consistent interface to map data to aesthetic attributes. See the ggplot2 website for more information, documentation and examples.

Diff between ggplot2 versions 0.8.2 dated 2009-02-25 and 0.8.3 dated 2009-04-20

 ggplot2-0.8.2/ggplot2/R/guides-strip.r                           |only
 ggplot2-0.8.2/ggplot2/R/utilities-geoms.r                        |only
 ggplot2-0.8.2/ggplot2/man/calc-aesthetics-5l.rd                  |only
 ggplot2-0.8.2/ggplot2/man/labels-default-fs.rd                   |only
 ggplot2-0.8.3/ggplot2/ANNOUNCE                                   |    3 
 ggplot2-0.8.3/ggplot2/CHANGELOG                                  |   42 ++
 ggplot2-0.8.3/ggplot2/DESCRIPTION                                |   61 ++-
 ggplot2-0.8.3/ggplot2/NEWS                                       |   65 +--
 ggplot2-0.8.3/ggplot2/R/aaa-html.r                               |   23 -
 ggplot2-0.8.3/ggplot2/R/aes.r                                    |   22 +
 ggplot2-0.8.3/ggplot2/R/annotation.r                             |only
 ggplot2-0.8.3/ggplot2/R/facet-grid-.r                            |  202 +++++-----
 ggplot2-0.8.3/ggplot2/R/facet-labels.r                           |only
 ggplot2-0.8.3/ggplot2/R/facet-wrap.r                             |  163 ++++----
 ggplot2-0.8.3/ggplot2/R/fortify-map.r                            |    2 
 ggplot2-0.8.3/ggplot2/R/fortify-spatial.r                        |only
 ggplot2-0.8.3/ggplot2/R/fortify.r                                |    9 
 ggplot2-0.8.3/ggplot2/R/geom-.r                                  |    5 
 ggplot2-0.8.3/ggplot2/R/geom-abline.r                            |   16 
 ggplot2-0.8.3/ggplot2/R/geom-bar-.r                              |   31 -
 ggplot2-0.8.3/ggplot2/R/geom-bar-histogram.r                     |   17 
 ggplot2-0.8.3/ggplot2/R/geom-bin2d.r                             |    2 
 ggplot2-0.8.3/ggplot2/R/geom-boxplot.r                           |    8 
 ggplot2-0.8.3/ggplot2/R/geom-crossbar.r                          |    2 
 ggplot2-0.8.3/ggplot2/R/geom-error.r                             |   11 
 ggplot2-0.8.3/ggplot2/R/geom-errorh.r                            |only
 ggplot2-0.8.3/ggplot2/R/geom-hex.r                               |    5 
 ggplot2-0.8.3/ggplot2/R/geom-hline.r                             |   25 -
 ggplot2-0.8.3/ggplot2/R/geom-linerange.r                         |    5 
 ggplot2-0.8.3/ggplot2/R/geom-path-.r                             |   55 +-
 ggplot2-0.8.3/ggplot2/R/geom-path-contour.r                      |    2 
 ggplot2-0.8.3/ggplot2/R/geom-path-density2d.r                    |    2 
 ggplot2-0.8.3/ggplot2/R/geom-path-line.r                         |    2 
 ggplot2-0.8.3/ggplot2/R/geom-path-step.r                         |    3 
 ggplot2-0.8.3/ggplot2/R/geom-point-.r                            |   24 -
 ggplot2-0.8.3/ggplot2/R/geom-pointrange.r                        |   12 
 ggplot2-0.8.3/ggplot2/R/geom-polygon.r                           |    7 
 ggplot2-0.8.3/ggplot2/R/geom-rect.r                              |    4 
 ggplot2-0.8.3/ggplot2/R/geom-ribbon-.r                           |    6 
 ggplot2-0.8.3/ggplot2/R/geom-ribbon-density.r                    |    2 
 ggplot2-0.8.3/ggplot2/R/geom-rug.r                               |    6 
 ggplot2-0.8.3/ggplot2/R/geom-segment.r                           |   14 
 ggplot2-0.8.3/ggplot2/R/geom-smooth.r                            |   11 
 ggplot2-0.8.3/ggplot2/R/geom-text.r                              |   20 
 ggplot2-0.8.3/ggplot2/R/geom-tile.r                              |    4 
 ggplot2-0.8.3/ggplot2/R/geom-vline.r                             |   23 -
 ggplot2-0.8.3/ggplot2/R/grob-grid.r                              |only
 ggplot2-0.8.3/ggplot2/R/guides-axis.r                            |    4 
 ggplot2-0.8.3/ggplot2/R/guides-legend.r                          |    8 
 ggplot2-0.8.3/ggplot2/R/layer.r                                  |  134 +++---
 ggplot2-0.8.3/ggplot2/R/matrix.r                                 |    2 
 ggplot2-0.8.3/ggplot2/R/plot-build.r                             |    4 
 ggplot2-0.8.3/ggplot2/R/plot-construction.r                      |    2 
 ggplot2-0.8.3/ggplot2/R/plot-render.r                            |   24 -
 ggplot2-0.8.3/ggplot2/R/plot.r                                   |   11 
 ggplot2-0.8.3/ggplot2/R/position-collide.r                       |    4 
 ggplot2-0.8.3/ggplot2/R/position-dodge.r                         |    2 
 ggplot2-0.8.3/ggplot2/R/position-fill.r                          |    2 
 ggplot2-0.8.3/ggplot2/R/position-jitter.r                        |    2 
 ggplot2-0.8.3/ggplot2/R/position-stack.r                         |   12 
 ggplot2-0.8.3/ggplot2/R/scale-.r                                 |    5 
 ggplot2-0.8.3/ggplot2/R/scale-continuous-.r                      |    5 
 ggplot2-0.8.3/ggplot2/R/scale-continuous-alpha.r                 |only
 ggplot2-0.8.3/ggplot2/R/scale-continuous-colour.r                |   28 -
 ggplot2-0.8.3/ggplot2/R/scale-convenience.r                      |   65 ++-
 ggplot2-0.8.3/ggplot2/R/scale-date.r                             |    2 
 ggplot2-0.8.3/ggplot2/R/scale-discrete-.r                        |   14 
 ggplot2-0.8.3/ggplot2/R/scale-discrete-colour.r                  |   45 +-
 ggplot2-0.8.3/ggplot2/R/scale-discrete-position.r                |   25 -
 ggplot2-0.8.3/ggplot2/R/scale-identity.r                         |    2 
 ggplot2-0.8.3/ggplot2/R/scale-manual.r                           |   38 +
 ggplot2-0.8.3/ggplot2/R/scales-.r                                |   29 -
 ggplot2-0.8.3/ggplot2/R/stat-.r                                  |    2 
 ggplot2-0.8.3/ggplot2/R/stat-bin.r                               |    6 
 ggplot2-0.8.3/ggplot2/R/stat-smooth.r                            |   27 -
 ggplot2-0.8.3/ggplot2/R/stat-sum.r                               |    7 
 ggplot2-0.8.3/ggplot2/R/stat-summary.r                           |   70 +--
 ggplot2-0.8.3/ggplot2/R/stat-vline.r                             |    5 
 ggplot2-0.8.3/ggplot2/R/summary.r                                |   11 
 ggplot2-0.8.3/ggplot2/R/templates.r                              |    7 
 ggplot2-0.8.3/ggplot2/R/theme-defaults.r                         |    4 
 ggplot2-0.8.3/ggplot2/R/trans-.r                                 |    5 
 ggplot2-0.8.3/ggplot2/R/utilities-colour.r                       |   17 
 ggplot2-0.8.3/ggplot2/R/utilities-discrete.r                     |only
 ggplot2-0.8.3/ggplot2/R/utilities-facet.r                        |   15 
 ggplot2-0.8.3/ggplot2/R/utilities-layer.r                        |    2 
 ggplot2-0.8.3/ggplot2/R/utilities-matrix.r                       |   15 
 ggplot2-0.8.3/ggplot2/R/utilities-resolution.r                   |only
 ggplot2-0.8.3/ggplot2/R/utilities.r                              |   18 
 ggplot2-0.8.3/ggplot2/R/xxx.r                                    |    2 
 ggplot2-0.8.3/ggplot2/R/zxx.r                                    |    7 
 ggplot2-0.8.3/ggplot2/data/msleep.rda                            |binary
 ggplot2-0.8.3/ggplot2/data/presidential.rda                      |only
 ggplot2-0.8.3/ggplot2/load.r                                     |   28 -
 ggplot2-0.8.3/ggplot2/man/add-missing-levels-di.rd               |    4 
 ggplot2-0.8.3/ggplot2/man/aes-all-9y.rd                          |only
 ggplot2-0.8.3/ggplot2/man/aes-s3.rd                              |    1 
 ggplot2-0.8.3/ggplot2/man/annotate-kz.rd                         |only
 ggplot2-0.8.3/ggplot2/man/diamonds.rd                            |    4 
 ggplot2-0.8.3/ggplot2/man/discrete-range-fu.rd                   |    2 
 ggplot2-0.8.3/ggplot2/man/economics.rd                           |    4 
 ggplot2-0.8.3/ggplot2/man/empty-cs.rd                            |only
 ggplot2-0.8.3/ggplot2/man/facet_grid.rd                          |   10 
 ggplot2-0.8.3/ggplot2/man/facet_wrap.rd                          |   12 
 ggplot2-0.8.3/ggplot2/man/fortify-SpatialPolygonsDataFrame-n8.rd |only
 ggplot2-0.8.3/ggplot2/man/fortify-dm.rd                          |    3 
 ggplot2-0.8.3/ggplot2/man/geom_abline.rd                         |    5 
 ggplot2-0.8.3/ggplot2/man/geom_area.rd                           |    1 
 ggplot2-0.8.3/ggplot2/man/geom_bar.rd                            |   27 -
 ggplot2-0.8.3/ggplot2/man/geom_bin2d.rd                          |    9 
 ggplot2-0.8.3/ggplot2/man/geom_boxplot.rd                        |    7 
 ggplot2-0.8.3/ggplot2/man/geom_contour.rd                        |    1 
 ggplot2-0.8.3/ggplot2/man/geom_crossbar.rd                       |    5 
 ggplot2-0.8.3/ggplot2/man/geom_density.rd                        |    1 
 ggplot2-0.8.3/ggplot2/man/geom_density2d.rd                      |    1 
 ggplot2-0.8.3/ggplot2/man/geom_errorbar.rd                       |    7 
 ggplot2-0.8.3/ggplot2/man/geom_errorbarh.rd                      |only
 ggplot2-0.8.3/ggplot2/man/geom_freqpoly.rd                       |    1 
 ggplot2-0.8.3/ggplot2/man/geom_hex.rd                            |    1 
 ggplot2-0.8.3/ggplot2/man/geom_histogram.rd                      |   18 
 ggplot2-0.8.3/ggplot2/man/geom_hline.rd                          |   10 
 ggplot2-0.8.3/ggplot2/man/geom_jitter.rd                         |    1 
 ggplot2-0.8.3/ggplot2/man/geom_line.rd                           |    1 
 ggplot2-0.8.3/ggplot2/man/geom_linerange.rd                      |    8 
 ggplot2-0.8.3/ggplot2/man/geom_path.rd                           |   11 
 ggplot2-0.8.3/ggplot2/man/geom_point.rd                          |   14 
 ggplot2-0.8.3/ggplot2/man/geom_pointrange.rd                     |    5 
 ggplot2-0.8.3/ggplot2/man/geom_polygon.rd                        |    1 
 ggplot2-0.8.3/ggplot2/man/geom_quantile.rd                       |    1 
 ggplot2-0.8.3/ggplot2/man/geom_rect.rd                           |    9 
 ggplot2-0.8.3/ggplot2/man/geom_ribbon.rd                         |    5 
 ggplot2-0.8.3/ggplot2/man/geom_rug.rd                            |    1 
 ggplot2-0.8.3/ggplot2/man/geom_segment.rd                        |   10 
 ggplot2-0.8.3/ggplot2/man/geom_smooth.rd                         |    5 
 ggplot2-0.8.3/ggplot2/man/geom_step.rd                           |    1 
 ggplot2-0.8.3/ggplot2/man/geom_text.rd                           |    7 
 ggplot2-0.8.3/ggplot2/man/geom_tile.rd                           |    1 
 ggplot2-0.8.3/ggplot2/man/geom_vline.rd                          |    8 
 ggplot2-0.8.3/ggplot2/man/ggpcp-g3.rd                            |    4 
 ggplot2-0.8.3/ggplot2/man/ggplotGrob-1l.rd                       |    8 
 ggplot2-0.8.3/ggplot2/man/grobGrid-67.rd                         |only
 ggplot2-0.8.3/ggplot2/man/guide-legends-box-m7.rd                |    4 
 ggplot2-0.8.3/ggplot2/man/label-both-cu.rd                       |only
 ggplot2-0.8.3/ggplot2/man/label-bquote-es.rd                     |only
 ggplot2-0.8.3/ggplot2/man/label-parsed-ov.rd                     |only
 ggplot2-0.8.3/ggplot2/man/label-value-9n.rd                      |only
 ggplot2-0.8.3/ggplot2/man/limits-nu.rd                           |only
 ggplot2-0.8.3/ggplot2/man/midwest.rd                             |    4 
 ggplot2-0.8.3/ggplot2/man/movies.rd                              |   12 
 ggplot2-0.8.3/ggplot2/man/mpg.rd                                 |    4 
 ggplot2-0.8.3/ggplot2/man/msleep.rd                              |    4 
 ggplot2-0.8.3/ggplot2/man/nice-ramp-fd.rd                        |    2 
 ggplot2-0.8.3/ggplot2/man/presidential.rd                        |only
 ggplot2-0.8.3/ggplot2/man/print-ggplot-0n.rd                     |    2 
 ggplot2-0.8.3/ggplot2/man/resolution-3n.rd                       |    9 
 ggplot2-0.8.3/ggplot2/man/scale_alpha.rd                         |only
 ggplot2-0.8.3/ggplot2/man/scale_brewer.rd                        |   17 
 ggplot2-0.8.3/ggplot2/man/scale_discrete.rd                      |    7 
 ggplot2-0.8.3/ggplot2/man/scale_gradient.rd                      |   10 
 ggplot2-0.8.3/ggplot2/man/scale_gradient2.rd                     |    6 
 ggplot2-0.8.3/ggplot2/man/scale_gradientn.rd                     |    6 
 ggplot2-0.8.3/ggplot2/man/scale_hue.rd                           |   13 
 ggplot2-0.8.3/ggplot2/man/scale_linetype.rd                      |    3 
 ggplot2-0.8.3/ggplot2/man/scale_manual.rd                        |   19 
 ggplot2-0.8.3/ggplot2/man/stat_contour.rd                        |    2 
 ggplot2-0.8.3/ggplot2/man/stat_smooth.rd                         |   21 -
 ggplot2-0.8.3/ggplot2/man/stat_sum.rd                            |    4 
 ggplot2-0.8.3/ggplot2/man/stat_summary.rd                        |   20 
 ggplot2-0.8.3/ggplot2/man/wrap-hmisc-hc.rd                       |   15 
 ggplot2-0.8.3/ggplot2/templates/qplot.html                       |    2 
 170 files changed, 1230 insertions(+), 824 deletions(-)

More information about ggplot2 at CRAN
Permanent link

Package agricolae updated to version 1.0-7 with previous version 1.0-6 dated 2008-12-17

Author: Felipe de Mendiburu
Title: Statistical Procedures for Agricultural Research
Description: Agricolae is a project in order to obtain the degree of master in Systems Engineering in the National University of Engineering in Lima-Peru (UNI in Spanish). These functions are currently utilized by the International Potato Center Research (CIP), the Universidad Nacional Agraria La Molina (UNALM-PERU), and the Instituto Nacional de Investigacion Agricola (INIA-PERU). It comprises the functionality of statistical analysis into experimental designs applied specially for field experiments in agriculture and plant breeding: Lattice, factorial, complete and incomplete block, Latin Square, Greaco, Alpha designs, Cyclic designs, comparison of multi-location trials, comparison between treatments, resampling, simulation, biodiversity indexes and consensus cluster.

Diff between agricolae versions 1.0-6 dated 2008-12-17 and 1.0-7 dated 2009-04-20

 DESCRIPTION               |   38 ++++++++++++++++++++++++++------------
 NAMESPACE                 |only
 R/graph.freq.R            |    4 ++--
 R/plot.graph.freq.R       |only
 R/summary.graph.freq.R    |only
 R/table.freq.R            |    8 ++++----
 man/agricolae.package.Rd  |    4 ++--
 man/cv.model.Rd           |    2 +-
 man/design.bib.Rd         |    2 +-
 man/index.bio.Rd          |    4 +++-
 man/index.smith.Rd        |    2 +-
 man/kurtosis.Rd           |    6 ------
 man/plot.graph.freq.Rd    |only
 man/skewness.Rd           |    6 ------
 man/summary.graph.freq.Rd |only
 man/table.freq.Rd         |    8 ++++----
 16 files changed, 44 insertions(+), 40 deletions(-)

More information about agricolae at CRAN
Permanent link

Package ZIGP updated to version 3.4 with previous version 3.3 dated 2009-03-09

Author: Vinzenz Erhardt
Title: Zero Inflated Generalized Poisson (ZIGP) regression models
Description: Fit, analyze and compare GP, ZIP and ZIGP regression models

Diff between ZIGP versions 3.3 dated 2009-03-09 and 3.4 dated 2009-04-20

 DESCRIPTION            |   13 +
 R/est.zigp.r           |  326 +++++++++++++++++++++++++++----------------------
 R/gradient.r           |    2 
 R/gradient1.r          |    2 
 R/mle.zigp.full.like.r |    2 
 R/mle.zigp.r           |  195 ++++++++++++++++-------------
 man/ZIGP-package.rd    |    4 
 man/est.zigp.rd        |   25 +--
 man/mle.zigp.rd        |   55 ++++----
 9 files changed, 349 insertions(+), 275 deletions(-)

More information about ZIGP at CRAN
Permanent link

Package StatFingerprints updated to version 1.3 with previous version 1.2.1 dated 2009-02-23

Author: Rory Michelland ,Laurent Cauquil
Title: StatFingerprints
Description: processing and statistical analysis of molecular fingerprint profiles

Diff between StatFingerprints versions 1.2.1 dated 2009-02-23 and 1.3 dated 2009-04-20

 StatFingerprints-1.2.1/StatFingerprints/R/StatFingerprints.R             |only
 StatFingerprints-1.2.1/StatFingerprints/R/align.R                        |only
 StatFingerprints-1.2.1/StatFingerprints/R/alignGUI.R                     |only
 StatFingerprints-1.2.1/StatFingerprints/R/askquitGUI.R                   |only
 StatFingerprints-1.2.1/StatFingerprints/R/baselineGUI.R                  |only
 StatFingerprints-1.2.1/StatFingerprints/R/best.nmdsGUI.R                 |only
 StatFingerprints-1.2.1/StatFingerprints/R/best.ordinationGUI.R           |only
 StatFingerprints-1.2.1/StatFingerprints/R/ffcorGUI.R                     |only
 StatFingerprints-1.2.1/StatFingerprints/R/globalanosimGUI.R              |only
 StatFingerprints-1.2.1/StatFingerprints/R/iterative.testGUI.R            |only
 StatFingerprints-1.2.1/StatFingerprints/R/loadGUI.R                      |only
 StatFingerprints-1.2.1/StatFingerprints/R/normalisationGUI.R             |only
 StatFingerprints-1.2.1/StatFingerprints/R/pcaGUI.R                       |only
 StatFingerprints-1.2.1/StatFingerprints/R/plot2dGUI.R                    |only
 StatFingerprints-1.2.1/StatFingerprints/R/plot3dimGUI.R                  |only
 StatFingerprints-1.2.1/StatFingerprints/R/plotordGUI.R                   |only
 StatFingerprints-1.2.1/StatFingerprints/R/pwanosimGUI.R                  |only
 StatFingerprints-1.2.1/StatFingerprints/R/roxnewGUI.R                    |only
 StatFingerprints-1.2.1/StatFingerprints/R/saveGUI.R                      |only
 StatFingerprints-1.2.1/StatFingerprints/R/saveasGUI.R                    |only
 StatFingerprints-1.2.1/StatFingerprints/R/simperGUI.R                    |only
 StatFingerprints-1.2.1/StatFingerprints/R/trunckGUI.R                    |only
 StatFingerprints-1.2.1/StatFingerprints/R/withingroupvariabilityGUI.R    |only
 StatFingerprints-1.2.1/StatFingerprints/Thumbs.db                        |only
 StatFingerprints-1.2.1/StatFingerprints/inst/Thumbs.db                   |only
 StatFingerprints-1.2.1/StatFingerprints/man/StatFingerprints-internal.Rd |only
 StatFingerprints-1.3/StatFingerprints/DESCRIPTION                        |   25 +
 StatFingerprints-1.3/StatFingerprints/R/StatFingerprints.r               |only
 StatFingerprints-1.3/StatFingerprints/R/addGUI.R                         |    2 
 StatFingerprints-1.3/StatFingerprints/R/align.r                          |only
 StatFingerprints-1.3/StatFingerprints/R/alignGUI.r                       |only
 StatFingerprints-1.3/StatFingerprints/R/anovaGUI.r                       |  105 ++++---
 StatFingerprints-1.3/StatFingerprints/R/askquitGUI.r                     |only
 StatFingerprints-1.3/StatFingerprints/R/baseline.R                       |    3 
 StatFingerprints-1.3/StatFingerprints/R/baselineGUI.r                    |only
 StatFingerprints-1.3/StatFingerprints/R/best.nmdsGUI.r                   |only
 StatFingerprints-1.3/StatFingerprints/R/best.ordinationGUI.r             |only
 StatFingerprints-1.3/StatFingerprints/R/binaryGUI.r                      |   18 -
 StatFingerprints-1.3/StatFingerprints/R/change.nameGUI.R                 |    7 
 StatFingerprints-1.3/StatFingerprints/R/checkfact.r                      |only
 StatFingerprints-1.3/StatFingerprints/R/checkparam.r                     |only
 StatFingerprints-1.3/StatFingerprints/R/checkprofile.r                   |only
 StatFingerprints-1.3/StatFingerprints/R/convertGUI.r                     |  134 +++++----
 StatFingerprints-1.3/StatFingerprints/R/correlationGUI.R                 |    3 
 StatFingerprints-1.3/StatFingerprints/R/delete.background.R              |    2 
 StatFingerprints-1.3/StatFingerprints/R/delete.backgroundGUI.R           |   44 +--
 StatFingerprints-1.3/StatFingerprints/R/deleteGUI.R                      |   10 
 StatFingerprints-1.3/StatFingerprints/R/deletefactGUI.r                  |  143 ++++++----
 StatFingerprints-1.3/StatFingerprints/R/dendoGUI.R                       |    4 
 StatFingerprints-1.3/StatFingerprints/R/des.univGUI.R                    |    5 
 StatFingerprints-1.3/StatFingerprints/R/ffcorGUI.r                       |only
 StatFingerprints-1.3/StatFingerprints/R/globalanosimGUI.r                |only
 StatFingerprints-1.3/StatFingerprints/R/heat.mapGUI.R                    |    4 
 StatFingerprints-1.3/StatFingerprints/R/importGUI3.r                     |    3 
 StatFingerprints-1.3/StatFingerprints/R/iterative.test.R                 |   22 -
 StatFingerprints-1.3/StatFingerprints/R/iterative.testGUI.r              |only
 StatFingerprints-1.3/StatFingerprints/R/loadGUI.r                        |only
 StatFingerprints-1.3/StatFingerprints/R/make.peak.r                      |  119 ++++----
 StatFingerprints-1.3/StatFingerprints/R/make.peakGUI.r                   |   29 +-
 StatFingerprints-1.3/StatFingerprints/R/newrdata.r                       |   41 +-
 StatFingerprints-1.3/StatFingerprints/R/normalisation.R                  |   14 
 StatFingerprints-1.3/StatFingerprints/R/normalisationGUI.r               |only
 StatFingerprints-1.3/StatFingerprints/R/pcaGUI.r                         |only
 StatFingerprints-1.3/StatFingerprints/R/permanovaGUI.r                   |   17 -
 StatFingerprints-1.3/StatFingerprints/R/plot2dGUI.r                      |only
 StatFingerprints-1.3/StatFingerprints/R/plot3dim.R                       |    2 
 StatFingerprints-1.3/StatFingerprints/R/plot3dimGUI.r                    |only
 StatFingerprints-1.3/StatFingerprints/R/plotord3dGUI.R                   |    3 
 StatFingerprints-1.3/StatFingerprints/R/plotordGUI.r                     |only
 StatFingerprints-1.3/StatFingerprints/R/pwanosim.R                       |    1 
 StatFingerprints-1.3/StatFingerprints/R/pwanosimGUI.r                    |only
 StatFingerprints-1.3/StatFingerprints/R/rollball.R                       |    2 
 StatFingerprints-1.3/StatFingerprints/R/roxdefault.R                     |   37 +-
 StatFingerprints-1.3/StatFingerprints/R/roxnewGUI.r                      |only
 StatFingerprints-1.3/StatFingerprints/R/saveGUI.r                        |only
 StatFingerprints-1.3/StatFingerprints/R/saveasGUI.r                      |only
 StatFingerprints-1.3/StatFingerprints/R/simper.R                         |    2 
 StatFingerprints-1.3/StatFingerprints/R/simperGUI.r                      |only
 StatFingerprints-1.3/StatFingerprints/R/trunck.r                         |    3 
 StatFingerprints-1.3/StatFingerprints/R/trunckGUI.r                      |only
 StatFingerprints-1.3/StatFingerprints/R/withingroupvariability.R         |    2 
 StatFingerprints-1.3/StatFingerprints/R/withingroupvariabilityGUI.r      |only
 StatFingerprints-1.3/StatFingerprints/inst/doc/StatFingerprintsUM.pdf    |binary
 StatFingerprints-1.3/StatFingerprints/man/StatFingerprints-internal.rd   |only
 StatFingerprints-1.3/StatFingerprints/man/StatFingerprints-package.rd    |    4 
 85 files changed, 452 insertions(+), 358 deletions(-)

More information about StatFingerprints at CRAN
Permanent link

Package timeSeries updated to version 2100.83 with previous version 2100.82 dated 2009-04-17

Author: Diethelm Wuertz and Yohan Chalabi
Title: Rmetrics - Financial Time Series Objects
Description: Environment for teaching "Financial Engineering and Computational Finance"

Diff between timeSeries versions 2100.82 dated 2009-04-17 and 2100.83 dated 2009-04-20

 ChangeLog   |    5 +++++
 DESCRIPTION |   12 ++++++------
 2 files changed, 11 insertions(+), 6 deletions(-)

More information about timeSeries at CRAN
Permanent link

New package xterm256 with initial version 0.0
Package: xterm256
Type: Package
Title: Support for xterm256 escape sequences
Version: 0.0
Date: 2009-04-18
Author: Romain Francois
Maintainer: Romain Francois
Description: Support for xterm256 escape sequences, enabling R functions to take advantage of foreground color, background color, in capable terminals
License: GPL-3
LazyLoad: yes
Repository: CRAN
Repository/R-Forge/Project: highlight
Repository/R-Forge/Revision: 68
Date/Publication: 2009-04-20 07:32:06
Packaged: 2009-04-19 03:56:31 UTC; rforge

More information about xterm256 at CRAN
Permanent link

Package fPortfolio updated to version 2100.77 with previous version 2100.76 dated 2009-04-17

Author: Diethelm Wuertz
Title: Rmetrics - Portfolio Selection and Optimization
Description: Environment for teaching "Financial Engineering and Computational Finance"

Diff between fPortfolio versions 2100.76 dated 2009-04-17 and 2100.77 dated 2009-04-20

 ChangeLog              |   21 +++++++++++++
 DESCRIPTION            |   14 ++++-----
 NAMESPACE              |    1 
 R/efficientPortfolio.R |   75 ++++++++++++++++++++++++++++++++++++++++++++++---
 R/methods-show.R       |   22 +++++++-------
 R/portfolioSpec.R      |   38 ++++++++++++++++++++++++
 R/solveRglpk.R         |    8 ++---
 7 files changed, 154 insertions(+), 25 deletions(-)

More information about fPortfolio at CRAN
Permanent link

Package fGarch updated to version 2100.78 with previous version 290.77 dated 2009-04-16

Author: Diethelm Wuertz, Yohan Chalabi, Michal Miklovic
Title: Rmetrics - Autoregressive Conditional Heteroskedastic Modelling
Description: Environment for teaching "Financial Engineering and Computational Finance"

Diff between fGarch versions 290.77 dated 2009-04-16 and 2100.78 dated 2009-04-20

 ChangeLog   |    5 +++++
 DESCRIPTION |   12 ++++++------
 2 files changed, 11 insertions(+), 6 deletions(-)

More information about fGarch at CRAN
Permanent link

Package fCopulae updated to version 2100.76 with previous version 290.75 dated 2009-04-16

Author: Diethelm Wuertz and many others, see the SOURCE file
Title: Rmetrics - Dependence Structures with Copulas
Description: Environment for teaching "Financial Engineering and Computational Finance"

Diff between fCopulae versions 290.75 dated 2009-04-16 and 2100.76 dated 2009-04-20

 ChangeLog   |    8 ++++++++
 DESCRIPTION |   12 ++++++------
 2 files changed, 14 insertions(+), 6 deletions(-)

More information about fCopulae at CRAN
Permanent link

Package fBasics updated to version 2100.77 with previous version 290.76 dated 2009-04-16

Author: Diethelm Wuertz and many others, see the SOURCE file
Title: Rmetrics - Markets and Basic Statistics
Description: Environment for teaching "Financial Engineering and Computational Finance"

Diff between fBasics versions 290.76 dated 2009-04-16 and 2100.77 dated 2009-04-20

 ChangeLog   |    5 +++++
 DESCRIPTION |   12 ++++++------
 2 files changed, 11 insertions(+), 6 deletions(-)

More information about fBasics at CRAN
Permanent link

Package fAssets updated to version 2100.77 with previous version 2100.76 dated 2009-04-17

Author: Diethelm Wuertz and many others, see the SOURCE file
Title: Rmetrics - Assets Selection and Modelling
Description: Environment for teaching "Financial Engineering and Computational Finance"

Diff between fAssets versions 2100.76 dated 2009-04-17 and 2100.77 dated 2009-04-20

 ChangeLog   |    5 +++++
 DESCRIPTION |   12 ++++++------
 2 files changed, 11 insertions(+), 6 deletions(-)

More information about fAssets at CRAN
Permanent link

Package SpatialExtremes updated to version 1.2-0 with previous version 1.1-1 dated 2009-02-23

Author: Mathieu Ribatet
Title: Modelling Spatial Extremes
Description: This package proposes several approaches for spatial extremes modelling.

Diff between SpatialExtremes versions 1.1-1 dated 2009-02-23 and 1.2-0 dated 2009-04-20

 ChangeLog                         |  125 +++
 DESCRIPTION                       |   17 
 R/fitcovmat.R                     |    2 
 R/geomgauss.R                     |    4 
 R/gradients.R                     |  163 +++-
 R/spatgev.R                       |   48 +
 R/starting.values.R               |    2 
 inst/doc/SpatialExtremesGuide.pdf | 1373 ++++++++++++++++++--------------------
 src/covariance.c                  |  121 +--
 src/fitcovmat.c                   |   27 
 src/geomgauss.c                   |    2 
 src/gradients.c                   | 1176 +++++++++++++++++++-------------
 src/header.h                      |    6 
 src/nsgeomgauss.c                 |    2 
 src/pairwiselik.c                 |   73 --
 src/schlather.c                   |    7 
 src/schlatherind.c                |    4 
 src/smith.c                       |    2 
 src/smith3d.c                     |    2 
 src/spatgevlik.c                  |   10 
 src/univllik.c                    |    4 
 src/utils.c                       |    8 
 22 files changed, 1859 insertions(+), 1319 deletions(-)

More information about SpatialExtremes at CRAN
Permanent link


Built and running on Debian GNU/Linux using R, littler and blosxom. Styled with Bootstrap.