Wed, 05 Dec 2012

Package ritis updated to version 0.0.3 with previous version 0.0.2 dated 2012-11-06

Title: Taxonomic search of ITIS data.
Description: An interface to the Integrated Taxonomic Information System (ITIS).
Author: Scott Chamberlain [aut, cre]
Maintainer: Scott Chamberlain

Diff between ritis versions 0.0.2 dated 2012-11-06 and 0.0.3 dated 2012-12-05

 ritis-0.0.2/ritis/inst                                    |only
 ritis-0.0.3/ritis/DESCRIPTION                             |   13 +--
 ritis-0.0.3/ritis/MD5                                     |   58 +++++---------
 ritis-0.0.3/ritis/NAMESPACE                               |    1 
 ritis-0.0.3/ritis/NEWS                                    |    8 +
 ritis-0.0.3/ritis/R/getcoremetadatafromtsn.R              |    2 
 ritis-0.0.3/ritis/R/getexpertsfromtsn.R                   |    2 
 ritis-0.0.3/ritis/R/getfullhierarchyfromtsn.R             |    2 
 ritis-0.0.3/ritis/R/getgeographicdivisionsfromtsn.R       |    4 
 ritis-0.0.3/ritis/R/getglobalspeciescompletenessfromtsn.R |    5 -
 ritis-0.0.3/ritis/R/gethierarchydownfromtsn.R             |    2 
 ritis-0.0.3/ritis/R/getjurisdictionaloriginfromtsn.R      |    5 -
 ritis-0.0.3/ritis/R/getkingdomnamefromtsn.R               |    5 -
 ritis-0.0.3/ritis/R/getothersourcesfromtsn.R              |    5 -
 ritis-0.0.3/ritis/R/getparenttsnfromtsn.R                 |    5 -
 ritis-0.0.3/ritis/R/getpublicationsfromtsn.R              |    5 -
 ritis-0.0.3/ritis/R/getrecordfromlsid.R                   |    2 
 ritis-0.0.3/ritis/R/getreviewyearfromtsn.R                |    5 -
 ritis-0.0.3/ritis/R/getscientificnamefromtsn.R            |    5 -
 ritis-0.0.3/ritis/R/getsynonymnamesfromtsn.R              |    3 
 ritis-0.0.3/ritis/R/gettaxonauthorshipfromtsn.R           |    5 -
 ritis-0.0.3/ritis/R/gettaxonomicranknamefromtsn.R         |    7 -
 ritis-0.0.3/ritis/R/gettaxonomicusagefromtsn.R            |    5 -
 ritis-0.0.3/ritis/R/getunacceptabilityreasonfromtsn.R     |    5 -
 24 files changed, 83 insertions(+), 76 deletions(-)

More information about ritis at CRAN
Permanent link

Package RInside updated to version 0.2.10 with previous version 0.2.9 dated 2012-11-05

Title: C++ classes to embed R in C++ applications
Description: C++ classes to embed R in C++ applications The RInside packages makes it easier to have 'R inside' your C++ application by providing a C++ wrapper class providing the R interpreter. As R itself is embedded into your application, a shared library build of R is required. This works on Linux, OS X and even on Windows provided you use the same tools used to build R itself. Numerous examples are provided in the six subdirectories of the examples/ directory of the installed package: standard, mpi (for parallel computing) qt (showing how to embed RInside inside a Qt GUI application), wt (showing how to build a 'web-application' using the Wt toolkit), armadillo (for RInside use with RcppArmadillo) and eigen (for RInside use with RcppEigen). Doxygen-generated documentation of the C++ classes is available at the RInside website as well.
Author: Dirk Eddelbuettel and Romain Francois
Maintainer: Dirk Eddelbuettel

Diff between RInside versions 0.2.9 dated 2012-11-05 and 0.2.10 dated 2012-12-05

 ChangeLog                                         |   25 +++++++++++++++++++++
 DESCRIPTION                                       |    8 +++---
 MD5                                               |   26 +++++++++++-----------
 cleanup                                           |    4 +--
 doxyfile                                          |    3 +-
 inst/NEWS.Rd                                      |   13 +++++++++++
 inst/examples/qt/qtdensity.pro                    |   17 +++++++++-----
 inst/examples/standard/rinside_module_sample0.cpp |    9 +++++--
 inst/examples/standard/rinside_sample11.cpp       |    3 +-
 inst/examples/standard/rinside_sample9.cpp        |   13 ++++++-----
 inst/examples/threads                             |only
 inst/include/RInside.h                            |    9 ++++---
 inst/include/RInsideCommon.h                      |   17 ++++++++++++--
 src/RInside.cpp                                   |   17 ++++++--------
 14 files changed, 115 insertions(+), 49 deletions(-)

More information about RInside at CRAN
Permanent link

Package lsmeans updated to version 1.05-01 with previous version 1.05-00 dated 2012-11-02

Title: Least-squares means
Description: This package provides the function 'lsmeans' for outputting so-called least-squares means for factor combinations in an 'lm', 'lme', or 'lmer' object. It can also compute contrasts or linear combinations of these least-squares means, and several standard contrast families are provided.
Author: Russell V. Lenth
Maintainer: Russ Lenth

Diff between lsmeans versions 1.05-00 dated 2012-11-02 and 1.05-01 dated 2012-12-05

 DESCRIPTION    |   10 +++++-----
 MD5            |    8 ++++----
 R/lsmeans.R    |    6 ++++--
 inst/NEWS      |    4 ++++
 man/lsmeans.Rd |    2 +-
 5 files changed, 18 insertions(+), 12 deletions(-)

More information about lsmeans at CRAN
Permanent link

Package LDheatmap updated to version 0.99 with previous version 0.9-1 dated 2012-11-28

Title: Graphical display of pairwise linkage disequilibria between SNPs
Description: Produces a graphical display, as a heat map, of measures of pairwise linkage disequilibria between SNPs. Users may optionally include the physical locations or genetic map distances of each SNP on the plot.
Author: Ji-Hyung Shin , Sigal Blay , Nicholas Lewin-Koh , Brad McNeney , Jinko Graham
Maintainer: Brad McNeney

Diff between LDheatmap versions 0.9-1 dated 2012-11-28 and 0.99 dated 2012-12-05

 DESCRIPTION                    |    9 +++++----
 MD5                            |   18 +++++++++++-------
 inst/ChangeLog                 |    5 +++++
 inst/doc/LDheatmap.pdf         |binary
 inst/doc/addTracks.Rnw         |only
 inst/doc/addTracks.pdf         |only
 inst/extdata                   |only
 man/LDheatmap.Rd               |   16 ++++++++++++----
 man/LDheatmap.addGenes.Rd      |    2 +-
 man/LDheatmap.addGrob.Rd       |    7 +++----
 man/LDheatmap.addRecombRate.Rd |    2 +-
 vignettes/addTracks.Rnw        |only
 12 files changed, 38 insertions(+), 21 deletions(-)

More information about LDheatmap at CRAN
Permanent link

Package Laterality updated to version 0.9.1 with previous version 0.9 dated 2012-10-13

Title: Laterality
Description: Laterality package calculates Handedness index (HI) and z-score. It gives also absolute HI and mean HI at the individual and group level. The corresponding graphs can also be plotted. Some functions based on the ade4 package perform correspondence analysis (package ade4 is needed).
Author: Borel A., Pouydebat E., Reghem E.
Maintainer:

Diff between Laterality versions 0.9 dated 2012-10-13 and 0.9.1 dated 2012-12-05

 DESCRIPTION               |    8 ++++----
 MD5                       |    6 +++---
 R/later.R                 |    2 +-
 man/Laterality-package.Rd |    4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)

More information about Laterality at CRAN
Permanent link

Package Deducer updated to version 0.7-6 with previous version 0.7-5 dated 2012-10-23

Title: Deducer
Description: An intuitive, cross-platform graphical data analysis system. It uses menus and dialogs to guide the user efficiently through the data manipulation and analysis process, and has an excel like spreadsheet for easy data frame visualization and editing. Deducer works best when used with the Java based R GUI JGR, but the dialogs can be called from the command line. Dialogs have also been integrated into the Windows Rgui.
Author: Ian Fellows with contributions from others (see documentation).
Maintainer: Ian Fellows

Diff between Deducer versions 0.7-5 dated 2012-10-23 and 0.7-6 dated 2012-12-05

 DESCRIPTION                                       |   11 +++---
 MD5                                               |   34 +++++++++---------
 NEWS                                              |    6 +++
 R/onesample.plot.R                                |    4 +-
 R/oneway.plot.R                                   |    6 +--
 inst/java/deducer.jar                             |binary
 javasrc/deducer/Deducer.java                      |    4 +-
 javasrc/deducer/data/RDataFrameModel.java         |    2 -
 javasrc/deducer/data/RDataFrameVariableModel.java |    2 -
 javasrc/deducer/menu/CorDialog.java               |    1 
 javasrc/deducer/menu/KSampleDialog.java           |    1 
 javasrc/deducer/menu/OneSampleDialog.java         |    1 
 javasrc/deducer/plots/ParamScaleLegend.java       |    7 ++-
 javasrc/deducer/plots/PlotController.java         |    2 -
 javasrc/deducer/plots/Scale.java                  |    2 -
 javasrc/deducer/plots/Stat.java                   |    2 -
 javasrc/deducer/plots/Theme.java                  |   40 ++++++++++++++++++++++
 javasrc/deducer/widgets/SimpleRDialog.java        |    2 -
 18 files changed, 90 insertions(+), 37 deletions(-)

More information about Deducer at CRAN
Permanent link

New package gdor with initial version 0.1-1
Package: gdor
Version: 0.1-1
Date: 2012-08-08
Title: Generic Directions of Recession
Author: Daniel J. Eck , Charles J. Geyer
Maintainer: Daniel J. Eck
Depends: R (>= 2.6.0), rcdd
Description: Provides anova and summary tables for poisson and logistic regression when the MLE does not exist in the usual sense.
License: X11
Packaged: 2012-12-05 18:29:56 UTC; eckxx049
URL: http://www.stat.umn.edu/geyer/gdor/, http://www.r-project.org
Repository: CRAN
Date/Publication: 2012-12-05 20:31:04

More information about gdor at CRAN
Permanent link

Package ROracle updated to version 1.1-7 with previous version 1.1-6 dated 2012-11-20

Title: OCI based Oracle database interface for R
Description: Oracle database interface (DBI) driver for R. This is a DBI-compliant Oracle driver based on the OCI.
Author: Denis Mukhin, David A. James and Jake Luciani
Maintainer: Denis Mukhin

Diff between ROracle versions 1.1-6 dated 2012-11-20 and 1.1-7 dated 2012-12-05

 DESCRIPTION                            |    8 -
 INSTALL                                |   14 +-
 MD5                                    |   18 +--
 NEWS                                   |    7 +
 R/oci.R                                |    3 
 inst/doc/man/en/dbReadTable-methods.Rd |  125 ++++++++++++++++++++++
 man/dbReadTable-methods.Rd             |  125 ++++++++++++++++++++++
 src/rodbi.c                            |   13 +-
 src/rooci.c                            |  184 +++++++++++++++++++++++----------
 src/rooci.h                            |    7 +
 10 files changed, 419 insertions(+), 85 deletions(-)

More information about ROracle at CRAN
Permanent link

Package akima updated to version 0.5-8 with previous version 0.5-7 dated 2012-01-08

Title: Interpolation of irregularly spaced data
Description: Linear or cubic spline interpolation for irregular gridded data
Author: Fortran code by H. Akima R port by Albrecht Gebhardt aspline function by Thomas Petzoldt enhancements and corrections by Martin Maechler
Maintainer: Albrecht Gebhardt

Diff between akima versions 0.5-7 dated 2012-01-08 and 0.5-8 dated 2012-12-05

 akima-0.5-7/akima/acinclude.m4 |only
 akima-0.5-8/akima/ChangeLog    |only
 akima-0.5-8/akima/DESCRIPTION  |   17 +++++++++--------
 akima-0.5-8/akima/LICENSE      |    7 +++++--
 akima-0.5-8/akima/MD5          |    8 ++++----
 akima-0.5-8/akima/src/Makevars |    4 ++--
 6 files changed, 20 insertions(+), 16 deletions(-)

More information about akima at CRAN
Permanent link

Package plotKML updated to version 0.3-2 with previous version 0.3-1 dated 2012-12-01

Title: Visualization of spatial and spatio-temporal objects in Google Earth
Description: Writes sp-class, spacetime-class, raster-class and similar spatial and spatio-temporal objects to KML following some basic cartographic rules. Suitable for visualization of complete analysis outputs.
Author: Tomislav Hengl [cre, aut], Pierre Roudier [ctb], Dylan Beaudette [ctb], Edzer Pebesma [ctb]
Maintainer: Tomislav Hengl

Diff between plotKML versions 0.3-1 dated 2012-12-01 and 0.3-2 dated 2012-12-05

 DESCRIPTION           |    8 ++++----
 MD5                   |    6 +++---
 man/kml_open.Rd       |    2 +-
 man/plotKML-method.Rd |   14 ++++++++++++--
 4 files changed, 20 insertions(+), 10 deletions(-)

More information about plotKML at CRAN
Permanent link

Package rpartOrdinal (with last version 2.0.4) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2012-05-18 2.0.4
2011-10-14 2.0.3
2010-04-19 2.0.2
2010-01-27 2.0
2009-11-03 1.1
2009-07-18 1.0

Permanent link
Package spcosa updated to version 0.3-2 with previous version 0.3-1 dated 2012-09-11

Title: Spatial Coverage Sampling and Random Sampling from Compact Geographical Strata
Description: Spatial coverage sampling and random sampling from compact geographical strata created by k-means.
Author: Dennis Walvoort [aut, cre, cph], Dick Brus [aut, cph], Jaap de Gruijter [aut, cph]
Maintainer: Dennis Walvoort

Diff between spcosa versions 0.3-1 dated 2012-09-11 and 0.3-2 dated 2012-12-05

 spcosa-0.3-1/spcosa/R/method_estimate-SamplingVariance-CompactStratification-SamplingPatternRandom-data.frame.R                      |only
 spcosa-0.3-1/spcosa/R/method_estimate-SamplingVariance-CompactStratificationEqualArea-SamplingPatternRandomComposite-data.frame.R    |only
 spcosa-0.3-1/spcosa/R/method_estimate-SpatialCumulativeDistributionFunction-CompactStratification-SamplingPatternRandom-data.frame.R |only
 spcosa-0.3-1/spcosa/R/method_estimate-SpatialMean-CompactStratification-SamplingPatternRandom-data.frame.R                           |only
 spcosa-0.3-1/spcosa/R/method_estimate-SpatialMean-CompactStratificationEqualArea-SamplingPatternRandomComposite-data.frame.R         |only
 spcosa-0.3-1/spcosa/R/method_estimate-SpatialVariance-CompactStratification-SamplingPatternRandom-data.frame.R                       |only
 spcosa-0.3-1/spcosa/R/method_estimate-StandardError-CompactStratification-SamplingPatternRandom-data.frame.R                         |only
 spcosa-0.3-1/spcosa/R/method_estimate-character-CompactStratification-SamplingPatternRandomSamplingUnits-data.frame.R                |only
 spcosa-0.3-1/spcosa/R/method_estimate-character-CompactStratificationEqualArea-SamplingPatternRandomComposite-data.frame.R           |only
 spcosa-0.3-1/spcosa/R/method_plot-CompactStratification-SamplingPattern.R                                                            |only
 spcosa-0.3-1/spcosa/R/method_plot-CompactStratification-SamplingPatternPriorPoints.R                                                 |only
 spcosa-0.3-1/spcosa/R/method_plot-CompactStratification-SamplingPatternRandomComposite.R                                             |only
 spcosa-0.3-1/spcosa/R/method_plot-CompactStratification.R                                                                            |only
 spcosa-0.3-1/spcosa/R/method_plot-SamplingPattern.R                                                                                  |only
 spcosa-0.3-1/spcosa/R/method_plot-SamplingPatternPriorPoints.R                                                                       |only
 spcosa-0.3-1/spcosa/R/method_plot-SamplingPatternRandomComposite.R                                                                   |only
 spcosa-0.3-1/spcosa/R/method_setAs_CompactStratification-SpatialPixels.R                                                             |only
 spcosa-0.3-1/spcosa/R/method_setAs_CompactStratification-SpatialPixelsDataFrame.R                                                    |only
 spcosa-0.3-1/spcosa/R/method_setAs_CompactStratification-data.frame.R                                                                |only
 spcosa-0.3-1/spcosa/R/method_setAs_SamplingPattern-SpatialPoints.R                                                                   |only
 spcosa-0.3-1/spcosa/R/method_setAs_SamplingPattern-data.frame.R                                                                      |only
 spcosa-0.3-1/spcosa/R/method_setAs_SamplingPatternRandomComposite-SpatialPointsDataFrame.R                                           |only
 spcosa-0.3-1/spcosa/R/method_setAs_SamplingPatternRandomComposite-data.frame.R                                                       |only
 spcosa-0.3-1/spcosa/R/method_spsample_CompactStratification-missing-missing.R                                                        |only
 spcosa-0.3-1/spcosa/R/method_spsample_CompactStratification-numeric-missing.R                                                        |only
 spcosa-0.3-1/spcosa/R/method_spsample_CompactStratificationEqualArea-numeric-character.R                                             |only
 spcosa-0.3-1/spcosa/R/method_spsample_CompactStratificationPriorPoints-missing.R                                                     |only
 spcosa-0.3-2/spcosa/DESCRIPTION                                                                                                      |   43 +---------
 spcosa-0.3-2/spcosa/MD5                                                                                                              |   41 ++-------
 spcosa-0.3-2/spcosa/R/methods_estimate.R                                                                                             |only
 spcosa-0.3-2/spcosa/R/methods_plot.R                                                                                                 |only
 spcosa-0.3-2/spcosa/R/methods_setAs.R                                                                                                |only
 spcosa-0.3-2/spcosa/R/methods_spsample.R                                                                                             |only
 spcosa-0.3-2/spcosa/build/spcosa.pdf                                                                                                 |binary
 spcosa-0.3-2/spcosa/inst/NEWS.Rd                                                                                                     |    8 +
 spcosa-0.3-2/spcosa/inst/doc/spcosa.pdf                                                                                              |binary
 spcosa-0.3-2/spcosa/tests/unitTesting.html                                                                                           |   20 ++--
 37 files changed, 34 insertions(+), 78 deletions(-)

More information about spcosa at CRAN
Permanent link

Package simba updated to version 0.3-5 with previous version 0.3-4 dated 2012-04-03

Title: A Collection of functions for similarity analysis of vegetation data
Description: Besides functions for the calculation of similarity and multiple plot similarity measures with binary data (for instance presence/absence species data) the package contains some simple wrapper functions for reshaping species lists into matrices and vice versa and some other functions for further processing of similarity data (Mantel-like permutation procedures) as well as some other useful stuff for vegetation analysis.
Author: Gerald Jurasinski , with contributions from Vroni Retzer
Maintainer: Gerald Jurasinski

Diff between simba versions 0.3-4 dated 2012-04-03 and 0.3-5 dated 2012-12-05

 DESCRIPTION            |    8 ++++----
 MD5                    |   21 +++++++++++----------
 NAMESPACE              |    2 +-
 R/batons.R             |    7 +++++--
 R/batons2.R            |only
 R/mama.R               |    5 ++---
 data/abis.rda          |binary
 data/ads.ternaries.rda |binary
 data/bernina.rda       |binary
 inst/ChangeLog         |    8 ++++++++
 man/boxes.Rd           |    3 ++-
 man/simba-package.Rd   |    4 ++--
 12 files changed, 35 insertions(+), 23 deletions(-)

More information about simba at CRAN
Permanent link

Package scales updated to version 0.2.3 with previous version 0.2.2 dated 2012-09-04

Title: Scale functions for graphics.
Description: Scales map data to aesthetics, and provide methods for automatically determining breaks and labels for axes and legends.
Author: Hadley Wickham
Maintainer: Hadley Wickham

Diff between scales versions 0.2.2 dated 2012-09-04 and 0.2.3 dated 2012-12-05

 DESCRIPTION              |    6 +++---
 MD5                      |   20 +++++++++++---------
 NAMESPACE                |    2 ++
 NEWS                     |   14 ++++++++++++++
 R/bounds.r               |   15 +++++++++++++++
 R/date-time.r            |    5 +++++
 R/pal-area.r             |    8 ++++++++
 R/pal-brewer.r           |   12 +++++++++++-
 build/partial.rdb        |binary
 inst/tests/test-bounds.r |    9 +++++++++
 man/abs_area.Rd          |only
 man/rescale_max.Rd       |only
 12 files changed, 78 insertions(+), 13 deletions(-)

More information about scales at CRAN
Permanent link

Package mokken updated to version 2.7.3 with previous version 2.7.2 dated 2012-05-11

Title: Mokken Scale Analysis in R
Description: mokken contains functions for performing Mokken scale analysis on test and questionnaire data. It includes an automated item selection algorithm, and various checks of model assumptions.
Author: L. Andries van der Ark
Maintainer: L. Andries van der Ark

Diff between mokken versions 2.7.2 dated 2012-05-11 and 2.7.3 dated 2012-12-05

 DESCRIPTION                    |    8 +--
 MD5                            |   28 ++++++------
 R/check.iio.R                  |    6 +-
 R/check.monotonicity.R         |    2 
 R/check.pmatrix.R              |    2 
 R/plot.iio.class.R             |   54 +++++++++++++++++++-----
 R/plot.monotonicity.class.R    |   84 +++++++++++++++++++++++++++++++++----
 R/plot.pmatrix.class.R         |   50 ++++++++++++++--------
 R/plot.restscore.class.R       |   92 ++++++++++++++++++++++++++++++++---------
 inst/doc/mokken.pdf            |binary
 man/mokken-package.Rd          |   17 +++++--
 man/plot.iio.class.Rd          |   25 ++++++++---
 man/plot.monotonicity.class.Rd |   20 +++++++-
 man/plot.pmatrix.class.Rd      |    5 +-
 man/plot.restscore.class.Rd    |   18 ++++++--
 15 files changed, 313 insertions(+), 98 deletions(-)

More information about mokken at CRAN
Permanent link

Package gtable updated to version 0.1.2 with previous version 0.1.1 dated 2012-09-04

Title: Arrange grobs in tables.
Description: Tools to make it easier to work with "tables" of grobs.
Author: Hadley Wickham
Maintainer: Hadley Wickham

Diff between gtable versions 0.1.1 dated 2012-09-04 and 0.1.2 dated 2012-12-05

 DESCRIPTION         |    8 ++++----
 MD5                 |    8 +++++---
 NEWS                |only
 R/grid.r            |    3 +--
 R/gtable.r          |   25 ++++++++++++++++++-------
 man/print.gtable.Rd |only
 6 files changed, 28 insertions(+), 16 deletions(-)

More information about gtable at CRAN
Permanent link

Package ggplot2 updated to version 0.9.3 with previous version 0.9.2.1 dated 2012-09-11

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.
Author: Hadley Wickham , Winston Chang
Maintainer: Hadley Wickham

Diff between ggplot2 versions 0.9.2.1 dated 2012-09-11 and 0.9.3 dated 2012-12-05

 ggplot2-0.9.2.1/ggplot2/CHANGELOG                    |only
 ggplot2-0.9.2.1/ggplot2/staticdocs                   |only
 ggplot2-0.9.2.1/ggplot2/visual_test                  |only
 ggplot2-0.9.3/ggplot2/DESCRIPTION                    |   12 
 ggplot2-0.9.3/ggplot2/MD5                            |  153 -
 ggplot2-0.9.3/ggplot2/NAMESPACE                      |    5 
 ggplot2-0.9.3/ggplot2/NEWS                           | 1464 +++++++++++++++++++
 ggplot2-0.9.3/ggplot2/R/aes.r                        |    4 
 ggplot2-0.9.3/ggplot2/R/coord-cartesian-.r           |    6 
 ggplot2-0.9.3/ggplot2/R/coord-fixed.r                |    2 
 ggplot2-0.9.3/ggplot2/R/coord-map.r                  |   62 
 ggplot2-0.9.3/ggplot2/R/coord-munch.r                |   11 
 ggplot2-0.9.3/ggplot2/R/coord-polar.r                |    8 
 ggplot2-0.9.3/ggplot2/R/coord-transform.r            |    4 
 ggplot2-0.9.3/ggplot2/R/facet-grid-.r                |    4 
 ggplot2-0.9.3/ggplot2/R/facet-wrap.r                 |    7 
 ggplot2-0.9.3/ggplot2/R/geom-bar-.r                  |   18 
 ggplot2-0.9.3/ggplot2/R/geom-boxplot.r               |    2 
 ggplot2-0.9.3/ggplot2/R/geom-crossbar.r              |    2 
 ggplot2-0.9.3/ggplot2/R/geom-dotplot.r               |    8 
 ggplot2-0.9.3/ggplot2/R/geom-polygon.r               |   27 
 ggplot2-0.9.3/ggplot2/R/geom-segment.r               |   22 
 ggplot2-0.9.3/ggplot2/R/geom-violin.r                |   15 
 ggplot2-0.9.3/ggplot2/R/ggplot2.r                    |    2 
 ggplot2-0.9.3/ggplot2/R/guide-colorbar.r             |   13 
 ggplot2-0.9.3/ggplot2/R/layer.r                      |    2 
 ggplot2-0.9.3/ggplot2/R/matrix.r                     |    2 
 ggplot2-0.9.3/ggplot2/R/panel.r                      |   10 
 ggplot2-0.9.3/ggplot2/R/plot-build.r                 |    3 
 ggplot2-0.9.3/ggplot2/R/save.r                       |   14 
 ggplot2-0.9.3/ggplot2/R/scale-.r                     |   14 
 ggplot2-0.9.3/ggplot2/R/scale-area.r                 |    9 
 ggplot2-0.9.3/ggplot2/R/scale-linetype.r             |    6 
 ggplot2-0.9.3/ggplot2/R/scale-size.r                 |   19 
 ggplot2-0.9.3/ggplot2/R/scales-.r                    |   22 
 ggplot2-0.9.3/ggplot2/R/stat-bin.r                   |   38 
 ggplot2-0.9.3/ggplot2/R/stat-density.r               |    2 
 ggplot2-0.9.3/ggplot2/R/stat-identity.r              |   14 
 ggplot2-0.9.3/ggplot2/R/stat-quantile.r              |   74 
 ggplot2-0.9.3/ggplot2/R/stat-sum.r                   |    2 
 ggplot2-0.9.3/ggplot2/R/stat-summary.r               |    7 
 ggplot2-0.9.3/ggplot2/R/stat-ydensity.r              |   96 -
 ggplot2-0.9.3/ggplot2/R/templates.r                  |   12 
 ggplot2-0.9.3/ggplot2/R/theme-defaults.r             |   33 
 ggplot2-0.9.3/ggplot2/R/theme-elements.r             |   25 
 ggplot2-0.9.3/ggplot2/R/theme.r                      |   18 
 ggplot2-0.9.3/ggplot2/R/utilities-resolution.r       |    7 
 ggplot2-0.9.3/ggplot2/R/utilities.r                  |   75 
 ggplot2-0.9.3/ggplot2/build/partial.rdb              |binary
 ggplot2-0.9.3/ggplot2/inst/staticdocs                |only
 ggplot2-0.9.3/ggplot2/inst/tests/test-aes-grouping.r |    2 
 ggplot2-0.9.3/ggplot2/inst/tests/test-coord-polar.r  |   32 
 ggplot2-0.9.3/ggplot2/inst/tests/test-fortify.r      |    3 
 ggplot2-0.9.3/ggplot2/inst/tests/test-scales.r       |    9 
 ggplot2-0.9.3/ggplot2/inst/tests/test-stats.r        |   23 
 ggplot2-0.9.3/ggplot2/inst/tests/test-utilities.r    |only
 ggplot2-0.9.3/ggplot2/man/coord_map.Rd               |   51 
 ggplot2-0.9.3/ggplot2/man/coord_polar.Rd             |    4 
 ggplot2-0.9.3/ggplot2/man/geom_bar.Rd                |   21 
 ggplot2-0.9.3/ggplot2/man/geom_segment.Rd            |    8 
 ggplot2-0.9.3/ggplot2/man/geom_violin.Rd             |   13 
 ggplot2-0.9.3/ggplot2/man/gg_dep.Rd                  |only
 ggplot2-0.9.3/ggplot2/man/ggsave.Rd                  |    7 
 ggplot2-0.9.3/ggplot2/man/resolution.Rd              |    5 
 ggplot2-0.9.3/ggplot2/man/scale_area.Rd              |    7 
 ggplot2-0.9.3/ggplot2/man/scale_linetype.Rd          |    7 
 ggplot2-0.9.3/ggplot2/man/scale_size_area.Rd         |only
 ggplot2-0.9.3/ggplot2/man/stat_identity.Rd           |    7 
 ggplot2-0.9.3/ggplot2/man/stat_quantile.Rd           |   25 
 ggplot2-0.9.3/ggplot2/man/stat_ydensity.Rd           |   25 
 ggplot2-0.9.3/ggplot2/man/theme.Rd                   |   13 
 ggplot2-0.9.3/ggplot2/man/theme_classic.Rd           |only
 ggplot2-0.9.3/ggplot2/man/theme_minimal.Rd           |only
 73 files changed, 2276 insertions(+), 341 deletions(-)

More information about ggplot2 at CRAN
Permanent link

Package ropensnp updated to version 0.0.2 with previous version 0.0.1 dated 2012-10-19

Title: Interface to OpenSNP API methods
Description: A programmatic interface to openSNP.org data.
Author: Scott Chamberlain [aut, cre]
Maintainer: Scott Chamberlain

Diff between ropensnp versions 0.0.1 dated 2012-10-19 and 0.0.2 dated 2012-12-05

 DESCRIPTION                 |   11 ++++++-----
 MD5                         |   14 +++++++-------
 R/allgensnp.R               |    2 +-
 README.md                   |    9 ++++++++-
 inst/NEWS                   |    9 +++++++++
 inst/tests/test-allgensnp.R |    4 ----
 inst/tests/test-genotypes.R |    2 +-
 man/allgensnp.Rd            |    2 +-
 8 files changed, 33 insertions(+), 20 deletions(-)

More information about ropensnp at CRAN
Permanent link

New package rGammaGamma with initial version 1.0.11
Package: rGammaGamma
Type: Package
Title: Gamma convolutions for methylation array background correction.
Depends: gsl
Version: 1.0.11
Date: 2012-12-04
Author: Tim Triche, Jr.
Maintainer: Tim Triche, Jr.
Description: This package implements a Gamma convolution model for background.
License: GPL (>= 2.0)
LazyLoad: yes
Packaged: 2012-12-04 23:36:45 UTC; tim
Repository: CRAN
Date/Publication: 2012-12-05 09:05:53

More information about rGammaGamma at CRAN
Permanent link

New package pavo with initial version 0.1-1
Package: pavo
Description: A cohesive framework for parsing, analyzing and organizing color from spectral data
Title: Perceptual analysis, visualization and organization of color data
Version: 0.1-1
License: BSD
Date: 2012-10-05
Authors@R: c(person("Rafael", "Maia", role = c("aut", "cre"), email = "rm72@zips.uakron.edu"), person("Chad", "Eliason", role = "aut", email = "cme16@zips.uakron.edu"), person("Pierre-Paul", "Bitton", role = "aut", email = "bittonp@uwindsor.ca"))
Depends: geometry, rgl, mapproj, rcdd
Collate: 'aggplot.R' 'aggspec.R' 'as.rspec.r' 'coldist.R' 'data-bgandilum.R' 'data-sicalis.R' 'data-teal.R' 'data-ttvertex.R' 'data-vissyst.R' 'explorespec.R' 'getspec.R' 'internal.R' 'pavo-package.R' 'peakshape.R' 'plot.rspec.r' 'plotsmooth.R' 'procspec.R' 'projplot.R' 'segclass.R' 'sensmodel.R' 'spec2rgb.R' 'summary.rspec.R' 'summary.tcs.R' 'tcs.R' 'tcsplot.R' 'tcspoints.R' 'tcsvol.R' 'vismodel.R' 'voloverlap.R'
Packaged: 2012-12-04 23:31:15 UTC; rmaia
Author: Rafael Maia [aut, cre], Chad Eliason [aut], Pierre-Paul Bitton [aut]
Maintainer: Rafael Maia
Repository: CRAN
Date/Publication: 2012-12-05 08:13:25

More information about pavo at CRAN
Permanent link

Package epiR updated to version 0.9-45 with previous version 0.9-43 dated 2012-05-29

Title: An R package for the analysis of epidemiological data
Description: An R package for the analysis of epidemiological data. Contains functions for directly and indirectly adjusting measures of disease frequency, quantifying measures of association on the basis of single or multiple strata of count data presented in a contingency table, and computing confidence intervals around incidence risk and incidence rate estimates. Miscellaneous functions for use in meta-analysis, diagnostic test interpretation, and sample size calculations.
Author: Mark Stevenson with contributions from Telmo Nunes, Javier Sanchez, Ron Thornton, Jeno Reiczigel, Jim Robison-Cox and Paola Sebastiani
Maintainer: Mark Stevenson

Diff between epiR versions 0.9-43 dated 2012-05-29 and 0.9-45 dated 2012-12-05

 epiR-0.9-43/epiR/doc/epiR.pdf        |only
 epiR-0.9-45/epiR/DESCRIPTION         |    8 ++---
 epiR-0.9-45/epiR/MD5                 |   12 +++----
 epiR-0.9-45/epiR/NAMESPACE           |    3 -
 epiR-0.9-45/epiR/R/epi.2by2.r        |   54 ++++++++++++++++++++++++++++++-----
 epiR-0.9-45/epiR/R/zzz.R             |   16 +++-------
 epiR-0.9-45/epiR/doc/epiR-manual.pdf |only
 epiR-0.9-45/epiR/man/epi.2by2.Rd     |   10 +++---
 8 files changed, 68 insertions(+), 35 deletions(-)

More information about epiR at CRAN
Permanent link

New package BayesBridge with initial version 0.2
Package: BayesBridge
Version: 0.2
Date: 2012-12-04
Title: Bridge Regression
Author: Nicolas G. Polson, James G. Scott, and Jesse Windle
Maintainer: Jesse Windle
Description: This package implements Bayesian bridge regression.
License: GPL (>= 3)
Depends: R (>= 2.10), copula
Packaged: 2012-12-04 22:50:16 UTC; jwindle
Repository: CRAN
Date/Publication: 2012-12-05 08:11:31

More information about BayesBridge at CRAN
Permanent link


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